Browse Source

Category: Move rendering dom stuff (header, ...) to category

fossil
parent
commit
c3b2b841ed
  1. 1
      children.json
  2. 1
      communication.json
  3. 1
      gastro.json
  4. 28
      index.json
  5. 1
      parks.json
  6. 1
      places.json
  7. 1
      shop.json
  8. 1
      trees.json

1
children.json

@ -1,5 +1,6 @@
{
"type": "overpass",
"name:en": "Children",
"query": "(node[leisure~'^(playground|summer_camp|indoor_play)$'];way[leisure~'^(playground|summer_camp|indoor_play)$'];relation[leisure~'^(playground|summer_camp|indoor_play)$'];node[shop~'^(baby_goods|toys)$'];way[shop~'^(baby_goods|toys)$'];relation[shop~'^(baby_goods|toys)$'];node[amenity=toilets][diaper];way[amenity=toilets][diaper];relation[amenity=toilets][diaper];node[kids_area];way[kids_area];relation[kids_area];);",
"minZoom": 15,
"feature": {

1
communication.json

@ -1,5 +1,6 @@
{
"type": "overpass",
"name:en": "Communication",
"query": {
"13": "(node[amenity~'^(post_office|internet_cafe)$'];node[amenity~'^(post_office|internet_cafe)$'];node[amenity~'^(post_office|internet_cafe)$'];);",
"16": "(node[amenity~'^(post_office|internet_cafe|post_box|telephone)$'];node[amenity~'^(post_office|internet_cafe)$'];node[amenity~'^(post_office|internet_cafe)$'];);"

1
gastro.json

@ -1,5 +1,6 @@
{
"type": "overpass",
"name:en": "Gastronomy",
"query": "(node[amenity~'^(bar|biergarten|cafe|fast_food|ice_cream|pub|restaurant)$'];way[amenity~'^(bar|biergarten|cafe|fast_food|ice_cream|pub|restaurant)$'];relation[amenity~'^(bar|biergarten|cafe|fast_food|ice_cream|pub|restaurant)$'];);",
"minZoom": 16,
"feature": {

28
index.json

@ -7,30 +7,34 @@
"name:en": "Leisure, Sport and Shopping",
"subCategories": [
{
"id": "gastro",
"name:en": "Gastronomy"
"id": "gastro"
},
{
"id": "shop",
"name:en": "Shopping"
"id": "shop"
},
{
"id": "children",
"name:en": "Children"
"id": "children"
}
]
},
{
"id": "trees",
"name:en": "Trees"
"id": "services",
"type": "index",
"name:en": "Services",
"subCategories": [
{
"id": "communication"
}
]
},
{
"id": "trees"
},
{
"id": "parks",
"name:en": "Parks"
"id": "parks"
},
{
"id": "places",
"name:en": "Places"
"id": "places"
}
]
}

1
parks.json

@ -1,5 +1,6 @@
{
"type": "overpass",
"name:en": "Parks",
"query": "(way[leisure=park];relation[leisure=park];)",
"minZoom": 14,
"feature": {

1
places.json

@ -1,5 +1,6 @@
{
"type": "overpass",
"name:en": "Places",
"query": {
"0": "node[place~'^(continent)$']",
"4": "node[place~'^(continent|country)$']",

1
shop.json

@ -1,5 +1,6 @@
{
"type": "overpass",
"name:en": "Shopping",
"query": {
"14": "(node[shop~'^(mall|department_store)$'];way[shop~'^(mall|department_store)$'];relation[shop~'^(mall|department_store)$'];);",
"16": "(node[shop];way[shop];relation[shop];);"

1
trees.json

@ -1,5 +1,6 @@
{
"type": "overpass",
"name:en": "Trees",
"query": "node[natural=tree];",
"minZoom": 17,
"feature": {

Loading…
Cancel
Save