Change group marker from blue to red on map

This commit is contained in:
Wolfgang Huß 2023-07-12 11:24:12 +02:00
parent c51ded7b73
commit a5cb81ceac

View File

@ -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,