Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dav5T authored May 29, 2024
1 parent e4cbffe commit f20a539
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,17 @@ There should be a total of 2 folders which contains other files and subfolders:

### Getting started
To access the tool you can go to: https://dav5t.github.io/leaflet-challenge/
<br> Alternatively you can download everything and copen index.html
<br> Alternatively you can download everything and open index.html
<br>&ensp;*note: If you run in to CORS policy issues and have all the files downloaded, you do the following option when using Visual Studio Code:*
<br>&ensp;1. Right click on index.html and click "Open with server"
<br>&ensp;2. Open the terminal, make sure it's rooted to the same folder as your logic.js, type: python -m http.server" and click on the server link

### How to use the tool
The default setting when you open the tool is GrayScale map layer and earthquake overlay data. You toggle between three map layers: GrayScale, Satellite, and Outdoor. For the overlay you can choose one or both Earthquake and Tectonic. You can also click on each circle marker and it will provide you the location, time, magnitude and depth of the earthquake.
The default setting when you open the tool is GrayScale map layer and earthquake overlay data. You can toggle between three map layers: GrayScale, Satellite, and Outdoor. For the overlay, you can choose one or both; Earthquake and Tectonic. You can also click on each circle marker and it will provide you the location, time, magnitude and depth of the earthquake.

### Screenshot of the app
![image](https://github.com/Dav5T/leaflet-challenge/assets/130593953/aeea79c1-9669-410d-ae58-7229a17df692)


## Source
### Data
Expand Down

0 comments on commit f20a539

Please sign in to comment.