Skip to content

Commit ec0fc47

Browse files
Merge pull request #249068 from stevemunk/render-end-of-life
Render end-of-life updates
2 parents 4efe99d + 2fb0aef commit ec0fc47

17 files changed

+57
-58
lines changed

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

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

6464
### Render service
6565

66+
[Render service] introduces a new version of the [Get Map Tile] 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. You're required to display the appropriate copyright attribution on the map anytime you use the Azure Maps Render service, either as basemaps or layers, in any third-party map control. For more information, see [How to use the Get Map Attribution API].
67+
68+
:::image type="content" source="./media/about-azure-maps/intro_map.png" border="false" alt-text="Example of a map from the Render service":::
69+
6670
> [!NOTE]
6771
>
6872
> **Azure Maps Render v1 service retirement**
6973
>
7074
> The Azure Maps [Render v1] service is now deprecated and will be retired on 9/17/26. To avoid service disruptions, all calls to Render v1 API will need to be updated to use [Render v2] API by 9/17/26.
7175
72-
[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. 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].
73-
74-
:::image type="content" source="./media/about-azure-maps/intro_map.png" border="false" alt-text="Example of a map from the Render v2 service":::
75-
7676
### Route service
7777

7878
The route service is used to calculate the estimated arrival times (ETAs) for each requested route. Factors such as real-time traffic information and historic traffic data, like the typical road speeds on the requested day of the week and time of day are considered. The route service returns the shortest or fastest routes available to multiple destinations at a time in sequence or in optimized order, based on time or distance. The service allows developers to calculate directions across several travel modes, such as car, truck, bicycle, or walking, and electric vehicle. The service also considers inputs, such as departure time, weight restrictions, or hazardous material transport.
@@ -163,7 +163,7 @@ The Weather service offers API to retrieve weather information for a particular
163163

164164
Developers can use the [Get Weather along route API] to retrieve weather information along a particular route. Also, the service supports the generation of weather notifications for waypoints affected by weather hazards, such as flooding or heavy rain.
165165

166-
The [Get Map Tile v2 API] allows you to request past, current, and future radar and satellite tiles.
166+
The [Get Map Tile] API allows you to request past, current, and future radar and satellite tiles.
167167

168168
![Example of map with real-time weather radar tiles](media/about-azure-maps/intro_weather.png)
169169

@@ -223,10 +223,9 @@ Stay up to date on Azure Maps:
223223
<!--------- REST API Links --------------->
224224
[Data service]: /rest/api/maps/data-v2
225225
[Geolocation service]: /rest/api/maps/geolocation
226-
[Get Map Tile v2 API]: /rest/api/maps/render-v2/get-map-tile
226+
[Get Map Tile]: /rest/api/maps/render-v2/get-map-tile
227227
[Get Weather along route API]: /rest/api/maps/weather/getweatheralongroute
228-
[Render v1]: /rest/api/maps/render
229-
[Render v2]: /rest/api/maps/render-v2
228+
[Render service]: /rest/api/maps/render-v2
230229
[REST APIs]: /rest/api/maps/
231230
[Route service]: /rest/api/maps/route
232231
[Search service]: /rest/api/maps/search

articles/azure-maps/create-data-source-android-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ Azure Maps adheres to the [Mapbox Vector Tile Specification], an open standard.
773773
- [Road tiles]
774774
- [Traffic incidents]
775775
- [Traffic flow]
776-
- Azure Maps Creator also allows custom vector tiles to be created and accessed through the [Render V2-Get Map Tile API]
776+
- Azure Maps Creator also allows custom vector tiles to be created and accessed through the [Render - Get Map Tile] API
777777

778778
> [!TIP]
779779
> When using vector or raster image tiles from the Azure Maps render service with the web SDK, you can replace `atlas.microsoft.com` with the placeholder `azmapsdomain.invalid`. This placeholder will be replaced with the same domain used by the map and will automatically append the same authentication details as well. This greatly simplifies authentication with the render service when using Azure Active Directory authentication.
@@ -1048,6 +1048,6 @@ See the following articles for more code samples to add to your maps:
10481048
[Road tiles]: /rest/api/maps/render-v2/get-map-tile
10491049
[Traffic incidents]: /rest/api/maps/traffic/gettrafficincidenttile
10501050
[Traffic flow]: /rest/api/maps/traffic/gettrafficflowtile
1051-
[Render V2-Get Map Tile API]: /rest/api/maps/render-v2/get-map-tile
1051+
[Render - Get Map Tile]: /rest/api/maps/render-v2/get-map-tile
10521052
<!--------- External Links --------------->
10531053
[Mapbox Vector Tile Specification]: https://github.com/mapbox/vector-tile-spec

articles/azure-maps/create-data-source-ios-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ Azure Maps adheres to the [Mapbox Vector Tile Specification], an open standard.
312312
- [Road tiles]
313313
- [Traffic incidents]
314314
- [Traffic flow]
315-
- Azure Maps Creator also allows custom vector tiles to be created and accessed through the [Render V2-Get Map Tile API]
315+
- Azure Maps Creator also allows custom vector tiles to be created and accessed through the [Render - Get Map Tile] API
316316

317317
> [!TIP]
318318
> When using vector or raster image tiles from the Azure Maps render service with the iOS SDK, you can replace `atlas.microsoft.com` with the `AzureMap`'s property' `domainPlaceholder`. This placeholder will be replaced with the same domain used by the map and will automatically append the same authentication details as well. This greatly simplifies authentication with the render service when using Azure Active Directory authentication.
@@ -498,6 +498,6 @@ See the following articles for more code samples to add to your maps:
498498
[Road tiles]: /rest/api/maps/render-v2/get-map-tile
499499
[Traffic incidents]: /rest/api/maps/traffic/gettrafficincidenttile
500500
[Traffic flow]: /rest/api/maps/traffic/gettrafficflowtile
501-
[Render V2-Get Map Tile API]: /rest/api/maps/render-v2/get-map-tile
501+
[Render - Get Map Tile]: /rest/api/maps/render-v2/get-map-tile
502502
<!--------- External Links --------------->
503503
[Mapbox Vector Tile Specification]: https://github.com/mapbox/vector-tile-spec

articles/azure-maps/create-data-source-web-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Azure Maps adheres to the [Mapbox Vector Tile Specification], an open standard.
8080
* [Road tiles]
8181
* [Traffic incidents]
8282
* [Traffic flow]
83-
* Azure Maps Creator also allows custom vector tiles to be created and accessed through the [Render V2-Get Map Tile API]
83+
* Azure Maps Creator also allows custom vector tiles to be created and accessed through the [Render - Get Map Tile] API
8484

8585
> [!TIP]
8686
> When using vector or raster image tiles from the Azure Maps render service with the web SDK, you can replace `atlas.microsoft.com` with the placeholder `{azMapsDomain}`. This placeholder will be replaced with the same domain used by the map and will automatically append the same authentication details as well. This greatly simplifies authentication with the render service when using Azure Active Directory authentication.
@@ -271,7 +271,7 @@ See the following articles for more code samples to add to your maps:
271271
[Line layer]: map-add-line-layer.md
272272
[Mapbox Vector Tile Specification]: https://github.com/mapbox/vector-tile-spec
273273
[Polygon layer]: map-add-shape.md
274-
[Render V2-Get Map Tile API]: /rest/api/maps/render-v2/get-map-tile
274+
[Render - Get Map Tile]: /rest/api/maps/render-v2/get-map-tile
275275
[Road tiles]: /rest/api/maps/render-v2/get-map-tile
276276
[SourceManager]: /javascript/api/azure-maps-control/atlas.sourcemanager
277277
[Symbol layer]: map-add-pin.md

articles/azure-maps/creator-indoor-maps.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -252,11 +252,11 @@ For more information, see the [Indoor maps wayfinding service] how-to article.
252252

253253
## Using indoor maps
254254

255-
### Render V2-Get Map Tile API
255+
### Render - Get Map Tile API
256256

257-
The Azure Maps [Render V2-Get Map Tile API] has been extended to support Creator tilesets.
257+
The Azure Maps [Render - Get Map Tile] API has been extended to support Creator tilesets.
258258

