-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
increase search result limit #631
Comments
Hi! I am reluctant to do so. 50 is already quite a bunch... Any way to make hits that you are more interested in? |
Hello rinigus,
What i am usually doing is to explore a Restaurant, Camping or something in the range of ~100km (i am using the "map", not the list) to show all the Results and explore a good spot.
I am using osmand for this right now, it Shows actually ALL the Results on the map.
With 50 results the range sometimes is some kilometer and it is showing them usually more in the east, so i need to re-search on different spot.
Would it be possible to recalculate on the map when i am moving? Or show all on map, independent from a 'location' ?
I agree with you that in list view its not helpful to have hundrets of results.
Hope this makes sense
Am Mittwoch, 31. August 2022 schrieb rinigus:
… Hi!
I am reluctant to do so. 50 is already quite a bunch... Any way to make hits that you are more interested in?
--
Reply to this email directly or view it on GitHub:
#631 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***
--
Sent from my Sailfish device
|
Does that make sense?
Am Mittwoch, 31. August 2022 schrieb Matthias:
… Hello rinigus,
What i am usually doing is to explore a Restaurant, Camping or something in the range of ~100km (i am using the "map", not the list) to show all the Results and explore a good spot.
I am using osmand for this right now, it Shows actually ALL the Results on the map.
With 50 results the range sometimes is some kilometer and it is showing them usually more in the east, so i need to re-search on different spot.
Would it be possible to recalculate on the map when i am moving? Or show all on map, independent from a 'location' ?
I agree with you that in list view its not helpful to have hundrets of results.
Hope this makes sense
Am Mittwoch, 31. August 2022 schrieb rinigus:
> Hi!
>
> I am reluctant to do so. 50 is already quite a bunch... Any way to make hits that you are more interested in?
>
> --
> Reply to this email directly or view it on GitHub:
> #631 (comment)
> You are receiving this because you authored the thread.
>
> Message ID: ***@***.***
--
Sent from my Sailfish devic
--
Sent from my Sailfish device
|
Sorry for delayed reply - being swamped right now. I would have to think about how to do that in a sensible manner. Having a cloud of points covering the whole city is probably not the best solution |
Could you give me some hints
I can do some testing myself |
Sure, for OSM Scout Server it is set at https://github.com/rinigus/pure-maps/blob/master/guides/osmscout.py#L78 |
Hello Rinigus, i tried with multiple settings as maximum, it is really crowded with higher maximum, but zooming in it is fine. Depending on the type of search (e.g. restaurant) the number of search results in a 100km range could go really high, making the search slow. Could it be possible to Reload the nearby places when i move on the map? in the background it could still be a smaller/faster limit. I couldnt figure out in the code where the "nearby(...)" function is called. |
Search and nearby are different search strategies. Compare subfolders "guides" and "geocoders". As for whether it is possible - yes, it is probably. Would have to start catching map movement, check whether it is significant and try to search again. Geocoding also has reference point in addition to the string, so that would influence the result. But that functionality is not there right now. |
Hello,
is it possible to increase the search result limit? I would like to search e.g. for a fuel station and check the locations on the map but it is always limited to 50 results. Would it be possible to increase that number fairly to see an overview on the map?
Kind Regards
Matthias
The text was updated successfully, but these errors were encountered: