-
-
Notifications
You must be signed in to change notification settings - Fork 358
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
New building type quest doesn't seem to lead to housenumber quest #1119
Comments
tl;dr that is because everything is more complicated than expected That is caused by complexity of housenumber quest. Some quests are based just on tags of object, for example after answering what is the name of restaurant questions about opening hours and so on are automatically generated. But for address quest checking value of Other check include for example "not inside area that has address" (to handle cases where for example hospital buildings have no addresses, there is one address assigned to the entire hospital). Currently such complicated queries are not handled locally, only in overpass requests. The same applies for example to cycleway quest.
I expect that implementing half of overpass API and filtering OSM data and keeping all relevant data in smartphone is not planned to be implemented. This would take massive development effort - I would expect something like 1000 hours of work (note, it may turn out to be 500 hours or 10 000 hours - estimations of time necessary for making software are notoriously unreliable). And in addition, it would not be able to properly run on the smartphone due to missing memory, limited CPU and limited battery. So at this point this is not worth doing anyway. EDIT: Note that @westnordost actually implemented this some time later and it works nicely :) |
Just to note that this was actually fixed in |
When I set a building=yes to building=detached with the new building type quest, it doesn't seem to show house number quests, until after I invalidate and reload the quests.
It does show building level quests though, although they don't show up immediately, you have to wait for the new building level quest icon to appear and click on it.
The text was updated successfully, but these errors were encountered: