Skip to content

Commit c710793

Browse files
authored
Merge pull request #108410 from stevemunk/how-to-show-attribution
Grammar improvements to the "How to show attribution" article.
2 parents 9936e53 + cd3cb56 commit c710793

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

articles/azure-maps/about-azure-maps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ For more information, see the [Geolocation service] documentation.
6363

6464
### Render service
6565

66-
[Render service V2] introduces a new version of the [Get Map Tile V2 API] that supports using Azure Maps tiles not only in the Azure Maps SDKs but other map controls as well. It includes raster and vector tile formats, 256x256 or 512x512 tile sizes (where applicable) and numerous map types such as road, weather, contour, or map tiles. For a complete list, see [TilesetID] in the REST API documentation. It's recommended that you use Render service V2 instead of Render service V1. You're required to display the appropriate copyright attribution on the map anytime you use the Azure Maps Render service V2, either as basemaps or layers, in any third-party map control. For more information, see [How to use the Get Map Attribution API].
66+
[Render V2 service] introduces a new version of the [Get Map Tile V2 API] that supports using Azure Maps tiles not only in the Azure Maps SDKs but other map controls as well. It includes raster and vector tile formats, 256x256 or 512x512 tile sizes (where applicable) and numerous map types such as road, weather, contour, or map tiles. For a complete list, see [TilesetID] in the REST API documentation. It's recommended that you use Render V2 service instead of Render service V1. You're required to display the appropriate copyright attribution on the map anytime you use the Azure Maps Render V2 service, either as basemaps or layers, in any third-party map control. For more information, see [How to use the Get Map Attribution API].
6767

68-
:::image type="content" source="./media/about-azure-maps/intro_map.png" border="false" alt-text="Example of a map from the Render service V2":::
68+
:::image type="content" source="./media/about-azure-maps/intro_map.png" border="false" alt-text="Example of a map from the Render V2 service":::
6969

7070
### Route service
7171

@@ -241,7 +241,7 @@ Stay up to date on Azure Maps:
241241
[Geolocation service]: /rest/api/maps/geolocation
242242
[Get Map Tile V2 API]: /rest/api/maps/render-v2/get-map-tile
243243
[Get Weather along route API]: /rest/api/maps/weather/getweatheralongroute
244-
[Render service V2]: /rest/api/maps/render-v2
244+
[Render V2 service]: /rest/api/maps/render-v2
245245
[REST APIs]: /rest/api/maps/
246246
[Route service]: /rest/api/maps/route
247247
[routeset API]: /rest/api/maps/v20220901preview/routeset

articles/azure-maps/how-to-show-attribution.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Show the correct map copyright attribution information
33
titleSuffix: Microsoft Azure Maps
4-
description: The map copyright attribution information must be displayed in any applications that use the Render V2 API, including web and mobile applications. In this article, you'll learn how to display the correct attribution every time you display or update a tile.
4+
description: The map copyright attribution information must be displayed in all applications that use the Render V2 API, including web and mobile applications. This article discusses how to display the correct attribution every time you display or update a tile.
55
author: eriklindeman
66
ms.author: eriklind
77
ms.date: 3/16/2022
@@ -12,15 +12,15 @@ services: azure-maps
1212

1313
# Show the correct copyright attribution
1414

15-
When using the [Azure Maps Render service V2], either as a basemap or layer, you're required to display the appropriate data provider copyright attribution on the map. This information should be displayed in the lower right-hand corner of the map.
15+
When using the Azure Maps [Render V2 service], either as a basemap or layer, you're required to display the appropriate data provider copyright attribution on the map. This information should be displayed in the lower right-hand corner of the map.
1616

17-
:::image type="content" source="./media/how-to-show-attribution/attribution-road.png" border="false" alt-text="The above image is an example of a map from the Render service V2 showing the copyright attribution when using the road style":::
17+
:::image type="content" source="./media/how-to-show-attribution/attribution-road.png" border="false" alt-text="The above image is an example of a map from the Render V2 service showing the copyright attribution when using the road style":::
1818

19-
The above image is an example of a map from the Render service V2, displaying the road style. It shows the copyright attribution in the lower right-hand corner of the map.
19+
The above image is an example of a map from the Render V2 service, displaying the road style. It shows the copyright attribution in the lower right-hand corner of the map.
2020

21-
:::image type="content" source="./media/how-to-show-attribution/attribution-satellite.png" border="false" alt-text="The above image is an example of a map from the Render service V2 showing the copyright attribution when using the satellite style":::
21+
:::image type="content" source="./media/how-to-show-attribution/attribution-satellite.png" border="false" alt-text="The above image is an example of a map from the Render V2 service showing the copyright attribution when using the satellite style":::
2222

23-
The above image is an example of a map from the Render service V2, displaying the satellite style. note that there's another data provider listed.
23+
The above image is an example of a map from the Render V2 service, displaying the satellite style. note that there's another data provider listed.
2424

2525
## The Get Map Attribution API
2626

@@ -30,7 +30,7 @@ The [Get Map Attribution API] enables you to request map copyright attribution i
3030

3131
The map copyright attribution information must be displayed on the map in any applications that use the Render V2 API, including web and mobile applications.
3232

33-
The attribution is automatically displayed and updated on the map When using any of the Azure Maps SDKs. This includes the [Web SDK], [Android SDK] and the [iOS SDK].
33+
The attribution is automatically displayed and updated on the map When using any of the Azure Maps SDKs, including the [Web], [Android] and [iOS] SDKs.
3434

3535
When using map tiles from the Render service in a third-party map, you must display and update the copyright attribution information on the map.
3636

@@ -40,7 +40,7 @@ Since the data providers can differ depending on the *region* and *zoom* level,
4040

4141
### How to use the Get Map Attribution API
4242

43-
You'll need the following information to run the `attribution` command:
43+
You need the following information to run the `attribution` command:
4444

4545
| Parameter | Type | Description |
4646
| ----------- | ------ | -------------------------------------------------------- |
@@ -58,15 +58,15 @@ https://atlas.microsoft.com/map/attribution?subscription-key={Your-Azure-Maps-Su
5858

5959
## Additional information
6060

61-
* For more information, see the [Azure Maps Render service V2] documentation.
61+
* For more information, see the [Render V2 service] documentation.
6262

63-
[Azure Maps Render service V2]: /rest/api/maps/render-v2
63+
[Android]: how-to-use-android-map-control-library.md
64+
[Authentication with Azure Maps]: azure-maps-authentication.md
6465
[Get Map Attribution API]: /rest/api/maps/render-v2/get-map-attribution
65-
[Web SDK]: how-to-use-map-control.md
66-
[Android SDK]: how-to-use-android-map-control-library.md
67-
[iOS SDK]: how-to-use-ios-map-control-library.md
68-
[Tileset Create API]: /rest/api/maps/v2/tileset/create
6966
[Get Map Attribution]: /rest/api/maps/render-v2/get-map-attribution#tilesetid
67+
[iOS]: how-to-use-ios-map-control-library.md
68+
[Render V2 service]: /rest/api/maps/render-v2
69+
[Tileset Create API]: /rest/api/maps/v2/tileset/create
7070
[TilesetID]: /rest/api/maps/render-v2/get-map-attribution#tilesetid
71-
[Zoom levels and tile grid]: zoom-levels-and-tile-grid.md
72-
[Authentication with Azure Maps]: azure-maps-authentication.md
71+
[Web]: how-to-use-map-control.md
72+
[Zoom levels and tile grid]: zoom-levels-and-tile-grid.md

0 commit comments

Comments
 (0)