mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-02-13 01:02:47 +00:00
Add deprecation rules for typos in sidewalk tags (#1278)
This commit is contained in:
@@ -686,10 +686,6 @@
|
||||
"old": {"footway": "both"},
|
||||
"replace": {"sidewalk": "both"}
|
||||
},
|
||||
{
|
||||
"old": {"sidewalk": "none"},
|
||||
"replace": {"sidewalk": "no"}
|
||||
},
|
||||
{
|
||||
"old": {"footway": "crossing", "highway": "cycleway"},
|
||||
"replace": {"cycleway": "crossing", "highway": "cycleway"}
|
||||
@@ -1552,6 +1548,42 @@
|
||||
"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