Subnautica Interactive Map
The Subnautica Interactive Map is a fan site that provides detailed atlases for both Subnautica and Subnautica: Below Zero. It features various tools such as biome polygons, resource pins, and opacity sliders for enhanced navigation. A future update is planned for Subnautica 2 when a stable dataset becomes available.
- ▪The site utilizes MapLibre for its interactive features.
- ▪Users can explore different biomes and resources without navigating through ads.
- ▪A third section for Subnautica 2 will be added once a stable dataset is released.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3952204) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } subnauticamap Posted on May 26 Subnautica Interactive Map #javascript #showdev #sideprojects #webdev Subnautica Interactive Map Fan site · Two live atlases · Guides soon This site wraps a MapLibre-powered atlas for the original Subnautica and a separate build for Subnautica: Below Zero: biome polygons, region labels, resource and POI pins, opacity sliders for the base raster and cave sheet, and the usual pan–zoom gestures you expect from a desktop-grade map.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).