limit minZoom (???)

This commit is contained in:
Tomáš Mládek 2021-01-10 22:21:35 +01:00
parent 24dc9c9f18
commit b270693868

View file

@ -56,6 +56,7 @@ export default defineComponent({
// PanZoom
const pz = createPanZoom(element, {
smoothScroll: false,
minZoom: 0.02,
maxZoom: 3637937,
zoomSpeed: 0.05,
zoomDoubleClickSpeed: 1,