We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46653f9 commit 6725a13Copy full SHA for 6725a13
index.html
@@ -20,6 +20,14 @@
20
maxZoom: 19,
21
}).addTo(map);
22
// 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
31
// Leon Atkinson (leon)
32
L.marker([38.0187,-122.1338]).addTo(map)
33
.bindPopup('Leon Atkinson')
0 commit comments