Browse Source

OSBIndex, OSBCategory -> CategoryBase, CategoryIndex, CategoryOverpass

fossil
parent
commit
436221689c
  1. 2
      children.json
  2. 2
      gastro.json
  3. 2
      parks.json
  4. 2
      places.json
  5. 2
      shop.json
  6. 2
      trees.json

2
children.json

@ -1,5 +1,5 @@
{ {
"type": "category",
"type": "overpass",
"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];);", "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, "minZoom": 15,
"feature": { "feature": {

2
gastro.json

@ -1,5 +1,5 @@
{ {
"type": "category",
"type": "overpass",
"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)$'];);", "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, "minZoom": 16,
"feature": { "feature": {

2
parks.json

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

2
places.json

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

2
shop.json

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

2
trees.json

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

Loading…
Cancel
Save