-
-
Notifications
You must be signed in to change notification settings - Fork 364
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
Don't ask for name=value for a segment if ref=value is missing #1490
Comments
I understand the problem, however, there is no easy way to solve this. In OpenStreetMap, there is no notion of ways "that belong together". While for a human observer of the map, it seems like a matter of course that certain ways belong to the same road, it is not trivial to find this out for StreetComplete, or for that matter, any consumer of OpenStreetMap data, and that detection is always fuzzy. The app already does not ask for a name, if a The app could detect if the input "looks like" a ref (short, only capital letters and numbers) and either tag the input automatically as Do you have a suggestion how to handle this? |
One idea would be to ask only for a segment, that has at least one connected segment that is either If both neighbour segments are are tagged with the same Allow an advanced mode, where a user can set the tag |
It would exclude also many valid uses.
Is it still very hard to formulate a question asked after user set ref-like name? Something like "Is it name like 'Hauptstraße' or is it a reference code like 'L3121'?" Collecting missing ref is also useful anyway. |
What do you mean with "still"? I am not sure I understand your suggestion. |
I was thinking in terms of streets with the |
It would be hard to make clear in question "What is the name of this road?" that it is about But is this still hard to make the distinction clear in additional question, asked only for cases adding ref-like values? So initial view would be exactly like it is now, in case of adding normal name nothing would change. And after adding reflike name StreetComplete would additionally ask "Is it name like 'Hauptstraße' or is it a reference code like 'L3121'?".
It will have problems for places with many missing names, not just small forgotten segments. Solving quests for ways attached to the main road with |
Ok I understand. Or maybe, there is a proper word for |
For translators - maybe introduce separate string with iD localizes its tutorial with names typical for various countries - openstreetmap/iD#2881 openstreetmap/iD#3976
|
Or maybe example street name for each country may be added to metadata? (I can generate it) |
I tend towards automatically adding |
I am referring to this changeset create by StreetComplete 12.2 on Android
https://www.openstreetmap.org/changeset/72474098
How to Reproduce
Missing information/problems that arise:
Versions affected
Android 12.2
The text was updated successfully, but these errors were encountered: