diff --git a/assets/themes/etymology.json b/assets/themes/etymology.json index ceff10d4aa..130cc83d17 100644 --- a/assets/themes/etymology.json +++ b/assets/themes/etymology.json @@ -90,7 +90,32 @@ } } } + }, + { + "builtin": "etymology", + "override": { + "id": "education_institutions_without_etymology", + "name": { + "en": "Education institutions without etymology information" + }, + "minzoom": 18, + "source": { + "osmTags": { + "and": [ + "name~*", + { + "or": [ + "amenity=school", + "amenity=kindergarten", + "amenity=university", + "amenity=college" + ] + } + ] + } + } + } } ], "hideFromOverview": false -} \ No newline at end of file +}