Flag paths with "no" access value for their implied designation (re: #6070)

This commit is contained in:
Quincy Morgan
2019-04-01 15:00:32 -04:00
parent cf6e6c7970
commit 04e4cfc031
+12
View File
@@ -200,6 +200,18 @@
"old": {"highway": "abandoned"},
"replace": {"abandoned:highway": "*"}
},
{
"old": {"highway": "bridleway", "horse": "no"},
"replace": {"highway": "path", "horse": "no"}
},
{
"old": {"highway": "cycleway", "bicycle": "no"},
"replace": {"highway": "path", "bicycle": "no"}
},
{
"old": {"highway": "footway", "foot": "no"},
"replace": {"highway": "path", "foot": "no"}
},
{
"old": {"highway": "ford"},
"replace": {"ford": "*"}