Skip to content

Commit c19d62f

Browse files
authored
Merge pull request #121666 from ajhsu/remove-wms
Remove the reference to WMS in Power BI Azure Maps visual
2 parents bdd84b5 + 45a9568 commit c19d62f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/azure-maps/power-bi-visual-add-tile-layer.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ There are three different tile service naming conventions supported by the Azure
4040

4141
* **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.
4242
* **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}`.
4444

4545
The tile URL an https URL to a tile URL template that uses the following
4646
parameters:
@@ -54,7 +54,7 @@ parameters:
5454
As an example, here's a formatted tile URL for the [weather radar tile service] in Azure Maps.
5555

5656
```html
57-
`https://atlas.microsoft.com/map/tile?zoom={z}&x={x}&y={y}&tilesetId=microsoft.weather.radar.main&api-version=2.0&subscription-key={Your-Azure-Maps-Subscription-key}`
57+
https://atlas.microsoft.com/map/tile?zoom={z}&x={x}&y={y}&tilesetId=microsoft.weather.radar.main&api-version=2.0&subscription-key={Your-Azure-Maps-Subscription-key}
5858
```
5959

6060
For more information on Azure Maps tiling system, see [Zoom levels and tile grid].
@@ -66,7 +66,6 @@ Add more context to the map:
6666
> [!div class="nextstepaction"]
6767
> [Show real-time traffic]
6868
69-
[Web Mapping Services (WMS)]: https://www.opengeospatial.org/standards/wms
7069
[Show real-time traffic]: power-bi-visual-show-real-time-traffic.md
7170
[Zoom levels and tile grid]: zoom-levels-and-tile-grid.md
7271
[weather radar tile service]: /rest/api/maps/render/get-map-tile

0 commit comments

Comments
 (0)