lower minZoom to 0.05

master
Tomáš Mládek 2021-01-11 23:51:37 +01:00
parent 461281b606
commit 47e2e19a3c
1 changed files with 1 additions and 1 deletions

View File

@ -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,