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', id: 'group',
icon: { icon: {
id: 'marker-blue', id: 'marker-red',
legendName: 'mapbox-marker-icon-blue.svg', legendName: 'mapbox-marker-icon-red.svg',
mapName: 'mapbox-marker-icon-20px-blue.png', mapName: 'mapbox-marker-icon-20px-red.png',
}, },
}, },
{ {
@ -407,7 +407,7 @@ export default {
type: 'Feature', type: 'Feature',
properties: { properties: {
type: 'group', type: 'group',
iconName: 'marker-blue', iconName: 'marker-red',
iconRotate: 0.0, iconRotate: 0.0,
id: group.id, id: group.id,
slug: group.slug, slug: group.slug,