limit minZoom (???)

master
Tomáš Mládek 2021-01-10 22:21:35 +01:00
parent 24dc9c9f18
commit b270693868
1 changed files with 1 additions and 0 deletions

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,