mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-17 16:47:17 +02:00
[regional] add support for moped links in the NL (#484)
* adds NL-specific preset for "moped links" (highway=cycleway + bicycle=no + moped=designated) * drop deprecation rule for `highway=cycleway` + `bicycle=no`
This commit is contained in:
@@ -730,10 +730,6 @@
|
||||
"old": {"highway": "bridleway", "horse": "no"},
|
||||
"replace": {"highway": "path", "horse": "no"}
|
||||
},
|
||||
{
|
||||
"old": {"highway": "cycleway", "bicycle": "no"},
|
||||
"replace": {"highway": "path", "bicycle": "no"}
|
||||
},
|
||||
{
|
||||
"old": {"highway": "cycleway", "cycleway": "track"},
|
||||
"replace": {"highway": "cycleway"}
|
||||
|
||||
Reference in New Issue
Block a user