Fix deploy

This commit is contained in:
Pieter Vander Vennet 2021-09-22 16:57:07 +02:00
parent 355c9384d9
commit 285ca2e508
3 changed files with 2 additions and 4 deletions

View file

@ -46,8 +46,6 @@ export default class MinimapImplementation extends BaseUIElement implements Mini
public installBounds(factor: number | BBox, showRange?: boolean) {
this.leafletMap.addCallbackD(leaflet => {
console.log("Installing max bounds")
let bounds;
if (typeof factor === "number") {
bounds = leaflet.getBounds()