feat(web): increase map max zoom (#5693)

* increate max zoom

* increase max zoom on mobile
This commit is contained in:
waclaw66 2023-12-14 14:40:56 +01:00 committed by GitHub
parent a4c057ba63
commit 3a2e9b6298
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -115,7 +115,7 @@
attributionControl={false}
diffStyleUpdates={true}
let:map
on:load={(event) => event.detail.setMaxZoom(14)}
on:load={(event) => event.detail.setMaxZoom(18)}
on:load={(event) => event.detail.on('click', handleMapClick)}
bind:map
>