From 097a52d6945a0d26f03c7d8606f1f16d5ff12d80 Mon Sep 17 00:00:00 2001 From: Codain Date: Wed, 23 Feb 2022 22:34:07 +0100 Subject: [PATCH] Etymology - Add some public meeting places Add health, social, cultural, touristical and sport places --- assets/themes/etymology.json | 103 ++++++++++++++++++++++++++++++++++- 1 file changed, 101 insertions(+), 2 deletions(-) diff --git a/assets/themes/etymology.json b/assets/themes/etymology.json index 1ed79cf96..ae539786c 100644 --- a/assets/themes/etymology.json +++ b/assets/themes/etymology.json @@ -114,7 +114,106 @@ } } } - } + }, + { + "builtin": "etymology", + "override": { + "id": "cultural_places_without_etymology", + "name": { + "en": "Cultural places without etymology information" + }, + "minzoom": 18, + "source": { + "osmTags": { + "and": [ + "name~*", + { + "or": [ + "amenity=arts_centre", + "amenity=cinema", + "amenity=community_centre", + "amenity=library", + "amenity=theatre" + ] + } + ] + } + } + } + }, + { + "builtin": "etymology", + "override": { + "id": "toursistic_places_without_etymology", + "name": { + "en": "Toursistic places without etymology information" + }, + "minzoom": 18, + "source": { + "osmTags": { + "and": [ + "name~*", + { + "or": [ + "tourism=aquarium", + "tourism=museum", + "tourism=theme_park", + "tourism=zoo" + ] + } + ] + } + } + } + }, + { + "builtin": "etymology", + "override": { + "id": "health_and_social_places_without_etymology", + "name": { + "en": "Healtch and social places without etymology information" + }, + "minzoom": 18, + "source": { + "osmTags": { + "and": [ + "name~*", + { + "or": [ + "amenity=clinic", + "amenity=hospital", + "amenity=social_facility" + ] + } + ] + } + } + } + }, + { + "builtin": "etymology", + "override": { + "id": "sport_places_without_etymology", + "name": { + "en": "Sport places without etymology information" + }, + "minzoom": 18, + "source": { + "osmTags": { + "and": [ + "name~*", + { + "or": [ + "leisure=sports_centre", + "leisure=stadium", + "leisure=swimming_pool" + ] + } + ] + } + } + } + } ], "hideFromOverview": false -} \ No newline at end of file +}