259-
Applications can use the Render V2-Get Map Tile API to request tilesets. The tilesets can then be integrated into a map control or SDK. For an example of a map control that uses the Render V2 service, see [Indoor Maps Module].
259+
Applications can use the Render - Get Map Tile API to request tilesets. The tilesets can then be integrated into a map control or SDK. For an example of a map control that uses the Render service, see [Indoor Maps Module].
260260

261261
### Web Feature service API
262262

@@ -283,7 +283,7 @@ As you begin to develop solutions for indoor maps, you can discover ways to inte
283283
You can use the Azure Maps Creator List, Update, and Delete API to list, update, and delete your datasets, tilesets, and feature statesets.
284284

285285
>[!NOTE]
286-
>When you review a list of items to determine whether to delete them, consider the impact of that deletion on all dependent API or applications. For example, if you delete a tileset that's being used by an application by means of the [Render V2-Get Map Tile API], the application fails to render that tileset.
286+
>When you review a list of items to determine whether to delete them, consider the impact of that deletion on all dependent API or applications. For example, if you delete a tileset that's being used by an application by means of the [Render - Get Map Tile] API, the application fails to render that tileset.
287287
288288
### Example: Updating a dataset
289289

@@ -306,7 +306,7 @@ The following example shows how to update a dataset, create a new tileset, and d
306306
[Data maintenance]: #data-maintenance
307307
[feature statesets]: #feature-statesets
308308
[Indoor Maps module]: #indoor-maps-module
309-
[Render service]: #render-v2-get-map-tile-api
309+
[Render service]: #render---get-map-tile-api
310310
[tilesets]: #tilesets
311311
[Upload a drawing package]: #upload-a-drawing-package
312312

@@ -320,7 +320,7 @@ The following example shows how to update a dataset, create a new tileset, and d
320320
[Feature State service]: /rest/api/maps/v2/feature-state
321321
[Feature State Update API]: /rest/api/maps/v2/feature-state/update-states
322322
[Geofence service]: /rest/api/maps/spatial/postgeofence
323-
[Render V2-Get Map Tile API]: /rest/api/maps/render-v2/get-map-tile
323+
[Render - Get Map Tile]: /rest/api/maps/render-v2/get-map-tile
324324
[routeset]: /rest/api/maps/2023-03-01-preview/routeset
325325
[Style - Create]: /rest/api/maps/2023-03-01-preview/style/create
326326
[style]: /rest/api/maps/2023-03-01-preview/style

articles/azure-maps/how-to-render-custom-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ To render a polygon with color and opacity:
236236
5. Enter the following URL to the [Render service] (replace {`Your-Azure-Maps-Subscription-key}` with your Azure Maps subscription key):
237237
238238
```HTTP
239-
https://atlas.microsoft.com/map/static/png?api-version=1.0&style=main&layer=basic&sku=S1&zoom=14&height=500&Width=500&center=-74.040701, 40.698666&path=lc0000FF|fc0000FF|lw3|la0.80|fa0.50||-74.03995513916016 40.70090237454063|-74.04082417488098 40.70028420372218|-74.04113531112671 40.70049568385827|-74.04298067092896 40.69899904076542|-74.04271245002747 40.69879568992435|-74.04367804527283 40.6980961582905|-74.04364585876465 40.698055487620714|-74.04368877410889 40.698022951066996|-74.04168248176573 40.696444909137|-74.03901100158691 40.69837271818651|-74.03824925422668 40.69837271818651|-74.03809905052185 40.69903971085914|-74.03771281242369 40.699340668780984|-74.03940796852112 40.70058515602143|-74.03948307037354 40.70052821920425|-74.03995513916016 40.70090237454063
239+
https://atlas.microsoft.com/map/static/png?api-version=2022-08-01&style=main&layer=basic&sku=S1&zoom=14&height=500&Width=500&center=-74.040701, 40.698666&path=lc0000FF|fc0000FF|lw3|la0.80|fa0.50||-74.03995513916016 40.70090237454063|-74.04082417488098 40.70028420372218|-74.04113531112671 40.70049568385827|-74.04298067092896 40.69899904076542|-74.04271245002747 40.69879568992435|-74.04367804527283 40.6980961582905|-74.04364585876465 40.698055487620714|-74.04368877410889 40.698022951066996|-74.04168248176573 40.696444909137|-74.03901100158691 40.69837271818651|-74.03824925422668 40.69837271818651|-74.03809905052185 40.69903971085914|-74.03771281242369 40.699340668780984|-74.03940796852112 40.70058515602143|-74.03948307037354 40.70052821920425|-74.03995513916016 40.70090237454063
240240
&subscription-key={Your-Azure-Maps-Subscription-key}
241241
```
242242
@@ -264,7 +264,7 @@ To render a circle and pushpins with custom labels:
264264
5. Enter the following URL to the [Render service] (replace {`Your-Azure-Maps-Subscription-key}` with your Azure Maps subscription key):
265265
266266
```HTTP
267-
https://atlas.microsoft.com/map/static/png?api-version=1.0&style=main&layer=basic&zoom=14&height=700&Width=700&center=-122.13230609893799,47.64599069048016&path=lcFF0000|lw2|la0.60|ra1000||-122.13230609893799 47.64599069048016&pins=default|la15+50|al0.66|lc003C62|co002D62||'Microsoft Corporate Headquarters'-122.14131832122801 47.64690503939462|'Microsoft Visitor Center'-122.136828 47.642224|'Microsoft Conference Center'-122.12552547454833 47.642940335653996|'Microsoft The Commons'-122.13687658309935 47.64452336193245&subscription-key={Your-Azure-Maps-Subscription-key}
267+
https://atlas.microsoft.com/map/static/png?api-version=2022-08-01&style=main&layer=basic&zoom=14&height=700&Width=700&center=-122.13230609893799,47.64599069048016&path=lcFF0000|lw2|la0.60|ra1000||-122.13230609893799 47.64599069048016&pins=default|la15+50|al0.66|lc003C62|co002D62||'Microsoft Corporate Headquarters'-122.14131832122801 47.64690503939462|'Microsoft Visitor Center'-122.136828 47.642224|'Microsoft Conference Center'-122.12552547454833 47.642940335653996|'Microsoft The Commons'-122.13687658309935 47.64452336193245&subscription-key={Your-Azure-Maps-Subscription-key}
268268
```
269269
270270
6. Select **Send**.
@@ -276,7 +276,7 @@ To render a circle and pushpins with custom labels:
276276
8. Next, change the color of the pushpins by modifying the `co` style modifier. If you look at the value of the `pins` parameter (`pins=default|la15+50|al0.66|lc003C62|co002D62|`), notice that the current color is `#002D62`. To change the color to `#41d42a`, replace `#002D62` with `#41d42a`. Now the `pins` parameter is `pins=default|la15+50|al0.66|lc003C62|co41D42A|`. The request looks like the following URL:
277277
278278
```HTTP
279-
https://atlas.microsoft.com/map/static/png?api-version=1.0&style=main&layer=basic&zoom=14&height=700&Width=700&center=-122.13230609893799,47.64599069048016&path=lcFF0000|lw2|la0.60|ra1000||-122.13230609893799 47.64599069048016&pins=default|la15+50|al0.66|lc003C62|co41D42A||'Microsoft Corporate Headquarters'-122.14131832122801 47.64690503939462|'Microsoft Visitor Center'-122.136828 47.642224|'Microsoft Conference Center'-122.12552547454833 47.642940335653996|'Microsoft The Commons'-122.13687658309935 47.64452336193245&subscription-key={Your-Azure-Maps-Subscription-key}
279+
https://atlas.microsoft.com/map/static/png?api-version=2022-08-01&style=main&layer=basic&zoom=14&height=700&Width=700&center=-122.13230609893799,47.64599069048016&path=lcFF0000|lw2|la0.60|ra1000||-122.13230609893799 47.64599069048016&pins=default|la15+50|al0.66|lc003C62|co41D42A||'Microsoft Corporate Headquarters'-122.14131832122801 47.64690503939462|'Microsoft Visitor Center'-122.136828 47.642224|'Microsoft Conference Center'-122.12552547454833 47.642940335653996|'Microsoft The Commons'-122.13687658309935 47.64452336193245&subscription-key={Your-Azure-Maps-Subscription-key}
280280
```
281281
282282
9. Select **Send**.

0 commit comments

Comments
 (0)