Skip to content

Visualizing geoJSON earthquake data on a mapbox tile layer. The user can select from an earthquake and/or faultline layer for display. The user can also zoom in and out to view as much as global data or down to data in a single country/state/city

Notifications You must be signed in to change notification settings

rmoesw01/leaflet-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

leaflet-challenge

  • This project creates a map visualization that allows the user to choose what to display on the map

Programming Languages

  • HTML - display platform
  • CSS - formatting for map and legend display
  • JavaScript - allows for dynamic display from multiple data samples
    • D3 - used to read in the JSON files and create the data sets
    • Leaflet - used to build the layers of the map
    • mapbox API - used for the background tile layers
      • you will need an API key for this
        • create a config.js file and place in the /static/js folder
        • in the config file set API_KEY = "<your API key>"

Data

Visualizations

  • World Map
    • Background Map Choices:
      • Light background
      • Outdoor background
      • Satellite background
    • Overlay Map Choices:
      • Earthquakes (for the past week)
      • Fault Lines
    • User can zoom and move around on map

Sample Map showing the US with both the earthquake and faultline layers 1-Logo

About

Visualizing geoJSON earthquake data on a mapbox tile layer. The user can select from an earthquake and/or faultline layer for display. The user can also zoom in and out to view as much as global data or down to data in a single country/state/city

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published