From f20a53977ee7d34bc78c29d6a65cf0ee4a7b3b57 Mon Sep 17 00:00:00 2001 From: Darvy Teav <130593953+Dav5T@users.noreply.github.com> Date: Wed, 29 May 2024 13:39:22 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb2b0c5..fa26a90 100644 --- a/README.md +++ b/README.md @@ -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/ -
Alternatively you can download everything and copen index.html +
Alternatively you can download everything and open index.html
 *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:*
 1. Right click on index.html and click "Open with server"
 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