From 5e706685b767427ffca6c09a6cc5945314ab6685 Mon Sep 17 00:00:00 2001
From: clauspeterhuebner
Date: Wed, 19 Feb 2025 16:36:03 +0100
Subject: [PATCH] switch marker colors of community location and user location
---
frontend/src/components/UserSettings/UserLocationMap.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/frontend/src/components/UserSettings/UserLocationMap.vue b/frontend/src/components/UserSettings/UserLocationMap.vue
index 3b8064f75..67d069478 100644
--- a/frontend/src/components/UserSettings/UserLocationMap.vue
+++ b/frontend/src/components/UserSettings/UserLocationMap.vue
@@ -75,7 +75,7 @@ function initMap() {
interactive: false,
icon: L.icon({
iconUrl:
- 'https://raw.githubusercontent.com/pointhi/leaflet-color-markers/master/img/marker-icon-2x-blue.png',
+ 'https://raw.githubusercontent.com/pointhi/leaflet-color-markers/master/img/marker-icon-2x-red.png',
shadowUrl: 'https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/images/marker-shadow.png',
iconSize: [25, 41],
iconAnchor: [12, 41],
@@ -98,7 +98,7 @@ function initMap() {
interactive: false,
icon: L.icon({
iconUrl:
- 'https://raw.githubusercontent.com/pointhi/leaflet-color-markers/master/img/marker-icon-2x-red.png',
+ 'https://raw.githubusercontent.com/pointhi/leaflet-color-markers/master/img/marker-icon-2x-blue.png',
shadowUrl: 'https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/images/marker-shadow.png',
iconSize: [25, 41],
iconAnchor: [12, 41],