Change coords

This commit is contained in:
MathiasDPX 2024-12-27 18:46:40 +01:00 committed by GitHub
parent c9d001e9a9
commit e31ce325f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 @@
</script>
{% endblock %}
{% endblock %}