-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Change the preset for place=square
to make it more placelike
#4486
Comments
https://www.openstreetmap.org/way/262667394/history is an example where user confused by what iD displays repeatedly removes highway=pedestrian (situation is made worse by communication problems). The same user thought that he found tagging mistake and repeated the same type of edit across entire country. |
And how it may be fixed:
|
And as a quick fix: give place=square higher priority than area=yes + highway=pedestrian, so area=yes + highway=pedestrian + place=square objects will be displayed as "Square" rather than "Pedestrian Street". |
Hmm, can't routers just route pedestrian traffic across |
There is a difference between highway=pedestrian and place=square according to the wiki: |
Even if place=square was equivalent to highway=pedestrian + area=yes it would be still wrong to replace tagging scheme with widespread support by a new, with low support. For example it would break most data consumers rendering squares. In addition place=square was invented to tag entire square, not only walkable part - so meaning is different. Simplest case where entire square is walkable would be tagged with both highway + area + optional place tags. More complex one would be tagged with place=square on geometry including entire square - what may include roads, vegetation etc. |
Ok, I've thought about the solutions
We could make this preset, but it wouldn't fix the issue of people changing the preset from one thing to another, and it would be not completely right if the
That also seems not completely right, as area pedestrian highways are often not "squares".
☝️ this one is easy, so we can do it. Hopefully just removing the icon will help.
I don't want to add special code to watch for changing one specific tag to another.. We don't have anything in iD like this currently. |
It would be great if the |
place=square
to make it more placelike
That would be mapping for the renderer. Data should be semantic (thus, tagging the area itself as Some software is quite smart about when & how labels are shown (OsmAnd comes to mind). |
It affects pedestrian squares.
area=yes + highway=pedestrian is displayed as "Pedestrian Street".
iD allows to retag it to feature described as "square" with icon depicting walking human.
User may think that this is a correct edit.
Unfortunately it removes highway=pedestrian and replaces it with place=square.
Adding place=square is not incorrect but removing highway=pedestrian damages data.
The text was updated successfully, but these errors were encountered: