Sarah Hoffmann
71ab123fbb
update osm2pgsql (libosmium; source, sidewalk, wikidata tags)
2015-08-29 11:26:12 +02:00
Sarah Hoffmann
6479768932
gazetteer: exclude sidewalks
2015-08-17 22:41:40 +02:00
Sarah Hoffmann
058f597186
add basic tests for namedetails and extratags parameters
2015-08-10 23:18:19 +02:00
Sarah Hoffmann
dbabfcd0cf
tests for update of search_name table
2015-07-12 17:13:01 +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
b4f9252c63
update API tests
2015-05-22 21:49:31 +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
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
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
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
b82c8ceab9
ignore places without housenumber in interpolations
...
fixes trac ticket 5311
2015-04-18 17:47:49 +02: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
eb1d8894b9
correctly handle comma-only exclude_place_ids
2015-03-29 18:17:52 +02:00
Sarah Hoffmann
86b4df1e81
only address features can be linked with placex
2015-03-23 22:04:43 +01:00
Sarah Hoffmann
753227ae25
more strict parameter checking for reverse
2015-03-17 21:06:58 +01:00
Sarah Hoffmann
6f98fa0fb3
interpolations: snap lines to points, not vice versa
...
Avoids the occasional rounding problem which might occur when splitting
a line anywhere but on a support point, see postgis doc for ST_Split.
Fixes #253
2015-03-08 18:25:51 +01:00
Sarah Hoffmann
27ce2afbcf
reorder parenting search for POI level
...
Push back the more expensive node-on-way parenting which is rather
rare anyways. Prefer assodicatedStreet relations and addr:* tags
instead.
2015-03-05 22:00:27 +01:00
Sarah Hoffmann
9d9745b378
add more tests for interpolations (mostly updating)
2015-03-05 22:00:27 +01:00
Sarah Hoffmann
02cd91d251
update osm2pgsql (bug in relation update)
2015-02-11 22:31:30 +01:00
Sarah Hoffmann
62ed8b9e0c
add test for house number search
2015-02-04 20:39:20 +01:00
Sarah Hoffmann
0f84371748
actually write back the reversed final phrase when reversing the query
2015-02-04 20:29:38 +01:00
Sarah Hoffmann
43b925b258
slightly relax API tests
2015-02-03 23:17:51 +01:00
Sarah Hoffmann
b9355ac829
switch to enhanced osm2pgsql C++ version
...
This includes a major rewrite of the tag processing code. Much more
data is already rejected during osm2pgsql processing and names are
choosen more selectively depending on the class/type.
2015-01-23 08:13:11 +01:00
Sarah Hoffmann
f54ad3b86d
adapt API tests to latest data
2015-01-22 00:06:44 +01:00
Sarah Hoffmann
352f0fdc27
finish osm2pgsql tag tests
2015-01-14 23:13:38 +01:00
Sarah Hoffmann
8c89b65082
more osm2pgsql tag tests
2015-01-13 22:16:00 +01:00
Sarah Hoffmann
759222eef2
tests for name import in osm2pgsql
2015-01-09 23:17:17 +01:00
Sarah Hoffmann
59de7c5a9b
fix address interpolation for self-intersecting ways
2014-11-03 22:42:34 +01:00
Marc Tobias Metten
084a110efb
add regression test
2014-10-28 15:40:01 +01:00
Sarah Hoffmann
4cfeeb06ba
adapt API tests to latest OSM data changes
2014-10-09 21:04:16 +02:00
Sarah Hoffmann
e62ae5b090
respect bounded in country searches
...
fixes trac 5238
2014-10-08 23:31:33 +02:00
Sarah Hoffmann
8989776bfd
remove most landuses from addresses
2014-10-08 20:47:32 +02:00
Sarah Hoffmann
2d6f00945a
rewrite address interpolation so that planet_osm_node is not needed
...
This allows address interpolations to work correctly when flatnode storage
is used for node coordinates.
To fix interpolations in an existing database, follow these steps:
* invalidate all interpolations (in psql):
`UPDATE placex SET indexed_status=2 WHERE rank_search = 28`
* disable updates:
./utils/setup.php --create-functions --create-partition-functions
* reindex the whole lot:
./utils/update.php --index --index-instances <number of your cpus>
* enable updates again:
./utils/setup.php --create-functions --enable-diff-updates --create-partition-functions
2014-10-05 22:16:02 +02:00
Sarah Hoffmann
4498c84d48
update osm2pgsql (nameless landuses) and add tests for it
2014-09-10 20:55:17 +02:00
Sarah Hoffmann
a7d3146967
remove special casing of houses and postcodes in place import
2014-09-08 22:27:24 +02:00
Sarah Hoffmann
86d90bc460
add functional tests
...
These are the tests that were formerly located at
https://github.com/lonvia/test-nominatim
2014-09-07 17:02:10 +02:00