You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-maps/power-bi-visual-add-tile-layer.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ There are three different tile service naming conventions supported by the Azure
40
40
41
41
***X, Y, Zoom notation** - X is the column, Y is the row position of the tile in the tile grid, and the Zoom notation a value based on the zoom level.
42
42
***Quadkey notation** - Combines x, y, and zoom information into a single string value. This string value becomes a unique identifier for a single tile.
43
-
***Bounding Box** - Specify an image in the Bounding box coordinates format: `{west},{south},{east},{north}`. This format is commonly used by [Web Mapping Services (WMS)].
43
+
***Bounding Box** - Specify an image in the Bounding box coordinates format: `{west},{south},{east},{north}`.
44
44
45
45
The tile URL an https URL to a tile URL template that uses the following
46
46
parameters:
@@ -54,7 +54,7 @@ parameters:
54
54
As an example, here's a formatted tile URL for the [weather radar tile service] in Azure Maps.
0 commit comments