mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 21:03:51 +01:00
Run npm run lint:fix
This commit is contained in:
parent
2e4b86e960
commit
985dce1711
1 changed files with 56 additions and 48 deletions
|
|
@ -1,48 +1,56 @@
|
|||
{
|
||||
"locationSet": {
|
||||
"include": ["il", "ps"]
|
||||
},
|
||||
"icon": "temaki-pedestrian_and_cyclist",
|
||||
"fields": [
|
||||
"mtb/name",
|
||||
"segregated",
|
||||
"name",
|
||||
"oneway",
|
||||
"surface",
|
||||
"smoothness",
|
||||
"width",
|
||||
"structure",
|
||||
"access",
|
||||
"incline"
|
||||
],
|
||||
"moreFields": ["mtb/scale", "sac_scale"],
|
||||
"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"
|
||||
}
|
||||
{
|
||||
"locationSet": {
|
||||
"include": [
|
||||
"il",
|
||||
"ps"
|
||||
]
|
||||
},
|
||||
"icon": "temaki-pedestrian_and_cyclist",
|
||||
"fields": [
|
||||
"mtb/name",
|
||||
"segregated",
|
||||
"name",
|
||||
"oneway",
|
||||
"surface",
|
||||
"smoothness",
|
||||
"width",
|
||||
"structure",
|
||||
"access",
|
||||
"incline"
|
||||
],
|
||||
"moreFields": [
|
||||
"mtb/scale",
|
||||
"sac_scale"
|
||||
],
|
||||
"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