From 4ab2ae1b5b9b0ac2ae6e5690ebfc3549f42a5b0e Mon Sep 17 00:00:00 2001
From: Bastien Dumont <bdumont@grandlyon.com>
Date: Thu, 7 Mar 2024 16:32:53 +0100
Subject: [PATCH] feat(carto): change markers

---
 src/assets/ico/sprite.svg | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/src/assets/ico/sprite.svg b/src/assets/ico/sprite.svg
index ed18116b8..3bb4b648f 100644
--- a/src/assets/ico/sprite.svg
+++ b/src/assets/ico/sprite.svg
@@ -1,19 +1,17 @@
 <svg xmlns="http://www.w3.org/2000/svg">
   <symbol id="map-marker" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg">
-    <circle cx="17" cy="17" r="17" fill="currentColor" fill-opacity="0.1" />
-    <circle cx="17" cy="17" r="7.5" fill="currentColor" stroke="white" />
+    <circle cx="17" cy="17" r="9.5" fill="currentColor" stroke="white" />
   </symbol>
 
   <symbol id="map-markerHover" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg">
-    <circle cx="17" cy="17" r="17" fill="#DA3635" fill-opacity="0.1" />
-    <circle cx="17" cy="17" r="7.5" fill="#DA3635" stroke="white" />
+    <circle cx="17" cy="17" r="9.5" fill="#DA3635" stroke="white" />
   </symbol>
 
   <symbol id="map-markerSelected" viewBox="0 0 34 44" fill="none" xmlns="http://www.w3.org/2000/svg">
     <ellipse cx="17" cy="39" rx="17" ry="5" fill="#333333" fill-opacity="0.25" />
     <path
       d="M16.7837 36.7307L17.4904 37.3909L18.1739 36.7067C19.8607 35.0181 21.5177 33.5089 23.0886 32.0784C23.1471 32.025 23.2056 31.9718 23.264 31.9186C28.4811 27.1684 32.9328 23.1151 32.9328 16.4815C32.9328 7.93228 26.0092 1 17.4664 1C8.92355 1 2 7.93228 2 16.4815C2 19.9604 2.90658 22.5499 4.66826 25.0002C6.37177 27.3696 8.87867 29.6061 12.0062 32.3963L12.0831 32.4649C13.5072 33.7354 15.073 35.1324 16.7837 36.7307ZM22.1271 16.4815C22.1271 19.0598 20.0395 21.1481 17.4664 21.1481C14.8933 21.1481 12.8056 19.0598 12.8056 16.4815C12.8056 13.9032 14.8933 11.8148 17.4664 11.8148C20.0395 11.8148 22.1271 13.9032 22.1271 16.4815Z"
-      fill="#333333" stroke="white" stroke-width="2" />
+      fill="#DA3635" stroke="white" stroke-width="2" />
     <circle cx="17.5318" cy="16.5113" r="5.39024" fill="white" />
   </symbol>
 
-- 
GitLab