Skip to content

Commit c81d6de

Browse files
Update articles/azure-maps/map-add-controls.md
Co-authored-by: steve munk <[email protected]>
1 parent 2bba87e commit c81d6de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-maps/map-add-controls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ map.controls.add(
103103
);
104104
```
105105

106-
The following image shows a map with the zoom, pitch, compass, style, fullscreen and scale controls in the top-right corner of the map. Notice how they automatically stack. The order of the control objects in the script dictates the order in which they appear on the map. To change the order of the controls on the map, you can change their order in the array.
106+
The following image shows a map with the zoom, pitch, compass, style, fullscreen, and scale controls in the top-right corner of the map. Notice how they automatically stack. The order of the control objects in the script dictates the order in which they appear on the map. To change the order of the controls on the map, you can change their order in the array.
107107

108108
:::image type="content" source="./media/map-add-controls/map-with-all-controls.png" lightbox="./media/map-add-controls/map-with-all-controls.png" alt-text="Screenshot showing a map displaying zoom, pitch, compass, style, fullscreen and scale controls.":::
109109

0 commit comments

Comments
 (0)