Browse Source

Remove unnecessary name:en fields

fossil
parent
commit
df4402830d
  1. 1
      communication.json
  2. 1
      gastro.json
  3. 2
      index.json
  4. 1
      parks.json
  5. 1
      places.json
  6. 1
      public.json
  7. 1
      shop.json

1
communication.json

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

1
gastro.json

@ -1,6 +1,5 @@
{
"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": {

2
index.json

@ -4,7 +4,6 @@
{
"id": "leisure_sport_shopping",
"type": "index",
"name:en": "Leisure, Sport and Shopping",
"subCategories": [
{
"id": "gastro"
@ -20,7 +19,6 @@
{
"id": "services",
"type": "index",
"name:en": "Services",
"subCategories": [
{
"id": "communication"

1
parks.json

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

1
places.json

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

1
public.json

@ -1,6 +1,5 @@
{
"type": "overpass",
"name:en": "Public Services",
"query": {
"12": "(node[amenity~'^(court_house|embassy|public_building|townhall)$'];way[amenity~'^(court_house|embassy|public_building|townhall)$'];relation[amenity~'^(court_house|embassy|public_building|townhall)$'];node[amenity=recycling][recyling_type=centre];way[amenity=recycling][recyling_type=centre];relation[amenity=recycling][recyling_type=centre];);",
"16": "(node[amenity~'^(court_house|embassy|public_building|townhall|clock|drinking_water|recycling)$'];way[amenity~'^(court_house|embassy|public_building|townhall|recycling)$'];relation[amenity~'^(court_house|embassy|public_building|townhall|recycling)$'];node[drinking_water]);"

1
shop.json

@ -1,6 +1,5 @@
{
"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];);"

Loading…
Cancel
Save