mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-15 13:38:02 +02:00
fix wrong tag in deprecation rule, fixes #1180
wrong tag was introduced in https://github.com/openstreetmap/id-tagging-schema/commit/01e7739976fcf6db8ba9f253ce52e72f0cc4242a
This commit is contained in:
@@ -1778,7 +1778,7 @@
|
||||
},
|
||||
{
|
||||
"old": {"traffic_calming": "island", "area": "yes"},
|
||||
"replace": {"area:highway": "traffic_calming"}
|
||||
"replace": {"area:highway": "traffic_island"}
|
||||
},
|
||||
{
|
||||
"old": {"tunnel": "1"},
|
||||
|
||||
Reference in New Issue
Block a user