Updated Building Map / added liezen export import script

This commit is contained in:
Frank Schubert
2023-02-03 13:59:54 +01:00
parent 20f52d9426
commit c96cc84775
9 changed files with 31943 additions and 3 deletions

View File

@@ -168,7 +168,7 @@ class BuildingModel {
}
}
if(is_array($filter['type']) && count($filter['type'])) {
if(array_key_exists("type", $filter) && is_array($filter['type']) && count($filter['type'])) {
$ot = $filter['type'];
$in = [];
foreach($ot as $type) {