Skip to content

Commit 463d1a3

Browse files
author
mgoddard
committed
Adding a Paris location
1 parent 7681e1d commit 463d1a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

templates/index.html

+3
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@
5959
munich = [48.135056, 11.576097];
6060
points.push(munich);
6161

62+
leMarais = [48.857744, 2.357768];
63+
points.push(leMarais);
64+
6265
// Assign a random point of interest
6366
let myLat, myLon;
6467
[myLat, myLon] = points[Math.floor(Math.random() * points.length)];

0 commit comments

Comments
 (0)