Skip to content

Commit 1f3a7c4

Browse files
committed
Updated article (api-version=2024-04-01) and added 3 new examples.
1 parent b8ae5df commit 1f3a7c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Render custom data on a raster map in Microsoft Azure Maps
33
description: Learn how to add pushpins, labels, and geometric shapes to a raster map. See how to use the static image service in Azure Maps for this purpose.
44
author: faterceros
55
ms.author: aterceros
6-
ms.date: 06/19/2024
6+
ms.date: 06/20/2024
77
ms.topic: how-to
88
ms.service: azure-maps
99
services: azure-maps
@@ -21,7 +21,7 @@ The following are examples of custom data:
2121
- Geometry overlays
2222

2323
> [!TIP]
24-
> To show a simple map on a web page, it's often more cost effective to use the Azure Maps Web SDK, rather than to use the static image service. The web SDK uses map tiles; and unless the user pans and zooms the map, they will often generate only a fraction of a transaction per map load. The Azure Maps Web SDK has options for disabling panning and zooming. Also, the Azure Maps Web SDK provides a richer set of data visualization options than a static map web service does.
24+
> To show a simple map on a web page, it's often more cost effective to use the Azure Maps Web SDK, rather than to use the static image service. The web SDK uses map tiles; and unless the user pans and zooms the map, they will often generate only a fraction of a transaction per map load using browser caching. The Azure Maps Web SDK has options for disabling panning and zooming. Also, the Azure Maps Web SDK provides a richer set of data visualization options than a static map web service does.
2525
2626
## Prerequisites
2727

@@ -107,7 +107,7 @@ To render a circle and pushpins with custom labels:
107107
1. Enter the following URL to the [Render] service:
108108
109109
```HTTP
110-
https://atlas.microsoft.com/map/static?subscription-key={Your-Azure-Maps-Subscription-key}&zoom=14&tilesetId=microsoft.base.road&api-version=2024-04-01&language=en-us&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&height=700&Width=700
110+
https://atlas.microsoft.com/map/static?subscription-key={Your-Azure-Maps-Subscription-key}&zoom=14&tilesetId=microsoft.base.road&api-version=2024-04-01&language=en-us&center=-122.13230609893799,47.64599069048016&path=lcFF0000|lw2|la0.60|ra1000||-122.13230609893799 47.64599069048016&pins=default|la15+50|sc1|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&height=700&Width=700
111111
```
112112
113113
1. Select **Create**.
@@ -162,7 +162,7 @@ To get a static image with a traffic layer rendered on a roads basemap, use the
162162
163163
## Create a map using the dark gray style
164164
165-
To get a static image with the dark gray style appplied, set the `TilesetId` parameter to `microsoft.base.darkgrey`:
165+
To get a static image with the dark gray style applied, set the `TilesetId` parameter to `microsoft.base.darkgrey`:
166166
167167
1. In the Bruno app, select **New Request**.
168168

0 commit comments

Comments
 (0)