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
:::image type="content" source="./media/how-to-render-custom-data/opaque-polygon.png" alt-text="Render an opaque polygon.":::
91
+
:::image type="content" source="./media/how-to-render-custom-data/opaque-polygon.png" alt-text="Render an opaque polygon.":::
92
92
93
93
## Render a circle and pushpins with custom labels
94
94
@@ -115,7 +115,7 @@ To render a circle and pushpins with custom labels:
115
115
1. Select the *Send Request* arrow that appears to the right of the request URL.
116
116
117
117
The following image is returned:
118
-
118
+
119
119
:::image type="content" source="./media/how-to-render-custom-data/circle-custom-pins.png" alt-text="Render a circle with custom pushpins.":::
120
120
121
121
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:
@@ -128,9 +128,9 @@ To render a circle and pushpins with custom labels:
128
128
129
129
1. Select the *Send Request* arrow that appears to the right of the request URL.
130
130
131
-
The following image is returned:
131
+
The following image is returned:
132
132
133
-
:::image type="content" source="./media/how-to-render-custom-data/circle-updated-pins.png" alt-text="Render a circle with updated pushpins.":::
133
+
:::image type="content" source="./media/how-to-render-custom-data/circle-updated-pins.png" alt-text="Render a circle with updated pushpins.":::
134
134
135
135
Similarly, you can change, add, and remove other style modifiers.
136
136
@@ -156,9 +156,9 @@ To get a static image with a traffic layer rendered on a roads basemap, use the
156
156
157
157
1. Select the *Send Request* arrow that appears to the right of the request URL.
158
158
159
-
The following image is returned:
159
+
The following image is returned:
160
160
161
-
:::image type="content" source="./media/how-to-render-custom-data/rendering-traffic-layer-information.png" alt-text="A screenshot of a map showing the traffic layer, as well as a custom pushpin with the label Westminster Bridge.":::
161
+
:::image type="content" source="./media/how-to-render-custom-data/rendering-traffic-layer-information.png" alt-text="A screenshot of a map showing the traffic layer, as well as a custom pushpin with the label Westminster Bridge.":::
162
162
163
163
## Create a map using the dark gray style
164
164
@@ -210,9 +210,9 @@ To get a static image with the imagery style appplied, set the `TilesetId` param
210
210
211
211
1. Select the *Send Request* arrow that appears to the right of the request URL.
212
212
213
-
The following image is returned:
213
+
The following image is returned:
214
214
215
-
:::image type="content" source="./media/how-to-render-custom-data/imagery.png" alt-text="A screenshot of a map showing the imagery style created by setting the tileset ID parameter to microsoft.imagery.":::
215
+
:::image type="content" source="./media/how-to-render-custom-data/imagery.png" alt-text="A screenshot of a map showing the imagery style created by setting the tileset ID parameter to microsoft.imagery.":::
216
216
217
217
For more information the different styles available using the TilesetId parameter, see [TilesetId] in the *Render - Get Map Tileset* REST API documentation.
0 commit comments