mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Flag paths with "no" access value for their implied designation (re: #6070)
This commit is contained in:
@@ -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": "*"}
|
||||
|
||||
Reference in New Issue
Block a user