-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Custom Thing-overlay entries #649
Comments
Probably a better idea would be to suggest such tagging to be included in id-tagging-schema. That way, not only SCEE would benefit, but also StreetComplete, EveryDoor, Vespucci, iD, and many other projects that use it! You could even make PR yourself if you want to speed it up, it is a simple JSON text file (see e.g. advertising=totem example)
I can see some use of "Custom things", but only for very localized and specialized things which are not present nor popular worldwide (so would probably not get included in id-tagging-schema). But for such worldwide common things such as "advertising screens", I'd definitely recommend to go the id-tagging-schema way mentioned above. Also, while there is some use for such "Custom things", UI for maintaining that would seem rather complex... Perhaps easier to implement idea idea (if such "custom things" were to be supported) would be to parse some common format for those, like custom JOSM presets (Vespucci at least seems to have such parser already, so perhaps it could be borrowed). |
When you use the long-press add POI functionality, you will get a redo button in the tag editor, so you only need to do the changes once. Otherwise, I don't intend to add functionality that allows adding custom things, because the search uses the https://github.com/westnordost/osmfeatures/ library, and I don't want to maintain a fork of it. |
Use case
I wanted to map some advertising screens, of which there are far too many, but adding them properly requires me to add "Digital screen" with the Thing-overlay, and adding a whole heap of tags manually. Having the ability to add custom entries available in the Things-overlay would smooth this process out.
Proposed Solution
I propose adding a setting somewhere under "SCEE settings" which keeps a list of custom things, where a thing is an icon, a name, and a set of tags, similar to how quests are customizable.
The text was updated successfully, but these errors were encountered: