Skip to content

Commit

Permalink
Merge pull request #71 from CURENT/map-zoom
Browse files Browse the repository at this point in the history
Updated max zoom
  • Loading branch information
zmalkmus authored Mar 27, 2024
2 parents cf67459 + 6f3b67a commit ff170d2
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 ff170d2

Please sign in to comment.