Skip to content

Commit 6725a13

Browse files
committed
Update index.html
1 parent 46653f9 commit 6725a13

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@
2020
maxZoom: 19,
2121
}).addTo(map);
2222
// Add NEW markers below THIS LINE
23+
// Rosisha
24+
L.marker([43.0497,-76.1522]).addTo(map)
25+
.bindPopup('Rosisha')
26+
.openPopup();
27+
// peelseel2
28+
L.marker([42.2355,-97.0226]).addTo(map)
29+
.bindPopup('peelseel2')
30+
.openPopup();
2331
// Leon Atkinson (leon)
2432
L.marker([38.0187,-122.1338]).addTo(map)
2533
.bindPopup('Leon Atkinson')

0 commit comments

Comments
 (0)