Skip to content

Commit

Permalink
Add deprecation rules for typos in sidewalk tags (#1278)
Browse files Browse the repository at this point in the history
  • Loading branch information
waldyrious committed Jul 15, 2024
1 parent 87c39e1 commit 062459e
Showing 1 changed file with 36 additions and 4 deletions.
40 changes: 36 additions & 4 deletions data/deprecated.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down Expand Up @@ -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"}
Expand Down

0 comments on commit 062459e

Please sign in to comment.