Skip to content

Commit 361d730

Browse files
Merge pull request #126820 from stevemunk/layers-order-update
Added new section on layer positions
2 parents 3bdc359 + 37a9e85 commit 361d730

File tree

2 files changed

+27
-3
lines changed

2 files changed

+27
-3
lines changed
18.4 KB
Loading

articles/azure-maps/power-bi-visual-understanding-layers.md

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,33 @@ The general layer section of the **Format** pane are common settings that apply
8484

8585
| Setting | Description |
8686
|----------------|----------------------------------------|
87-
| Unselected transparency | The transparency of shapes that aren't selected, when one or more shapes are selected. |
88-
| Min data value | The minimum value of the input data to scale against. Good for clipping outliers. |
89-
| Max data value | The maximum value of the input data to scale against. Good for clipping outliers. |
87+
| Unselected transparency | The transparency of shapes that aren't selected, when one or more shapes are selected. |
88+
| Min data value | The minimum value of the input data to scale against. Good for clipping outliers. |
89+
| Max data value | The maximum value of the input data to scale against. Good for clipping outliers. |
90+
91+
## Layer positions
92+
93+
In the Azure Maps visual, certain layers are fixed, meaning they're set at a predefined level and can't be repositioned. Other layers are adjustable, giving users the flexibility to choose from three positioning options: "Above Labels," "Below Labels," or "Below Roads."
94+
95+
:::image type="content" source="media/power-bi-visual/layer-position.png" alt-text="a screenshot showing the layer position drop-down list.":::
96+
97+
Within each Layer position, the order of layers remains consistent. For instance, the 3D bar chart layer always appears above the bubble layer due to its higher layer order, regardless of whether they're placed in "Below Labels" or "Above Labels."
98+
99+
## Layer order
100+
101+
The following table outlines the layer order from top to bottom along with their respective layer position types. Layers marked as "Adjustable" can have their position changed using the Layer position dropdown, as shown in the previous screenshot. Layers marked as "Fixed" don't offer this option.
102+
103+
| Layer Name | Layer Order | Position type | Description |
104+
|----------------------|-------------|---------------|-------------------------------------------------------|
105+
| Category Labels | 1 | Fixed | The Category Labels is fixed as the top-most layer. You can consider this layer as "fixed" at the highest position. |
106+
| Selection Tools | 2 | Fixed |The Selection tool layer is fixed as the second-highest layer, overlaying all other map layers. "Fixed" means it remains in the second level.|
107+
| 3D Bar chart Layer | 3 | Adjustable | |
108+
| Pie chart Layer<br>Bubble Layer<br>Cluster Bubble Layer<br>Path Layer | 4 | Adjustable | These layers share the same "Layer position" as the bubble layer, and their relative order within this group remains fixed. |
109+
| Heat Map Layer | 5 | Adjustable | |
110+
| Reference Layer | 6 | Fixed |The Reference Layer is fixed at "Below labels". |
111+
| Filled Map Layer | 7 | Adjustable | |
112+
| Tile Layer | 8 | Adjustable | |
113+
| Map Tiles | 9 | Fixed |The Map Tiles layer is fixed as the bottom-most map layer. It's the base map layer of the Azure Maps visual.|
90114

91115
## Next steps
92116

0 commit comments

Comments
 (0)