Deprecate sidewalk=none => sidewalk=no (#222)

This commit is contained in:
Brian Sperlongano
2024-07-09 07:16:00 +02:00
committed by GitHub
parent bab09d1791
commit 7b656add7f
2 changed files with 13 additions and 1 deletions
+4
View File
@@ -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"}