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
+16-12Lines changed: 16 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ The following are examples of custom data:
30
30
31
31
This article uses the [Postman] application, but you may use a different API development environment.
32
32
33
-
We'll use the Azure Maps [Data service] to store and render overlays.
33
+
Use the Azure Maps [Data service] to store and render overlays.
34
34
35
35
## Render pushpins with labels and a custom image
36
36
@@ -67,7 +67,7 @@ To get a static image with custom pins and labels:
67
67
> [!NOTE]
68
68
> The procedure in this section requires an Azure Maps account Gen 1 (S1) or Gen 2 pricing tier.
69
69
70
-
In this section, we'll upload path and pin data to Azure Map data storage.
70
+
In this section, you upload path and pin data to Azure Map data storage.
71
71
72
72
To upload pins and path data:
73
73
@@ -245,7 +245,7 @@ To render a polygon with color and opacity:
245
245
> [!NOTE]
246
246
> The procedure in this section requires an Azure Maps account Gen 1 (S1) or Gen 2 pricing tier.
247
247
248
-
You can modify the appearance of the pins by adding style modifiers. For example, to make pushpins and their labels larger or smaller, use the `sc` "scale style" modifier. This modifier takes a value that's greater than zero. A value of 1 is the standard scale. Values larger than 1 will make the pins larger, and values smaller than 1 will make them smaller. For more information about style modifiers, see [static image service path parameters].
248
+
You can modify the appearance of the pins by adding style modifiers. For example, to make pushpins and their labels larger or smaller, use the `sc` "scale style" modifier. This modifier takes a value that's greater than zero. A value of 1 is the standard scale. Values larger than 1 makes the pins larger, and values smaller than 1 makes them smaller. For more information about style modifiers, see [static image service path parameters].
249
249
250
250
To render a circle and pushpins with custom labels:
251
251
@@ -269,7 +269,7 @@ To render a circle and pushpins with custom labels:
269
269
270
270
:::image type="content" source="./media/how-to-render-custom-data/circle-custom-pins.png" alt-text="Render a circle with custom pushpins.":::
271
271
272
-
8. Now we'll 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|`), you'll see that the current color is `#002D62`. To change the color to `#41d42a`, we'll replace `#002D62` with `#41d42a`. Now the `pins` parameter is `pins=default|la15+50|al0.66|lc003C62|co41D42A|`. The request looks like the following URL:
272
+
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:
0 commit comments