lower minZoom to 0.05
This commit is contained in:
parent
461281b606
commit
47e2e19a3c
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ export default defineComponent({
|
|||
// PanZoom
|
||||
const pz = createPanZoom(element, {
|
||||
smoothScroll: false,
|
||||
minZoom: 0.02,
|
||||
minZoom: 0.05,
|
||||
maxZoom: 3637937,
|
||||
zoomSpeed: 0.05,
|
||||
zoomDoubleClickSpeed: 1,
|
||||
|
|
Loading…
Reference in a new issue