forked from MapComplete/MapComplete
Themes: add compile time check for 'sameAs'-filters that the referenced layer actually exists
This commit is contained in:
parent
ea00c717de
commit
e188b96561
6 changed files with 25 additions and 4 deletions
|
@ -57,7 +57,7 @@
|
|||
"minzoom": 18,
|
||||
"name": null,
|
||||
"filter": {
|
||||
"sameAs": "bank_with_atm"
|
||||
"sameAs": "banks_with_atm"
|
||||
},
|
||||
"doCount": false
|
||||
}
|
||||
|
|
|
@ -151,7 +151,7 @@
|
|||
"override": {
|
||||
"name": null,
|
||||
"filter": {
|
||||
"sameAs": "charging_station_ebike"
|
||||
"sameAs": "charging_station_ebikes"
|
||||
},
|
||||
"minzoom": 18
|
||||
}
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
"=name": null,
|
||||
"doCount": false,
|
||||
"=filter": {
|
||||
"sameAs": "erotic-shop"
|
||||
"sameAs": "erotic_shop"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
"override": {
|
||||
"name": null,
|
||||
"filter": {
|
||||
"sameAs": "charging_station_ebike"
|
||||
"sameAs": "charging_station_ebikes"
|
||||
},
|
||||
"minzoom": 18,
|
||||
"=presets": []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue