Skip to content
Snippets Groups Projects
Commit 7358b021 authored by Ray Liu's avatar Ray Liu
Browse files

Changed info function name

parent 16e2b7e1
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
// Displays markers on a map centred at the Laurentian Great Lakes
// When the user clicks the marker, an info window opens
function initMap(lati, longi,info) {
function initInfo(lati, longi,info) {
for(int i=0; i < lati.length; i++){
// Generate map centred at Great Lakes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment