mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-22 16:19:42 +02:00
suggest to remove "highway=crossing" when "crossing=no"
resolves https://github.com/openstreetmap/id-tagging-schema/issues/863#issuecomment-1505870430
This commit is contained in:
@@ -446,6 +446,10 @@
|
||||
"old": {"crossing": "traffic_lights"},
|
||||
"replace": {"crossing": "traffic_signals"}
|
||||
},
|
||||
{
|
||||
"old": {"crossing": "no", "highway": "crossing"},
|
||||
"replace": {"crossing": "no"}
|
||||
},
|
||||
{
|
||||
"old": {"cuisine": "gluten-free"},
|
||||
"replace": {"diet:gluten_free": "*"}
|
||||
|
||||
Reference in New Issue
Block a user