]> git.openstreetmap.org Git - nominatim.git/commit
replace NearPoint with a more generic context object
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 8 Oct 2017 19:23:31 +0000 (21:23 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 8 Oct 2017 19:23:31 +0000 (21:23 +0200)
commit30511fd3ab9d731b0afec202386fc2425a0b1b9f
tree4518070fc391766c2b1d24903608acbaefa9b6d1
parent614a6ab861fc991da390cdeca137e96ee4dcde2c
replace NearPoint with a more generic context object

The NearPoint is actually common to all SearchDescriptions
and there is other context data as well. like viewbox, that
needs to be available to the search object but is common.
lib/Geocode.php
lib/NearPoint.php [deleted file]
lib/ReverseGeocode.php
lib/SearchContext.php [new file with mode: 0644]
lib/SearchDescription.php
lib/lib.php