Fix minimaps
This commit is contained in:
parent
d0293fb232
commit
d8287ba1c5
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ export default class Minimap extends BaseUIElement {
|
||||||
doubleClickZoom: this._allowMoving,
|
doubleClickZoom: this._allowMoving,
|
||||||
keyboard: this._allowMoving,
|
keyboard: this._allowMoving,
|
||||||
touchZoom: this._allowMoving,
|
touchZoom: this._allowMoving,
|
||||||
zoomAnimation: this._allowMoving,
|
// Disabling this breaks the geojson layer - don't ask me why! zoomAnimation: this._allowMoving,
|
||||||
fadeAnimation: this._allowMoving
|
fadeAnimation: this._allowMoving
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue