Browse Source

Add 'first-category.json'

test
parent
commit
4ec8954a93
  1. 26
      first-category.json

26
first-category.json

@ -0,0 +1,26 @@
{
"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 }}"
}
}
}
Loading…
Cancel
Save