From 41b445d5a01784bd49a4f69d8fe9ea7d1f57e2ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CBastien?= <“bastien.hubert@hotmail.com”> Date: Tue, 28 Jan 2025 16:32:09 +0100 Subject: [PATCH 1/2] Show OpenStreeMap leaflet --- public/style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/public/style.css b/public/style.css index 63cf9fca1..9faa6215c 100644 --- a/public/style.css +++ b/public/style.css @@ -65,10 +65,6 @@ margin-left: 0px; } -.leaflet-control-attribution { - display: none; -} - .leaflet-custom-tooltip { } From 872b3be283a1026a2d7037d06c8bb14994c29b8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CBastien?= <“bastien.hubert@hotmail.com”> Date: Tue, 28 Jan 2025 16:32:34 +0100 Subject: [PATCH 2/2] Remove leaflet-custom-tooltip empty rule --- public/style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/public/style.css b/public/style.css index 9faa6215c..c196f988d 100644 --- a/public/style.css +++ b/public/style.css @@ -65,9 +65,6 @@ margin-left: 0px; } -.leaflet-custom-tooltip { -} - .leaflet-marker-icon { width: 50px !important; margin-left: -25px !important;