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.
- 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/
Kilauea Volcano - popup window with 3D visualization
Mount St. Helens - popup window with 3D visualization