Skip to content

Commit 7b656ad

Browse files
authored
Deprecate sidewalk=none => sidewalk=no (#222)
1 parent bab09d1 commit 7b656ad

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

data/deprecated.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,10 @@
686686
"old": {"footway": "both"},
687687
"replace": {"sidewalk": "both"}
688688
},
689+
{
690+
"old": {"sidewalk": "none"},
691+
"replace": {"sidewalk": "no"}
692+
},
689693
{
690694
"old": {"footway": "crossing", "highway": "cycleway"},
691695
"replace": {"cycleway": "crossing", "highway": "cycleway"}

dist/deprecated.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1420,6 +1420,14 @@
14201420
"sidewalk": "both"
14211421
}
14221422
},
1423+
{
1424+
"old": {
1425+
"sidewalk": "none"
1426+
},
1427+
"replace": {
1428+
"sidewalk": "no"
1429+
}
1430+
},
14231431
{
14241432
"old": {
14251433
"footway": "crossing",
@@ -4160,4 +4168,4 @@
41604168
"industrial": "brickyard"
41614169
}
41624170
}
4163-
]
4171+
]

0 commit comments

Comments
 (0)