mirror of
https://github.com/MathiasDPX/grainParisArt.git
synced 2025-01-08 00:06:38 +00:00
Change coords
This commit is contained in:
parent
c9d001e9a9
commit
e31ce325f7
1 changed files with 6 additions and 5 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue