mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Change group marker from blue to red on map
This commit is contained in:
parent
c51ded7b73
commit
a5cb81ceac
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user