Add schools layer to etymology theme

Many schools are named after interesting things, so this should be added to the etymology theme.
This commit is contained in:
arrival-spring 2022-02-13 08:45:28 +00:00 committed by GitHub
parent 02fb73f578
commit 708f15d1e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}
}