You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
700 B

{
"type": "overpass",
"name": {
"en": "Winter Service",
"de": "Winterdienst",
"nl": "Strooiroutes"
},
"query": {
"16": "(way[highway];)"
},
"feature": {
"markerSymbol": "",
"style": {
"color": [
"{% if attribute(tags, 'winter_service') == \"yes\" %}",
"green",
"{% elseif attribute(tags, 'winter_service') == \"limited\" %}",
"yellow",
"{% elseif attribute(tags, 'winter_service') == \"no\" %}",
"red",
"{% else %}",
"grey",
"{% endif %}"
]
}
}
}