Skip to content

Commit ece749b

Browse files
committed
Update index.html
1 parent 7512470 commit ece749b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
.bindPopup('NathanRdS')
4646
.openPopup();
4747
// Todd Lyons
48-
L.marker([45.42, -75.70]).addTo(map)
48+
L.marker([45.2496,-76.1305]).addTo(map)
4949
.bindPopup('toddlyons')
5050
.openPopup();
5151
// Where it all started
52-
L.marker([40.12, -91.91]).addTo(map)
52+
L.marker([40.1168,-91.9194]).addTo(map)
5353
.bindPopup('Solomoriah')
5454
.openPopup();
5555
// STOP - Add new markers to the top of the list

0 commit comments

Comments
 (0)