mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-22 16:19:42 +02:00
Revert "Add deprecation rules for typos in sidewalk tags (#1278)"
This reverts commit 062459e4b3.
This commit is contained in:
+4
-36
@@ -686,6 +686,10 @@
|
||||
"old": {"footway": "both"},
|
||||
"replace": {"sidewalk": "both"}
|
||||
},
|
||||
{
|
||||
"old": {"sidewalk": "none"},
|
||||
"replace": {"sidewalk": "no"}
|
||||
},
|
||||
{
|
||||
"old": {"footway": "crossing", "highway": "cycleway"},
|
||||
"replace": {"cycleway": "crossing", "highway": "cycleway"}
|
||||
@@ -1548,42 +1552,6 @@
|
||||
"old": {"shop": "winery"},
|
||||
"replace": {"craft": "winery"}
|
||||
},
|
||||
{
|
||||
"old": {"sidewalks": "*"},
|
||||
"replace": {"sidewalk": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"sidewalk": "none"},
|
||||
"replace": {"sidewalk": "no"}
|
||||
},
|
||||
{
|
||||
"old": {"sidewalk:left": "none"},
|
||||
"replace": {"sidewalk:left": "no"}
|
||||
},
|
||||
{
|
||||
"old": {"sidewalk:right": "none"},
|
||||
"replace": {"sidewalk:right": "no"}
|
||||
},
|
||||
{
|
||||
"old": {"sidewalk:both": "none"},
|
||||
"replace": {"sidewalk:both": "no"}
|
||||
},
|
||||
{
|
||||
"old": {"sidewalk": "seperate"},
|
||||
"replace": {"sidewalk": "separate"}
|
||||
},
|
||||
{
|
||||
"old": {"sidewalk:left": "seperate"},
|
||||
"replace": {"sidewalk:left": "separate"}
|
||||
},
|
||||
{
|
||||
"old": {"sidewalk:right": "seperate"},
|
||||
"replace": {"sidewalk:right": "separate"}
|
||||
},
|
||||
{
|
||||
"old": {"sidewalk:both": "seperate"},
|
||||
"replace": {"sidewalk:both": "separate"}
|
||||
},
|
||||
{
|
||||
"old": {"sloped_curb": "0"},
|
||||
"replace": {"kerb": "flush"}
|
||||
|
||||
Reference in New Issue
Block a user