Sarah Hoffmann
134553b184
ignore man_made objects in reverse search
...
fixes https://trac.openstreetmap.org/ticket/5339
2015-08-04 21:44:19 +02:00
Sarah Hoffmann
dbabfcd0cf
tests for update of search_name table
2015-07-12 17:13:01 +02:00
Sarah Hoffmann
b328bcf518
Merge pull request #290 from mtmail/vagrant
...
first version of Vagrant installation instructions
2015-07-10 20:56:09 +02:00
marc tobias
3fe49072fe
Vagrant: use 2GB by default, dont overwrite local.php which would be unexpected
2015-07-09 03:45:31 +02:00
marc tobias
9b7d8db038
assume PHP test suite is run from the tests-php directory. Matches documentation in VAGRANT.md
2015-07-09 03:43:59 +02:00
Marc Tobias Metten
df7d3b7478
correct documentation on how to start PHP tests
2015-07-04 19:16:09 +02:00
Marc Tobias Metten
d7c3f04e04
Vagrant: remove nonworking Digitalocean configuration
2015-06-28 23:54:48 +02:00
Marc Tobias Metten
23a53661e0
first version of Vagrant installation instructions
2015-06-25 04:21:32 +02:00
Marc Tobias Metten
86e946d369
method /lookup.php: incorporate better PHP variable naming and other feedback in pull request
2015-06-25 04:12:44 +02:00
Marc Tobias Metten
8c656fb667
remove tag in test suite used during debugging
2015-06-16 21:13:12 +02:00
Marc Tobias Metten
7c8c206818
new method /lookup.php - Reverse search by multiple osm ids
2015-06-16 21:11:21 +02:00
Sarah Hoffmann
1fcb712f00
also return bbox ccordinates as string for nodes
...
fixes https://trac.openstreetmap.org/ticket/5132 again
2015-06-12 23:26:38 +02:00
Sarah Hoffmann
80df4d3b56
fix parameter name
...
Fixes trac ticket 5319.
2015-05-28 21:25:55 +02:00
Sarah Hoffmann
b4f9252c63
update API tests
2015-05-22 21:49:31 +02:00
Sarah Hoffmann
3e871d6ee0
Merge branch 'http_proxy' of https://github.com/simonlopez/Nominatim
2015-05-22 21:20:51 +02:00
Sarah Hoffmann
dd97528726
get rid of sector index, no longer used
2015-05-21 23:35:04 +02:00
Sarah Hoffmann
c51ca976ed
bring back area bboxes for nodes
2015-05-21 22:47:37 +02:00
Simon Lopez
c1f65ba7cf
allow usage behind an HTTP Proxy. Fixes twain47/Nominatim#33
2015-05-21 19:51:04 +02:00
Sarah Hoffmann
bf77c72195
amke Tiger import script work with python3
2015-05-08 20:04:22 +02:00
Sarah Hoffmann
3257c04d94
make Tiger data path configurable
2015-05-08 19:48:27 +02:00
Sarah Hoffmann
ddb2e4aa12
Merge branch 'tiger2014' of https://github.com/mtmail/Nominatim
2015-05-08 19:37:40 +02:00
Sarah Hoffmann
2f8a29ba39
merge addr:postcode from houses into search index of attached road
...
Makes house number searchable by postcode when the postcode is
only available in addr:postcode.
2015-05-08 19:34:33 +02:00
Sarah Hoffmann
4ba93dcb50
remove debug output
2015-05-06 21:51:35 +02:00
Sarah Hoffmann
68596436b1
set SQL statement timeout to php execution timeout
2015-05-06 21:27:12 +02:00
Sarah Hoffmann
79f1107391
increase relevance of class/type importance
...
fixes #273
2015-05-04 21:14:34 +02:00
Marc Tobias Metten
3b809c40f1
update Tiger import script to use 2014 data
2015-05-04 01:13:20 +02:00
Marc Tobias Metten
3134fb8b40
update Tiger import script to use 2014 data
2015-05-04 01:07:54 +02:00
Sarah Hoffmann
48e0b318f2
remove create-road function, no longer used
...
The road tables are filled during indexing. Fixes #21 .
2015-05-03 19:56:08 +02:00
Sarah Hoffmann
6727c36298
places marked as linked should use the address of the link origin
...
fixes #269
2015-05-03 17:31:14 +02:00
Sarah Hoffmann
a97808afec
add test for TIGER reverse with lower zoom
2015-04-30 22:17:00 +02:00
Sarah Hoffmann
cf36e8d2fb
Merge branch 'reverse-lookup-including-tiger-lookup' of https://github.com/mtmail/Nominatim
2015-04-30 21:48:25 +02:00
Sarah Hoffmann
cc40706188
add tests for new polygon_threshold feature
2015-04-30 21:39:41 +02:00
Sarah Hoffmann
a7e1b3b1ee
Merge branch 'feature/polygon-simplification' of https://github.com/a1exsh/Nominatim
2015-04-30 21:26:11 +02:00
Oleksandr Shulgin
46e64bd933
Check for positive polygon simplification threshold
...
Don't run the simplification function if no threshold was given
(or in case of a negative one). Also process the query string
parameter in case of html out format.
2015-04-29 16:13:39 +02:00
Marc Tobias Metten
2e1590ed89
apply Sarah's pull request feedback
2015-04-29 01:34:32 +02:00
Sarah Hoffmann
27753fb8db
remove check for class/type shortcuts which were never implemented
...
fixes #266
2015-04-28 21:37:51 +02:00
Marc Tobias Metten
2a3672c19b
postgres coalesce() looks for null values, not 0. Result remains in this case 0
2015-04-28 21:14:36 +02:00
Marc Tobias Metten
9746629fd3
during reverse geocode lookup we also check the (optional) Tiger data for house numbers
2015-04-28 21:07:34 +02:00
Sarah Hoffmann
b7fd7ef169
set new development version
2015-04-28 20:46:57 +02:00
Oleksandr Shulgin
ab47773604
Add polygon simplification
...
New query string parameter polygon_threshold=<0.0..1> is introduced.
The float value of this parameter (defaults to 0) is passed to
ST_SimplifyPreserveTopology() on geometry we're about to output in
one (or many) requested formats such as GeoJSON, KML, etc.
This is useful when getting border polygons for whole countries, but
rendering them at large scale, when most of the high resolution details
cannot be seen anyway. For example, the unsimplified polygon data for
Germany in GeoJSON format currently makes for about 3 MB response body.
With use of this new parameter, the application can greatly reduce the
amount of downloaded data and server response time while providing its
users with the same picture. On a typical laptop screen resolution,
zooming out to fit the whole country borders on screen, only 1/100 amount
of details could be well enough.
2015-04-27 15:16:38 +02:00
Sarah Hoffmann
07cbf1535b
set software version defaults to something more recent
2015-04-19 23:49:40 +02:00
Sarah Hoffmann
5eb56c11ba
prepare next release
2015-04-18 22:48:46 +02:00
Sarah Hoffmann
b82c8ceab9
ignore places without housenumber in interpolations
...
fixes trac ticket 5311
2015-04-18 17:47:49 +02:00
Brian Quinion
a5a0e1dd0b
Various places where conversion from to ->aStructuredQuery had been missed
2015-04-07 14:04:08 +01:00
Sarah Hoffmann
ddcb95ca39
fix boundary test
2015-03-31 23:07:52 +02:00
Sarah Hoffmann
4a3dc3187c
clean out dead sql code
2015-03-30 23:43:27 +02:00
Sarah Hoffmann
133dd2e974
make sure place exists before printing hierarchy
2015-03-29 19:03:51 +02:00
Sarah Hoffmann
eb1d8894b9
correctly handle comma-only exclude_place_ids
2015-03-29 18:17:52 +02:00
Sarah Hoffmann
59be7846e9
fix utf8 in tests for jsonp
2015-03-29 18:17:28 +02:00
Sarah Hoffmann
aaabf70a1c
correctly quote regular expression
2015-03-29 17:23:06 +02:00