Forum Discussion

Mies's avatar
Mies
Regular Visitor
4 months ago
Solved

Azure map visual with filled map layer not interactive anymore after adding reference layer.

I added an Azure Maps visual with a filled map layer. Because I wanted the city boundaries to remain visible even when there was no data, I added a reference layer. However, after adding the refer...
  • Future_To_BI's avatar
    Future_To_BI
    4 months ago

    Hi Mies 

    Instead of using a reference layer, you can try one of the following approaches:

    1. Include all cities in your dataset (even with null/0 values)
    This allows the filled map layer to generate and render the boundaries on its own.

    2. Switch visuals
    Consider using an alternative option such as a Mapbox visual, which offers more control over layers.

    3. Remove the reference layer
    This will restore full interactivity.
    However, the downside is that cities without data will no longer display boundaries.

    Please mark this as solved if it resolves your issue.