Skip to content

Commit

Permalink
Merge pull request #6 from ksalamy/ksalamy-smdb-6
Browse files Browse the repository at this point in the history
Github Issue mbari-org#72: Enhance Missions Detail View - Update#2
  • Loading branch information
ksalamy authored May 21, 2024
2 parents 684d270 + 0de62d0 commit cbcf2c0
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 cbcf2c0

Please sign in to comment.