Skip to content

List of most dangerous volcanoes in the US according to a National Geographic article.

Notifications You must be signed in to change notification settings

cez2020/Most-dangerous-volcanoes-in-the-US---Web-Map-with-3D-visualizations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CREATE A LEAFLET MAP AND VISUALIZE 3D OBJECTS IN POPUP WINDOWS

This web map takes geographic data in GeoJSON format and displays the data in the form points on a map. Each point represents a volcano in the US. When clicked, a point generates a popup window with additional information about the volcano as well as a 3D visualization of the feature.

Requires

  • GEOJSON files - can be downloaded from external sources or converted from shapefiles using a free software like QGIS
  • For this webmap, GEOJSON files are included within the script.JS file
  • A Mapbox API - it's FREE
  • Leaflet library 1.7.1 (called in script file)
  • Interactive 3D display for the web: https://modelviewer.dev/

Final Result

General view - satellite screenshot1

Kilauea Volcano - popup window with 3D visualization screenshot2

Mount St. Helens - popup window with 3D visualization screenshot3

Akutan Volcano - popup window with 3D visualization screenshot4

Video Demo (link)

https://youtu.be/s2kjjGmXZ8o

About

List of most dangerous volcanoes in the US according to a National Geographic article.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published