geog
771
2016 
sem 2
university of auckland

home
lab 2
lab 3
lab 4
lab 5



My name is Yvette and I am going to be using this simple website to post my web map outputs for GEOG 771.

Here's an example of a very basic web map I made of the University of Auckland City Campus. The campus polygon was digitized heads-up in Google Earth, exported as KML, and converted to GeoJSON using the geojson.io API. This map was made using Leaflet.






// initialize the map on the "map" div with a given center and zoom var map = L.map('map', { center: [51.505, -0.09], zoom: 13 });