You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks quite easily doable, thanks for providing the link to the line! I don't have that much experience with that particular API. Are there search strings that you put in where the default limit of the results is too small? For me personally, the first couple of search results usually do.
The thing that bothers me a bit with the search is that substrings are not found as expected. For example, when I search for "Trafalge" in order to find "Trafalgar Square", Nominatim returns zero results. But since the same is true for openstreetmap.org, I don't think that is an issue with the app.
Probably 80-90% of the time the first 10 results are sufficient. But every once in a while it doesn't find a feature I know is mapped and only after double-checking I realize it didn't appear because of the 10 item (default) cutoff.
I don't think there's a way to do a substring match like you want.
You probably want to add “&limit=50” to the Nominatim search URL:
OSM-Surveyor/OSMSurveyorFramework/Nominatim/NominatimResultProvider.swift
Line 27 in dcb8933
The text was updated successfully, but these errors were encountered: