Skip to content

Commit

Permalink
Updated max zoom
Browse files Browse the repository at this point in the history
  • Loading branch information
zmalkmus committed Mar 18, 2024
1 parent cf67459 commit 6f3b67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agvis/static/js/Window.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class Window {

this.map = L.map(this.map_name, {
minZoom: 3,
maxZoom: 10,
maxZoom: 18,
zoomSnap: 0.01,
center: [40, -100],
zoom: 5,
Expand Down

0 comments on commit 6f3b67a

Please sign in to comment.