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.
26 lines
523 B
26 lines
523 B
{
|
|
"type": "overpass",
|
|
"name": {
|
|
"en": "First Category"
|
|
},
|
|
"query": {
|
|
"16": [
|
|
"(",
|
|
"way[highway];",
|
|
")"
|
|
]
|
|
},
|
|
"feature": {
|
|
"style": {
|
|
"width": [
|
|
"{% if tags.highway in [ 'footway', 'cycleway' ] %}",
|
|
"1.5",
|
|
"{% else %}",
|
|
"4",
|
|
"{% endif %}"
|
|
],
|
|
"color": "#ff0000",
|
|
"text": "{{ tags.name }}"
|
|
}
|
|
}
|
|
}
|