[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:
Martin Raifer 2022-06-22 18:12:23 +02:00
parent febe27d800
commit 1e7577930a
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
3 changed files with 39 additions and 4 deletions

View file

@ -0,0 +1,35 @@
{
"locationSet": {
"include": [
"nl"
]
},
"icon": "fas-moped",
"fields": [
"name",
"oneway",
"surface",
"smoothness",
"width",
"structure",
"access",
"incline"
],
"geometry": [
"line"
],
"tags": {
"highway": "cycleway",
"bicycle": "no",
"moped": "designated"
},
"addTags": {
"highway": "cycleway",
"bicycle": "no",
"moped": "designated",
"foot": "no",
"mofa": "no"
},
"matchScore": 0.9,
"name": "Moped Link"
}