You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-maps/how-to-render-custom-data.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Render custom data on a raster map in Microsoft Azure Maps
3
3
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.
4
4
author: faterceros
5
5
ms.author: aterceros
6
-
ms.date: 06/19/2024
6
+
ms.date: 06/20/2024
7
7
ms.topic: how-to
8
8
ms.service: azure-maps
9
9
services: azure-maps
@@ -21,7 +21,7 @@ The following are examples of custom data:
21
21
- Geometry overlays
22
22
23
23
> [!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.
25
25
26
26
## Prerequisites
27
27
@@ -107,7 +107,7 @@ To render a circle and pushpins with custom labels:
107
107
1. Enter the following URL to the [Render] service:
0 commit comments