We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7681e1d commit 463d1a3Copy full SHA for 463d1a3
templates/index.html
@@ -59,6 +59,9 @@
59
munich = [48.135056, 11.576097];
60
points.push(munich);
61
62
+ leMarais = [48.857744, 2.357768];
63
+ points.push(leMarais);
64
+
65
// Assign a random point of interest
66
let myLat, myLon;
67
[myLat, myLon] = points[Math.floor(Math.random() * points.length)];
0 commit comments