diff --git a/README.md b/README.md index 1093edb..56d592d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Introduction to Web Mapping - Week 1 ### Readings/Homework - +# using a try #### Code Academy * Sign up for [Code Academy](https://www.codecademy.com/) @@ -58,5 +58,3 @@ of graphics cards to generate powerful vizualisations incredibly quickly). Mapbo more involved and we won't be touching on it until the second half of the course but the [examples provided by Mapbox](https://www.mapbox.com/mapbox-gl-js/example/simple-map/) are worth clicking through for inspiration and a sense of where we're headed. - - diff --git a/assignment/index.html b/assignment/index.html index f4bb35e..28cbc91 100644 --- a/assignment/index.html +++ b/assignment/index.html @@ -27,8 +27,9 @@ maxZoom: 20, ext: 'png' }).addTo(map); - - L.marker([50.5, 30.5]).addTo(map); + L.marker([39.956739, -75.194032]).addTo(map); + L.marker([39.954002, -75.189407]).addTo(map); + L.marker([39.953751, -75.194427]).addTo(map);