Skip to content

Commit

Permalink
fix load on no geodata
Browse files Browse the repository at this point in the history
  • Loading branch information
d3d9 committed Jun 12, 2024
1 parent fdbd650 commit 613eba4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/js/wahl-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ export default class WahlController {
console.warn("no geodata for this Ebene", ebene);
this.activeEAC = undefined; // calls setter
this.removeGeoLayer();
closeDialog();
return;
}

Expand Down Expand Up @@ -609,6 +610,7 @@ export default class WahlController {
} else {
this.activeEAC = undefined;
this.removeGeoLayer();
closeDialog();
}
}

Expand Down

0 comments on commit 613eba4

Please sign in to comment.