We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sidewalk=none
sidewalk=no
1 parent bab09d1 commit 7b656adCopy full SHA for 7b656ad
data/deprecated.json
@@ -686,6 +686,10 @@
686
"old": {"footway": "both"},
687
"replace": {"sidewalk": "both"}
688
},
689
+ {
690
+ "old": {"sidewalk": "none"},
691
+ "replace": {"sidewalk": "no"}
692
+ },
693
{
694
"old": {"footway": "crossing", "highway": "cycleway"},
695
"replace": {"cycleway": "crossing", "highway": "cycleway"}
dist/deprecated.json
@@ -1420,6 +1420,14 @@
1420
"sidewalk": "both"
1421
}
1422
1423
1424
+ "old": {
1425
+ "sidewalk": "none"
1426
1427
+ "replace": {
1428
+ "sidewalk": "no"
1429
+ }
1430
1431
1432
"old": {
1433
"footway": "crossing",
@@ -4160,4 +4168,4 @@
4160
4168
"industrial": "brickyard"
4161
4169
4162
4170
4163
-]
4171
+]
0 commit comments