Sarah Hoffmann
0419aada6e
test: catch script output in as debug log output
2016-03-29 23:14:03 +02:00
Sarah Hoffmann
5d928d5187
adapt tests to new tiger algorithm
2016-03-28 17:08:27 +02:00
Sarah Hoffmann
23fa6018a4
make sure linked places get recomputed when unlinked
...
When linked the place may not be in the search index,
so it must be reindexed when being unlinked. The status
change will only have an effect during the subsequent
update, so change tests to that effect.
2016-03-28 09:51:29 +02:00
Sarah Hoffmann
443bfec035
Merge branch 'tigerlines' of https://github.com/markigail/Nominatim
2016-03-27 20:00:15 +02:00
Sarah Hoffmann
8534ce5ec2
tests: update for osm2gsql changes
...
Also fixes a missing type set for query.php tests.
2016-03-25 12:07:22 +01:00
Markus Gail
a8afb9bd3c
Removed unnecessary test for tiger.
2016-03-21 14:14:01 +01:00
Markus Gail
46cef36184
Implement geocoding and reverse geocoding with tiger interpolation lines instead of points.
2016-03-21 14:14:01 +01:00
Sarah Hoffmann
279ea25e7d
Merge pull request #381 from lonvia/cmake-port
...
Replace autotools with cmake and update osm2pgsql
2016-03-13 21:40:38 +01:00
Marc Tobias Metten
71b3aa9cca
Reverse geocode include geometry - added bounding box tests
2016-03-09 19:43:03 +01:00
Marc Tobias Metten
991bd0004a
Reverse geocode include geometry
2016-03-04 20:29:09 +01:00
Sarah Hoffmann
30d56b7064
enable test execution using ctest
2016-02-29 23:45:30 +01:00
Marc Tobias Metten
47a7887d86
tests: skip tidylib, it cannot handle HTML5
2016-01-20 01:14:20 +01:00
Sarah Hoffmann
8375392f39
force sensible file prefixes for generated test files
...
libosmium needs them to detect the file type
2015-08-29 11:29:09 +02:00
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
59be7846e9
fix utf8 in tests for jsonp
2015-03-29 18:17:28 +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
mtmail
f4d7337266
Update README.md
...
Added missing `shapely` library and instructions how to install `pip` on Ubuntu
2015-03-02 23:57:41 +01:00
Sarah Hoffmann
340b9793d6
update scene builder to compile with latest libosmium
2015-02-21 16:35:54 +01:00
Sarah Hoffmann
822ca14480
add makefile for test scene extractor
2015-02-21 14:11:05 +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