Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 911 Bytes

File metadata and controls

33 lines (19 loc) · 911 Bytes

Mapping_Earthquakes

Purpose

The main purpose of this project is to create a map that tracks not only the earthquakes for the past 7 days, but also the magnitude as well. It is well noted that the map also contians a pop-up information for each incident.

Project Overview

  • Use d3.json() to get tectonic plate data and add the data using the L.geoJSON() layer.
  • Style the tectonic plate LineString data to stand out on the map.
  • Add the tectonic plate data as an overlay with the earthquake data.
  • Add a third map style to allow the user to select from three different maps.

Link to Interactive Maps webpage

The deployed webpage is accessible at https://abdulla971.github.io/Mapping_Earthquakes/

Interactive Map Views

Streets View

Satellite View

Light View

Dark View