From d8fc85ca5eafb5bac6cd0fdbecc6116127a2bec9 Mon Sep 17 00:00:00 2001 From: Clement Date: Thu, 16 May 2024 09:41:56 +0200 Subject: [PATCH] feat: MAP WORKING --- front/src/pages/maps.astro | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/front/src/pages/maps.astro b/front/src/pages/maps.astro index 1675880..f1e59aa 100644 --- a/front/src/pages/maps.astro +++ b/front/src/pages/maps.astro @@ -1,17 +1,26 @@ --- import Layout from 'layouts/Layout.astro'; -import { Marker, Popup } from 'leaflet'; -import { MapContainer } from 'react-leaflet' +import 'leaflet/dist/leaflet.css' --- - - - - A pretty CSS3 popup.
Easily customizable. -
-
-
+
+ + + \ No newline at end of file