Skip to content

Commit 3603614

Browse files
authored
Merge pull request #126449 from stevemunk/web-sdk
Change 'web SDK' to 'Web SDK'
2 parents 5b06c76 + d8e1e0a commit 3603614

12 files changed

+19
-19
lines changed

articles/azure-maps/elevation-data-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ PostgreSQL to return vector tiles.
265265
266266
1. You can now use an Azure Function to Query PostgreSQL and return
267267
vector tiles for the contour lines. The tile server can be used with
268-
the Azure Maps web SDK to create a web app that displays contour
268+
the Azure Maps Web SDK to create a web app that displays contour
269269
lines on the map.
270270
271271
```python

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The following are examples of custom data:
2020
- Geometry overlays
2121

2222
> [!TIP]
23-
> 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.
23+
> 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.
2424
2525
## Prerequisites
2626

articles/azure-maps/how-to-use-image-templates-web-sdk.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.subservice: web-sdk
1111

1212
# How to use image templates
1313

14-
Images can be used with HTML markers and various layers within the Azure Maps web SDK:
14+
Images can be used with HTML markers and various layers within the Azure Maps Web SDK:
1515

1616
- Symbol layers can render points on the map with an image icon. Symbols can also be rendered along a lines path.
1717
- Polygon layers can be rendered with a fill pattern image.
@@ -119,7 +119,7 @@ The [HTML Marker with built-in icon template] sample demonstrates this using the
119119
120120
## Create custom reusable templates
121121
122-
If your application uses the same icon within different modules or if you're creating a module that adds more image templates, you can easily add and retrieve these icons from the Azure Maps web SDK. Use the following static functions on the `atlas` namespace.
122+
If your application uses the same icon within different modules or if you're creating a module that adds more image templates, you can easily add and retrieve these icons from the Azure Maps Web SDK. Use the following static functions on the `atlas` namespace.
123123
124124
| Name | Return Type | Description |
125125
|------|-------------|-------------|
@@ -136,7 +136,7 @@ SVG image templates support the following placeholder values:
136136
| `{scale}` | The SVG image is converted to an png image when added to the map image sprite. This placeholder can be used to scale a template before it's converted to ensure it renders clearly. |
137137
| `{text}` | The location to render text when used with an HTML Marker. |
138138
139-
The [Add custom icon template to atlas namespace] sample demonstrates how to take an SVG template, and add it to the Azure Maps web SDK as a reusable icon template, as shown in the following screenshot. For the source code for this sample, see [Add custom icon template to atlas namespace sample code].
139+
The [Add custom icon template to atlas namespace] sample demonstrates how to take an SVG template, and add it to the Azure Maps Web SDK as a reusable icon template, as shown in the following screenshot. For the source code for this sample, see [Add custom icon template to atlas namespace sample code].
140140
141141
:::image type="content" source="./media/how-to-use-image-templates-web-sdk/add-custom-icon-template-to-atlas-namespace.png" lightbox="./media/how-to-use-image-templates-web-sdk/add-custom-icon-template-to-atlas-namespace.png" alt-text="Screenshot showing a map displaying a polygon layer in the shape of a big green triangle with multiple images of blue anchors inside.":::
142142
@@ -148,7 +148,7 @@ The [Add custom icon template to atlas namespace] sample demonstrates how to tak
148148
149149
## List of image templates
150150
151-
This table lists all image templates currently available within the Azure Maps web SDK. The template name is above each image. By default, the primary color is blue and the secondary color is white. To make the secondary color easier to see on a white background, the following images have the secondary color set to black.
151+
This table lists all image templates currently available within the Azure Maps Web SDK. The template name is above each image. By default, the primary color is blue and the secondary color is white. To make the secondary color easier to see on a white background, the following images have the secondary color set to black.
152152
153153
**Symbol icon templates**
154154

articles/azure-maps/itinerary-optimization-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ Sample response
348348

349349
## Call Azure Maps Route Directions API for routing
350350

351-
After the locations in the cuOpt response are mapped to the corresponding coordinates, the cuOpt service can be used with the Azure Maps [Route Directions] API and web SDK to create a web app that displays the assigned itineraries and optimized routes on the map. You can color code the route path for individual vehicles based on the assigned stops and display it on the Azure Maps base data.
351+
After the locations in the cuOpt response are mapped to the corresponding coordinates, the cuOpt service can be used with the Azure Maps [Route Directions] API and Web SDK to create a web app that displays the assigned itineraries and optimized routes on the map. You can color code the route path for individual vehicles based on the assigned stops and display it on the Azure Maps base data.
352352

353353
:::image type="content" source="media/multi-itinerary-optimization-service/multi-itinerary-route.png" alt-text="A screenshot showing the multi-itinerary route on a map.":::
354354

articles/azure-maps/map-add-custom-html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ For a complete working sample of how to create a custom SVG template and use it
6666
-------------------------------------------------------------------->
6767

6868
> [!TIP]
69-
> The Azure Maps web SDK provides several SVG image templates that can be used with HTML markers. For more information, see the [How to use image templates] document.
69+
> The Azure Maps Web SDK provides several SVG image templates that can be used with HTML markers. For more information, see the [How to use image templates] document.
7070
7171
## Add a CSS styled HTML marker
7272

articles/azure-maps/map-add-line-layer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ This code creates a map that appears as follows:
133133
----------------------------------------------------------------------->
134134

135135
> [!TIP]
136-
> The Azure Maps web SDK provides several customizable image templates you can use with the symbol layer. For more information, see the [How to use image templates] document.
136+
> The Azure Maps Web SDK provides several customizable image templates you can use with the symbol layer. For more information, see the [How to use image templates] document.
137137
138138
<a name="line-stroke-gradient"></a>
139139

articles/azure-maps/map-add-pin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ function InitMap()
168168
------------------------------------->
169169

170170
> [!TIP]
171-
> The Azure Maps web SDK provides several customizable image templates you can use with the symbol layer. For more information, see the [How to use image templates] document.
171+
> The Azure Maps Web SDK provides several customizable image templates you can use with the symbol layer. For more information, see the [How to use image templates] document.
172172
173173
## Customize a symbol layer
174174

articles/azure-maps/map-add-shape.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ For a fully functional sample that shows how to use an image template as a fill
143143
------------------------------------------------------------>
144144

145145
> [!TIP]
146-
> The Azure Maps web SDK provides several customizable image templates you can use as fill patterns. For more information, see the [How to use image templates] document.
146+
> The Azure Maps Web SDK provides several customizable image templates you can use as fill patterns. For more information, see the [How to use image templates] document.
147147
148148
## Customize a polygon layer
149149

articles/azure-maps/migrate-from-bing-maps-web-app.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ The following table lists key API features in the Bing Maps V8 JavaScript SDK an
7171
| Spatial math | [Microsoft.Maps.SpatialMath] |[atlas.math samples] or [turf js] |
7272
| Custom map styles | | Partial, [Choose a map style] |
7373

74-
Azure Maps more [open-source modules for the web SDK] that extend its capabilities.
74+
Azure Maps more [open-source modules for the Web SDK] that extend its capabilities.
7575

76-
## Notable differences in the web SDKs
76+
## Notable differences in the Web SDKs
7777

7878
The following are some of the key differences between the Bing Maps and Azure Maps Web SDKs to be aware of:
7979

@@ -1415,7 +1415,7 @@ Running this code in a browser displays a map that looks like the following imag
14151415

14161416
**After: Azure Maps**
14171417

1418-
In Azure Maps, GeoJSON is the main data format used in the web SDK, more spatial data formats can be easily integrated in using the [spatial IO module]. This module has functions for both reading and writing spatial data and also includes a simple data layer that can easily render data from any of these spatial data formats. To read the data in a spatial data file, pass in a URL, or raw data as string or blob into the `atlas.io.read` function. This returns all the parsed data from the file that can then be added to the map. KML is a bit more complex than most spatial data format as it includes a lot more styling information. The `SpatialDataLayer` class supports rendering most of these styles, however icons images have to be loaded into the map before loading the feature data, and ground overlays have to be added as layers to the map separately. When loading data via a URL, it should be hosted on a CORs enabled endpoint, or a proxy service should be passed in as an option into the read function.
1418+
In Azure Maps, GeoJSON is the main data format used in the Web SDK, more spatial data formats can be easily integrated in using the [spatial IO module]. This module has functions for both reading and writing spatial data and also includes a simple data layer that can easily render data from any of these spatial data formats. To read the data in a spatial data file, pass in a URL, or raw data as string or blob into the `atlas.io.read` function. This returns all the parsed data from the file that can then be added to the map. KML is a bit more complex than most spatial data format as it includes a lot more styling information. The `SpatialDataLayer` class supports rendering most of these styles, however icons images have to be loaded into the map before loading the feature data, and ground overlays have to be added as layers to the map separately. When loading data via a URL, it should be hosted on a CORs enabled endpoint, or a proxy service should be passed in as an option into the read function.
14191419

14201420
```html
14211421
<!DOCTYPE html>
@@ -1739,7 +1739,7 @@ Learn more about migrating from Bing Maps to Azure Maps.
17391739
[Microsoft.Maps.SpatialMath]: /bingmaps/v8-web-control/modules/spatial-math-module/
17401740
[ng-azure-maps]: https://github.com/arnaudleclerc/ng-azure-maps
17411741
[open-source Azure Maps Web SDK modules]: open-source-projects.md#open-source-web-sdk-modules
1742-
[open-source modules for the web SDK]: open-source-projects.md#open-source-web-sdk-modules
1742+
[open-source modules for the Web SDK]: open-source-projects.md#open-source-web-sdk-modules
17431743
[Overlay a tile layer]: #overlay-a-tile-layer
17441744
[Overlay an image]: map-add-image-layer.md
17451745
[Polygon layer options]: /javascript/api/azure-maps-control/atlas.polygonlayeroptions

articles/azure-maps/migrate-from-google-maps-web-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The table lists key API features in the Google Maps V3 JavaScript SDK and the su
7373
| Directions service ||
7474
| Distance Matrix service ||
7575

76-
## Notable differences in the web SDKs
76+
## Notable differences in the Web SDKs
7777

7878
The following are some key differences between the Google Maps and Azure Maps Web SDKs, to be aware of:
7979

@@ -1576,7 +1576,7 @@ Running this code in a browser displays a map that looks like the following imag
15761576

15771577
#### After: Azure Maps
15781578

1579-
In Azure Maps, GeoJSON is the main data format used in the web SDK, more spatial data formats can be easily integrated in using the [spatial IO module]. This module has functions for both reading and writing spatial data and also includes a simple data layer that can easily render data from any of these spatial data formats. To read the data in a spatial data file, pass in a URL, or raw data as string or blob into the `atlas.io.read` function. This returns all the parsed data from the file that can then be added to the map. KML is a bit more complex than most spatial data format as it includes a lot more styling information. The `SpatialDataLayer` class supports most of these styles, however icons images have to be loaded into the map before loading the feature data, and ground overlays have to be added as layers to the map separately. When loading data via a URL, it should be hosted on a CORs enabled endpoint, or a proxy service should be passed in as an option into the read function.
1579+
In Azure Maps, GeoJSON is the main data format used in the Web SDK, more spatial data formats can be easily integrated in using the [spatial IO module]. This module has functions for both reading and writing spatial data and also includes a simple data layer that can easily render data from any of these spatial data formats. To read the data in a spatial data file, pass in a URL, or raw data as string or blob into the `atlas.io.read` function. This returns all the parsed data from the file that can then be added to the map. KML is a bit more complex than most spatial data format as it includes a lot more styling information. The `SpatialDataLayer` class supports most of these styles, however icons images have to be loaded into the map before loading the feature data, and ground overlays have to be added as layers to the map separately. When loading data via a URL, it should be hosted on a CORs enabled endpoint, or a proxy service should be passed in as an option into the read function.
15801580

15811581
```html
15821582
<!DOCTYPE html>

0 commit comments

Comments
 (0)