Themes: fix validation errors due to #1779

This commit is contained in:
Pieter Vander Vennet 2024-02-12 14:45:26 +01:00
parent 7dc43f933e
commit 707d99619d
4 changed files with 18 additions and 7 deletions

View file

@ -38,7 +38,6 @@
"builtin": "bank",
"override": {
"id": "banks_with_atm",
"name": null,
"minzoom": 14,
"source": {
"osmTags": {
@ -56,6 +55,7 @@
"builtin": "bank",
"override": {
"minzoom": 18,
"name": null,
"filter": {
"sameAs": "bank_with_atm"
}
@ -167,6 +167,7 @@
"builtin": "postoffices",
"override": {
"minzoom": 18,
"name": null,
"filter": {
"sameAs": "post_offices_with_atm"
}