How to show two different color pins on a map

Currently using CSS to make the pins orange, however we now want to make the pins red if the customer has a deal there, and green if they don’t (ie it’s just a boolean, so the color would change based off that boolean). Is there any way to do this on the same map using the map component in Glide?

I would refer you to the Map expert :joy: @Jeff_Hager

1 Like

For the CSS part, this might also be useful

1 Like

When working with maps, targeting individual pins via the Rich Text component is difficult.
The most practical solution is still to rely on the title attribute ,
but you need to be cautious with translators since they can modify the title text.