Browse Source

Category: places

fossil
parent
commit
e731a2e643
  1. 4
      index.json
  2. 10
      places.json

4
index.json

@ -27,6 +27,10 @@
{
"id": "parks",
"name:en": "Parks"
},
{
"id": "places",
"name:en": "Places"
}
]
}

10
places.json

@ -0,0 +1,10 @@
{
"type": "category",
"query": "node[place]",
"minZoom": 14,
"feature": {
"title": "{% set loc_name = localizedTag(tags, 'name') %}{{ loc_name }}{% if loc_name != tags.name %} ({{ tags.name }}){% endif %}",
"body": "{{ tagTrans('place', tags.place) }}",
"description": "{{ tagTrans('place', tags.place) }}"
}
}
Loading…
Cancel
Save