From ce626ea58abd0b0aded6d131cd7710504622d55b Mon Sep 17 00:00:00 2001
From: Moreau Elise <moreau.elise13@gmail.com>
Date: Sun, 25 Oct 2020 18:16:37 +0100
Subject: [PATCH] update css and js links

---
 templates/common/layout.twig | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/templates/common/layout.twig b/templates/common/layout.twig
index 0586d43..ebecb55 100644
--- a/templates/common/layout.twig
+++ b/templates/common/layout.twig
@@ -5,6 +5,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <link rel="stylesheet" href="/assets/semantic-ui/semantic.min.css">
     <link rel="stylesheet" href="/assets/css/general.css">
+    <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.4.3/css/ol.css" type="text/css">
 
     <title>{% block title %}{% endblock %}</title>
 
@@ -75,6 +76,7 @@
 
     <script type="text/javascript" src="/assets/js/jquery-3.5.1.min.js"></script>
     <script type="text/javascript" src="/assets/semantic-ui/semantic.min.js"></script>
-    <script type="text/javascript" src="/assets/js/general.js"></script>
+    <script type="text/javascript" src="/assets/dist/map.js"></script>
+    <script src="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.4.3/build/ol.js"></script>
 </body>
 </html>
\ No newline at end of file
-- 
GitLab