Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyy #9

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Introduction to Web Mapping - Week 1

## Hsingprovsky

### Readings/Homework

#### Code Academy
Expand Down Expand Up @@ -58,5 +60,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.


3 changes: 2 additions & 1 deletion assignment/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
ext: 'png'
}).addTo(map);

L.marker([50.5, 30.5]).addTo(map);
L.marker([31.2,121.4]).addTo(map);
L.marker([30.2,109.4]).addTo(map);
</script>
<!--END HERE (again, note the script tag)-->
</body>
Expand Down