From a5cb81ceacf1ff4974a26fabf93fa1631ff44efa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Wed, 12 Jul 2023 11:24:12 +0200 Subject: [PATCH] Change group marker from blue to red on map --- webapp/pages/map.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webapp/pages/map.vue b/webapp/pages/map.vue index 1db2b189a..2bf1817f7 100644 --- a/webapp/pages/map.vue +++ b/webapp/pages/map.vue @@ -117,9 +117,9 @@ export default { { id: 'group', icon: { - id: 'marker-blue', - legendName: 'mapbox-marker-icon-blue.svg', - mapName: 'mapbox-marker-icon-20px-blue.png', + id: 'marker-red', + legendName: 'mapbox-marker-icon-red.svg', + mapName: 'mapbox-marker-icon-20px-red.png', }, }, { @@ -407,7 +407,7 @@ export default { type: 'Feature', properties: { type: 'group', - iconName: 'marker-blue', + iconName: 'marker-red', iconRotate: 0.0, id: group.id, slug: group.slug,