Skip to content

Commit

Permalink
Github Issue mbari-org#72: Enhance Missions Detail View - Update#2
Browse files Browse the repository at this point in the history
View updates and fixes.
  • Loading branch information
ksalamy authored May 21, 2024
1 parent d2bee9c commit 0de62d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion smdb/smdb/static/js/map_mission_filter.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
const map = L.map("map_mission_filter");
const options = { minZoom: 1, maxZoom: 20 };
map.options.minZoom = 1.5;
map.options.maxZoom = 20;
// const options = { minZoom: 2.49, maxZoom: 16 };
// const options = { minZoom: 1, maxZoom: 20 };

const gmrt = L.tileLayer.wms(
"https://www.gmrt.org/services/mapserver/wms_merc?",
Expand Down

0 comments on commit 0de62d0

Please sign in to comment.