abdulla971 / Mapping_Earthquakes

The purpose of this project is to create interactive maps using Leaflet.js, GeoJSON, Javascript and D3.js library to explore earthquakes around the world.

Home Page:https://abdulla971.github.io/Mapping_Earthquakes/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The purpose of this project is to create interactive maps using Leaflet.js, GeoJSON, Javascript and D3.js library to explore earthquakes around the world.

https://abdulla971.github.io/Mapping_Earthquakes/


Languages

Language:JavaScript 74.5%Language:HTML 21.3%Language:CSS 4.1%