Forum Discussion
Azure Maps Dual-Layer: Dynamic GeoJSON Polygons & Road Work Points
- Anonymous1 year ago
Hi Ekaterina13 ,
-- Polygons loaded directly from a GeoJSON file. These polygons should be colored based on a numeric value contained in the JSON...
-- I managed to build a visual containing both layers, but the reference layer (the polygons) remains the default light blue, and I haven't been able to change its color.Check the fillcolor field in the .geojson file provided as an example in the reference docs:
AzureMapsCodeSamples/Static/data/geojson at main · Azure-Samples/AzureMapsCodeSamples · GitHub
Add a reference layer to Azure Maps Power BI visual - Style configuration
Best Regards,
Gao
Community Support TeamIf there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
Thank you, "fillcolor" helped me to have a custom colors on the polygons!