forked from MapComplete/MapComplete
Fix deploy
This commit is contained in:
parent
355c9384d9
commit
285ca2e508
3 changed files with 2 additions and 4 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue