lower minZoom to 0.05

This commit is contained in:
Tomáš Mládek 2021-01-11 23:51:37 +01:00
parent 461281b606
commit 47e2e19a3c

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,