mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01: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:
parent
febe27d800
commit
1e7577930a
3 changed files with 39 additions and 4 deletions
35
data/presets/highway/cycleway/moped_link-NL.json
Normal file
35
data/presets/highway/cycleway/moped_link-NL.json
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue