Skip to content

Commit af93b09

Browse files
Merge pull request #107401 from stevemunk/Elevation-Services-Retirement
elevation services are being deprecated
2 parents 5bbc30f + 52c7951 commit af93b09

11 files changed

+38
-37
lines changed

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Azure Maps is a collection of geospatial services and SDKs that use fresh mappin
2020
* Various routing options; such as point-to-point, multipoint, multipoint optimization, isochrone, electric vehicle, commercial vehicle, traffic influenced, and matrix routing.
2121
* Traffic flow view and incidents view, for applications that require real-time traffic information.
2222
* Time zone and Geolocation services.
23-
* Elevation services with Digital Elevation Model
2423
* Geofencing service and mapping data storage, with location information hosted in Azure.
2524
* Location intelligence through geospatial analytics.
2625

@@ -182,18 +181,6 @@ Maps Creator provides the following services:
182181

183182
* [Wayfinding service] (preview). Use the [wayfinding API] to generate a path between two points within a facility. Use the [routeset API] to create the data that the wayfinding service needs to generate paths.
184183

185-
### Elevation service
186-
187-
The Azure Maps Elevation service is a web service that developers can use to retrieve elevation data from anywhere on the Earth’s surface.
188-
189-
The Elevation service allows you to retrieve elevation data in two formats:
190-
191-
* **GeoTIFF raster format**. Use the [Render V2-Get Map Tile API](/rest/api/maps/renderv2) to retrieve elevation data in tile format.
192-
193-
* **GeoJSON format**. Use the [Elevation APIs](/rest/api/maps/elevation) to request sampled elevation data along paths, within a defined bounding box, or at specific coordinates.
194-
195-
:::image type="content" source="./media/about-azure-maps/elevation.png" alt-text="Example of map with elevation data":::
196-
197184
## Programming model
198185

199186
Azure Maps is built for mobility and can help you develop cross-platform applications. It uses a programming model that's language agnostic and supports JSON output through [REST APIs](/rest/api/maps/).

articles/azure-maps/azure-maps-qps-rate-limits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Below are the QPS usage limits for each Azure Maps service by Pricing Tier.
2222
| Creator - Alias, TilesetDetails | 10 | Not Available | Not Available |
2323
| Creator - Conversion, Dataset, Feature State, WFS | 50 | Not Available | Not Available |
2424
| Data service | 50 | 50 | Not Available |
25-
| Elevation service | 50 | 50 | Not Available |
25+
| Elevation service ([deprecated](https://azure.microsoft.com/updates/azure-maps-elevation-apis-and-render-v2-dem-tiles-will-be-retired-on-5-may-2023)) | 50 | 50 | Not Available |
2626
| Geolocation service | 50 | 50 | 50 |
27-
| Render service - Contour tiles, Digital Elevation Model (DEM) tiles and Customer tiles | 50 | 50 | Not Available |
27+
| Render service - Contour tiles, Digital Elevation Model (DEM) tiles ([deprecated](https://azure.microsoft.com/updates/azure-maps-elevation-apis-and-render-v2-dem-tiles-will-be-retired-on-5-may-2023)) and Customer tiles | 50 | 50 | Not Available |
2828
| Render service - Traffic tiles and Static maps | 50 | 50 | 50 |
2929
| Render service - Road tiles | 500 | 500 | 50 |
3030
| Render service - Satellite tiles | 250 | 250 | Not Available |

articles/azure-maps/how-to-dev-guide-java-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services: azure-maps
1212

1313
# Java REST SDK Developers Guide (preview)
1414

15-
The Azure Maps Java SDK can be integrated with Java applications and libraries to build maps-related and location-aware applications. The Azure Maps Java SDK contains APIs for Search, Route, Render, Elevation, Geolocation, Traffic, Timezone, and Weather. These APIs support operations such as searching for an address, routing between different coordinates, obtaining the geo-location of a specific IP address etc.
15+
The Azure Maps Java SDK can be integrated with Java applications and libraries to build maps-related and location-aware applications. The Azure Maps Java SDK contains APIs for Search, Route, Render, Geolocation, Traffic, Timezone, and Weather. These APIs support operations such as searching for an address, routing between different coordinates, obtaining the geo-location of a specific IP address etc.
1616

1717
> [!NOTE]
1818
> Azure Maps Java SDK is baselined on Java 8, with testing and forward support up until the latest Java long-term support release (currently Java 18). For the list of Java versions for download, see [Java Standard Versions].
@@ -109,7 +109,7 @@ New-Item demo.java
109109
| [Rendering][java rendering readme]| [azure-maps-rendering][java rendering package]|[rendering sample][java rendering sample] |
110110
| [Geolocation][java geolocation readme]|[azure-maps-geolocation][java geolocation package]|[geolocation sample][java geolocation sample] |
111111
| [Timezone][java timezone readme] | [azure-maps-timezone][java timezone package] | [timezone samples][java timezone sample] |
112-
| [Elevation][java elevation readme] | [azure-maps-elevation][java elevation package] | [elevation samples][java elevation sample] |
112+
| [Elevation][java elevation readme] ([deprecated](https://azure.microsoft.com/updates/azure-maps-elevation-apis-and-render-v2-dem-tiles-will-be-retired-on-5-may-2023))| [azure-maps-elevation][java elevation package] | [elevation samples][java elevation sample] |
113113

114114
## Create and authenticate a MapsSearchClient
115115

articles/azure-maps/how-to-request-elevation-data.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Request elevation data using the Azure Maps Elevation service
33
description: Learn how to request elevation data using the Azure Maps Elevation service.
4-
author: eriklindeman
5-
ms.author: eriklind
4+
author: FarazGIS
5+
ms.author: fsiddiqui
66
ms.date: 10/28/2021
77
ms.topic: how-to
88
ms.service: azure-maps
@@ -11,6 +11,9 @@ ms.custom: mvc
1111

1212
# Request elevation data using the Azure Maps Elevation service
1313

14+
> [!IMPORTANT]
15+
> The Azure Maps Elevation services and Render V2 DEM tiles have been retired and will no longer be available or supported after May 5, 2023. No other Azure Maps API, services or tilesets are affected. For more information, see [Elevation Services Retirement](https://azure.microsoft.com/updates/azure-maps-elevation-apis-and-render-v2-dem-tiles-will-be-retired-on-5-may-2023).
16+
1417
The Azure Maps [Elevation service](/rest/api/maps/elevation) provides APIs to query elevation data anywhere on the earth's surface. You can request sampled elevation data along paths, within a defined bounding box, or at specific coordinates. Also, you can use the [Render V2 - Get Map Tile API](/rest/api/maps/renderv2) to retrieve elevation data in tile format. The tiles are delivered in GeoTIFF raster format. This article describes how to use Azure Maps Elevation service and the Get Map Tile API to request elevation data. The elevation data can be requested in both GeoJSON and GeoTiff formats.
1518

1619
## Prerequisites

articles/azure-maps/migrate-from-bing-maps-web-services.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,15 @@ The following table provides the Azure Maps service APIs that provide similar fu
3838
| Spatial Data Services (SDS) | [Search] + [Route] + other Azure Services |
3939
| Time Zone | [Time Zone] |
4040
| Traffic Incidents | [Traffic Incident Details] |
41-
| Elevation | [Elevation]
41+
| Elevations | <sup>1</sup> |
42+
43+
<sup>1</sup> Azure Maps [Elevation services](/rest/api/maps/elevation) have been [deprecated](https://azure.microsoft.com/updates/azure-maps-elevation-apis-and-render-v2-dem-tiles-will-be-retired-on-5-may-2023). For more information how to include this functionality in your Azure Maps, see [Create elevation data & services](elevation-data-services.md).
4244

4345
The following service APIs aren't currently available in Azure Maps:
4446

4547
* Optimized Itinerary Routes - Planned. Azure Maps Route API does support traveling salesmen optimization for a single vehicle.
4648
* Imagery Metadata – Primarily used for getting tile URLs in Bing Maps. Azure Maps has a standalone service for directly accessing map tiles.
49+
* Azure Maps [Elevation services](/rest/api/maps/elevation) have been [deprecated](https://azure.microsoft.com/updates/azure-maps-elevation-apis-and-render-v2-dem-tiles-will-be-retired-on-5-may-2023). For more information how to include this functionality in your Azure Maps, see [Create elevation data & services](elevation-data-services.md)
4750

4851
Azure Maps also has these REST web services:
4952

articles/azure-maps/migrate-from-bing-maps.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The following table provides a high-level list of Bing Maps features and the rel
5353
| Autosuggest ||
5454
| Directions (including truck) ||
5555
| Distance Matrix ||
56-
| Elevations | |
56+
| Elevations | <sup>1</sup> |
5757
| Imagery – Static Map ||
5858
| Imagery Metadata ||
5959
| Isochrones ||
@@ -68,6 +68,8 @@ The following table provides a high-level list of Bing Maps features and the rel
6868
| Traffic Incidents ||
6969
| Configuration driven maps | N/A |
7070

71+
<sup>1</sup> Azure Maps [Elevation services](/rest/api/maps/elevation) have been [deprecated](https://azure.microsoft.com/updates/azure-maps-elevation-apis-and-render-v2-dem-tiles-will-be-retired-on-5-may-2023). For more information how to include this functionality in your Azure Maps, see [Create elevation data & services](elevation-data-services.md).
72+
7173
Bing Maps provides basic key-based authentication. Azure Maps provides both basic key-based authentication and highly secure, Azure Active Directory authentication.
7274

7375
## Licensing considerations

articles/azure-maps/migrate-from-google-maps-web-app.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ The table lists key API features in the Google Maps V3 JavaScript SDK and the su
7373
| Geocoder service ||
7474
| Directions service ||
7575
| Distance Matrix service ||
76-
| Elevation service ||
76+
| Elevation service | <sup>1</sup> |
77+
78+
<sup>1</sup> Azure Maps [Elevation services](/rest/api/maps/elevation) have been [deprecated](https://azure.microsoft.com/updates/azure-maps-elevation-apis-and-render-v2-dem-tiles-will-be-retired-on-5-may-2023). For more information how to include this functionality in your Azure Maps, see [Create elevation data & services](elevation-data-services.md).
7779

7880
## Notable differences in the web SDKs
7981

articles/azure-maps/migrate-from-google-maps-web-services.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,20 @@ You will also learn:
3333
3434
The table shows the Azure Maps service APIs, which have a similar functionality to the listed Google Maps service APIs.
3535

36-
| Google Maps service API | Azure Maps service API |
37-
|-------------------------|---------------------------------------------------------------------------------------------|
38-
| Directions | [Route](/rest/api/maps/route) |
39-
| Distance Matrix | [Route Matrix](/rest/api/maps/route/postroutematrixpreview) |
40-
| Geocoding | [Search](/rest/api/maps/search) |
41-
| Places Search | [Search](/rest/api/maps/search) |
42-
| Place Autocomplete | [Search](/rest/api/maps/search) |
43-
| Snap to Road | See [Calculate routes and directions](#calculate-routes-and-directions) section. |
44-
| Speed Limits | See [Reverse geocode a coordinate](#reverse-geocode-a-coordinate) section. |
45-
| Static Map | [Render](/rest/api/maps/render/getmapimage) |
46-
| Time Zone | [Time Zone](/rest/api/maps/timezone) |
47-
| Elevation | [Elevation](/rest/api/maps/elevation) |
36+
| Google Maps service API | Azure Maps service API |
37+
|-------------------------|-----------------------------------------------------------------------------|
38+
| Directions | [Route](/rest/api/maps/route) |
39+
| Distance Matrix | [Route Matrix](/rest/api/maps/route/postroutematrixpreview) |
40+
| Geocoding | [Search](/rest/api/maps/search) |
41+
| Places Search | [Search](/rest/api/maps/search) |
42+
| Place Autocomplete | [Search](/rest/api/maps/search) |
43+
| Snap to Road | See [Calculate routes and directions](#calculate-routes-and-directions) section. |
44+
| Speed Limits | See [Reverse geocode a coordinate](#reverse-geocode-a-coordinate) section. |
45+
| Static Map | [Render](/rest/api/maps/render/getmapimage) |
46+
| Time Zone | [Time Zone](/rest/api/maps/timezone) |
47+
| Elevation | [Elevation](/rest/api/maps/elevation)<sup>1</sup> |
48+
49+
<sup>1</sup> Azure Maps [Elevation services](/rest/api/maps/elevation) have been [deprecated](https://azure.microsoft.com/updates/azure-maps-elevation-apis-and-render-v2-dem-tiles-will-be-retired-on-5-may-2023). For more information how to include this functionality in your Azure Maps, see [Create elevation data & services](elevation-data-services.md).
4850

4951
The following service APIs aren't currently available in Azure Maps:
5052

articles/azure-maps/migrate-from-google-maps.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The table provides a high-level list of Azure Maps features, which correspond to
4646
| REST Service APIs ||
4747
| Directions (Routing) ||
4848
| Distance Matrix ||
49-
| Elevation | |
49+
| Elevation | <sup>1</sup> |
5050
| Geocoding (Forward/Reverse) ||
5151
| Geolocation ||
5252
| Nearest Roads ||
@@ -62,6 +62,8 @@ The table provides a high-level list of Azure Maps features, which correspond to
6262
| Maps Embedded API | N/A |
6363
| Map URLs | N/A |
6464

65+
<sup>1</sup> Azure Maps [Elevation services](/rest/api/maps/elevation) have been [deprecated](https://azure.microsoft.com/updates/azure-maps-elevation-apis-and-render-v2-dem-tiles-will-be-retired-on-5-may-2023). For more information how to include this functionality in your Azure Maps, see [Create elevation data & services](elevation-data-services.md).
66+
6567
Google Maps provides basic key-based authentication. Azure Maps provides both basic key-based authentication and Azure Active Directory authentication. Azure Active Directory authentication provides more security features, compared to the basic key-based authentication.
6668

6769
## Licensing considerations

articles/azure-maps/rest-sdk-developer-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Azure Maps Java SDK supports [Java 8][Java 8] or above.
6666
| [Rendering][java rendering readme]| [azure-maps-rendering][java rendering package]|[rendering sample][java rendering sample] |
6767
| [Geolocation][java geolocation readme]|[azure-maps-geolocation][java geolocation package]|[geolocation sample][java geolocation sample] |
6868
| [Timezone][java timezone readme] | [azure-maps-timezone][java timezone package] | [timezone samples][java timezone sample] |
69-
| [Elevation][java elevation readme] | [azure-maps-elevation][java elevation package] | [elevation samples][java elevation sample] |
69+
| [Elevation][java elevation readme] ([deprecated](https://azure.microsoft.com/updates/azure-maps-elevation-apis-and-render-v2-dem-tiles-will-be-retired-on-5-may-2023)) | [azure-maps-elevation][java elevation package] | [elevation samples][java elevation sample] |
7070

7171
For more information, see the [Java SDK Developers Guide].
7272

0 commit comments

Comments
 (0)