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.
- 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.
The deployed webpage is accessible at https://abdulla971.github.io/Mapping_Earthquakes/
Streets View
Satellite View
Light View
Dark View