Importing KMS/KML data into ignition perspective Map using GeoJSON property

I followed the steps in the ignition manual to add GeoJSON Data and I was able to create a GeoJson map with a KMS/KML data that I downloaded as a Json file and later used to bind to that props/layers/other/geojson property.

The map is importing the data, however, the location markers seem to show no icon, they only show that "Mark" symbol and I'm unsure how to add an icon for the pins. I have even tried using an external URL in the script for an icon property but the locations show no data. Any ideas of why this is happening and how to fix it?

I was able to solve this by adding a marker property inside of the other > geojson > features (0-508), the property needed an icon, options and popup sub-properties to add the color modifiers.

Hey @Guillermo_Piedra, do you mind sharing how you were able to change the icon colors for the markers? I was able to get the markers in the map but now they are rendering black only. I am unable to change the color. Appreciate the help!

I figured it out. Not sure if something is overriding the icon color but I ended up adding a style property with a fill property and that ended up changing the icon color.

Below is the example: