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 7512470 commit ece749bCopy full SHA for ece749b
index.html
@@ -45,11 +45,11 @@
45
.bindPopup('NathanRdS')
46
.openPopup();
47
// Todd Lyons
48
- L.marker([45.42, -75.70]).addTo(map)
+ L.marker([45.2496,-76.1305]).addTo(map)
49
.bindPopup('toddlyons')
50
51
// Where it all started
52
- L.marker([40.12, -91.91]).addTo(map)
+ L.marker([40.1168,-91.9194]).addTo(map)
53
.bindPopup('Solomoriah')
54
55
// STOP - Add new markers to the top of the list
0 commit comments