Skip to content

Commit

Permalink
Increase zoom range (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
DTTerastar authored Nov 17, 2024
1 parent 66ddd10 commit 3aee37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/src/lib/Map.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
$: bounds = floor?.bounds;
const handler = zoom()
.scaleExtent([1, 40])
.scaleExtent([0.5, 40])
.on('zoom', (e) => {
transform = e.transform;
});
Expand Down

0 comments on commit 3aee37d

Please sign in to comment.