From ab2635ba6b9e56b0db135f6a1f4b8dd6b4b15881 Mon Sep 17 00:00:00 2001
From: Boris Mericskay <boris.mericskay@univ-rennes2.fr>
Date: Sat, 10 Apr 2021 11:44:57 +0000
Subject: [PATCH] Update Basicmap.html

---
 Basicmap.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Basicmap.html b/Basicmap.html
index 13c8f78..1350429 100644
--- a/Basicmap.html
+++ b/Basicmap.html
@@ -42,7 +42,7 @@ bearing : 50 // Rotation
  
 
 // create the popup
-var popup = new mapboxgl.Popup({ offset: 25 }).setText('The great place of Rennes');
+var popup = new mapboxgl.Popup({ offset: 25 }).setText('<br>The great place of Rennes</br>');
  
 // create DOM element for the marker
 var el = document.createElement('div');
-- 
GitLab