Skip to content

Commit

Permalink
Stashing
Browse files Browse the repository at this point in the history
  • Loading branch information
sdl60660 committed Jun 21, 2022
1 parent ec7f929 commit 331bd0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Map.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,9 @@
// Turn off map interactivity
map.interactive = false;
map.scrollZoom.disable();
// map.dragRotate.disable();
// map.touchZoomRotate.disableRotation();
d3.selectAll(".mapboxgl-ctrl-geocoder").style("display", "none");
d3.select(".mapboxgl-ctrl-top-left").style("display", "none");
Expand Down

1 comment on commit 331bd0f

@vercel
Copy link

@vercel vercel bot commented on 331bd0f Jun 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.