Merge pull request #661 from arrival-spring/patch-1

Add schools layer to etymology theme
This commit is contained in:
Pieter Vander Vennet 2022-02-13 14:16:07 +01:00 committed by GitHub
commit 21470869f9
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
}
}