Run npm run lint:fix

This commit is contained in:
zstadler 2023-11-23 15:32:25 +02:00
parent 2e4b86e960
commit 985dce1711

View file

@ -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"
}