From e31ce325f71ba32a64706728aa1d51bc6ae7ba55 Mon Sep 17 00:00:00 2001 From: MathiasDPX <56231137+MathiasDPX@users.noreply.github.com> Date: Fri, 27 Dec 2024 18:46:40 +0100 Subject: [PATCH] Change coords --- templates/index.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/templates/index.html b/templates/index.html index 8c56086..d6bd38e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -102,10 +102,11 @@ }).addTo(map); var locations = [ - { coordinates: [48.390699, -4.487733], description: "Multiplexe Liberté" }, - { coordinates: [48.397915, -4.473528], description: "CGR Brest Le Celtic" }, - { coordinates: [48.396205, -4.477066], description: "Les Studios" }, - { coordinates: [48.389640, -4.498724], description: "Pathé Capucins" }, + { coordinates: [48.390703, -4.487735], description: "Multiplexe Liberté" }, + { coordinates: [48.397928, -4.473556], description: "CGR Brest Le Celtic" }, + { coordinates: [48.396202, -4.477066], description: "Les Studios" }, + { coordinates: [48.389641, -4.498722], description: "Pathé Capucins" }, + { coordinates: [48.446953, -4.265552], description: "Cinéma Galaxy" }, ]; locations.forEach(function (location) { @@ -116,4 +117,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %}