-
-
Notifications
You must be signed in to change notification settings - Fork 362
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
Address heatmap when zooming out in Address overlay #5452
Comments
Hm well, this is not possible with the map render library we use (tangram-es). We are looking into changing the map renderer to maplibre, maybe it will be possible then. But first, that has to happen, so right now, this is a will-not-fix. What you could do instead if you want to complete housenumbers is to activate the building type quest and the address quest. These appear automatically where information is missing. |
@RedAuburn Nice idea!
That workaround approach is however likely quite problematic, because:
What might be more easily possible 1 is to allow to switching to alternate (or additional) map provider / map overlay. For this particular use case, https://qa.poole.ch/ has "no address" overlay, which seems to be what @RedAuburn would want. Although showing alternate map has been proposed before in StreetComplete (i.e. #56), I'm not sure if it such customizable TMS URL would be good fit for vanilla StreetComplete (being oriented toward newbies etc.) But perhaps hardcoding that one specific overlay as a preference (or automagically when only building type+Addresses quests are enabled?) might be acceptable solution -- as I do agree that it is very worthy use case, which I would like to use too. But I'm also not 100% sure if Tangram-ES supports base layer + overlay layer display at once? Footnotes
|
Use case
Currently, it's difficult to figure out what areas need housenumbers without checking on a PC beforehand. Right now, I have time to kill so want to map some addresses, having a heatmap would allow easily finding areas with no house numbers.
Proposed Solution
A red-green heatmap when zooming out in the address overlay, showing where housenumbers are mapped and where they are missing.
The text was updated successfully, but these errors were encountered: