]> git.openstreetmap.org Git - nominatim.git/commit
Implement geocoding and reverse geocoding with tiger interpolation lines instead...
authorMarkus Gail <markus.gail.94@gmail.com>
Thu, 10 Mar 2016 15:22:39 +0000 (16:22 +0100)
committerMarkus Gail <markus.gail.94@gmail.com>
Mon, 21 Mar 2016 12:32:44 +0000 (13:32 +0100)
commit26e30bf8e18f6c7a30cc056972d1399994309270
treef3ed5abffaff076fb0a9d9d01be45543114d6587
parent49d0ce1de4106914d90f6a9c959c7c804e960aba
Implement geocoding and reverse geocoding with tiger interpolation lines instead of points.
14 files changed:
lib/Geocode.php
lib/PlaceLookup.php
lib/ReverseGeocode.php
lib/lib.php
mytests/forward_tiger_functional.py [new file with mode: 0644]
mytests/forward_tiger_time.py [new file with mode: 0644]
mytests/random_points_bbox.py [new file with mode: 0644]
mytests/reverse_tiger_functional.py [new file with mode: 0644]
mytests/reverse_tiger_time.py [new file with mode: 0644]
settings/settings.php
settings/settings.php~ [new file with mode: 0644]
sql/functions.sql
tests/features/api/details.feature
tests/features/api/tiger.feature [new file with mode: 0644]