forked from hans/Nominatim
split place search into address search and named search
The presence/absence of houenumbers makes quite a difference for search.
This commit is contained in:
@@ -14,3 +14,4 @@ from .poi_search import PoiSearch as PoiSearch
|
||||
from .country_search import CountrySearch as CountrySearch
|
||||
from .postcode_search import PostcodeSearch as PostcodeSearch
|
||||
from .place_search import PlaceSearch as PlaceSearch
|
||||
from .address_search import AddressSearch as AddressSearch
|
||||
|
||||
Reference in New Issue
Block a user