mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +01:00
Regional Preset: path for foot+bicycle in Israel
This commit is contained in:
parent
9591d85486
commit
972151f809
1 changed files with 55 additions and 0 deletions
55
data/presets/highway/path/bicycle_foot-IL.json
Normal file
55
data/presets/highway/path/bicycle_foot-IL.json
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
{
|
||||
"locationSet": {
|
||||
"include": [
|
||||
"il",
|
||||
"ps"
|
||||
]
|
||||
},
|
||||
"icon": "temaki-pedestrian_and_cyclist",
|
||||
"fields": [
|
||||
"mtb:name",
|
||||
"mtb:name:he",
|
||||
"oneway:mtb",
|
||||
"mtb:scale",
|
||||
"segregated",
|
||||
"name",
|
||||
"oneway",
|
||||
"surface",
|
||||
"smoothness",
|
||||
"width",
|
||||
"structure",
|
||||
"access",
|
||||
"incline"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "path"
|
||||
},
|
||||
"addTags": {
|
||||
"highway": "path",
|
||||
"foot": "designated",
|
||||
"bicycle": "designated"
|
||||
},
|
||||
"removeTags": {
|
||||
"highway": "path",
|
||||
"foot": "designated",
|
||||
"bicycle": "designated",
|
||||
"segregated": "*"
|
||||
},
|
||||
"terms": [
|
||||
"bicycle and foot path",
|
||||
"bike and pedestrian path",
|
||||
"green way",
|
||||
"greenway",
|
||||
"mixed-use trail",
|
||||
"multi-use trail",
|
||||
"segregated trail",
|
||||
"shared path",
|
||||
"shared use path",
|
||||
"rail trail"
|
||||
],
|
||||
"matchScore": 0.9,
|
||||
"name": "Cycle & Foot Path"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue