Skip to content

Commit

Permalink
fix(main): remove zoom buttons from map
Browse files Browse the repository at this point in the history
  • Loading branch information
NSUWAL123 committed Dec 16, 2024
1 parent b39ecfa commit 3bb4df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mapper/src/lib/components/map/main.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
]}
>
<!-- Controls -->
<NavigationControl position="top-left" />
<NavigationControl position="top-left" showZoom={false} />
<ScaleControl />
<Control class="flex flex-col gap-y-2" position="top-left">
<ControlGroup>
Expand Down

0 comments on commit 3bb4df4

Please sign in to comment.