]> 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 13:14:01 +0000 (14:14 +0100)
commit46cef36184dc530518068a6a84ba6becd96e09bd
treeb8210e20734d3a9f7abfd3d9d3852cf08ca960a0
parentbc449e10be56e2225dec7a2256f92977850c5ea9
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]