mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-12 15:46:35 +02:00
patch v6.7.2: traffic_calming=island + area=yes -> area:highway=traffic_island
partially addresses https://github.com/openstreetmap/id-tagging-schema/issues/1162
This commit is contained in:
@@ -1777,6 +1777,10 @@
|
||||
"old": {"transformer": "traction"},
|
||||
"replace": {"transformer": "main"}
|
||||
},
|
||||
{
|
||||
"old": {"traffic_calming": "island", "area": "yes"},
|
||||
"replace": {"area:highway": "traffic_calming"}
|
||||
},
|
||||
{
|
||||
"old": {"tunnel": "1"},
|
||||
"replace": {"tunnel": "yes"}
|
||||
|
||||
Reference in New Issue
Block a user