]> git.openstreetmap.org Git - nominatim.git/commit
use Result class in reverse geocoding
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 20 Oct 2017 13:41:26 +0000 (15:41 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 23 Oct 2017 21:30:53 +0000 (23:30 +0200)
commit1424e8e29bd54d3f713a38a834ff0c8ff5f463fb
treebaf0443f055bbf19f1c06021e7e35ec8e721d0c5
parent42f079c35582f95381eee8f7406d3b2054204c51
use Result class in reverse geocoding

Also simplifies the reverse algorithm slightly by no longer
having an additional distance lookup.
lib/Geocode.php
lib/PlaceLookup.php
lib/ReverseGeocode.php
lib/lib.php
website/reverse.php