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
Sarah Hoffmann
14d17a3ad4
properly close connection in test
2015-01-09 23:16:53 +01:00
Sarah Hoffmann
6d0ab44800
reuse template db for tests by default
2015-01-09 23:16:31 +01:00
Sarah Hoffmann
59de7c5a9b
fix address interpolation for self-intersecting ways
2014-11-03 22:42:34 +01:00
Sarah Hoffmann
e1c88352ab
use unique function name for test step
2014-10-29 20:37:56 +01:00
Marc Tobias Metten
084a110efb
add regression test
2014-10-28 15:40:01 +01:00
Sarah Hoffmann
475108b937
fix typo in osm test file generator
2014-10-20 00:02:29 +02: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
Marc Tobias Metten
d6f298f033
move looksLikeLatLonPair into lib.php, basic PHP test suite using phpunit
2014-09-23 22:53:20 +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
f94ee6ad57
change default nominatim path for tests to obvious '..'
2014-09-07 20:11:21 +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