Skip to content

Commit 17ed725

Browse files
committed
Updated article (api-version=2024-04-01) and added 3 new examples.
1 parent 4f16ce7 commit 17ed725

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ The following image is returned:
9292
9393
## Render a circle and pushpins with custom labels
9494
95-
> [!NOTE]
96-
> The procedure in this section requires an Azure Maps account Gen1 (S1) or Gen2 pricing tier.
97-
9895
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 the [Path] parameter of the [Get Map Static Image] command.
9996
10097
To render a circle and pushpins with custom labels:
@@ -117,9 +114,9 @@ To render a circle and pushpins with custom labels:
117114
118115
1. Select the *Send Request* arrow that appears to the right of the request URL.
119116
120-
The following image is returned:
121-
122-
:::image type="content" source="./media/how-to-render-custom-data/circle-custom-pins.png" alt-text="Render a circle with custom pushpins.":::
117+
The following image is returned:
118+
119+
:::image type="content" source="./media/how-to-render-custom-data/circle-custom-pins.png" alt-text="Render a circle with custom pushpins.":::
123120
124121
1. 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:
125122

0 commit comments

Comments
 (0)