Skip to content

Commit 290f146

Browse files
authored
Merge pull request #126441 from stevemunk/Azure-Maps
Fixed capitalization on 'Azure Maps'
2 parents 42702bf + c8ef870 commit 290f146

9 files changed

+11
-11
lines changed

articles/azure-maps/consent-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.subservice: manage-account
1313

1414
Azure Maps is a global service that is available worldwide. When creating your Azure Maps account, you select a _Region_. The Region selection is the accounts geographic scope, which allows you to limit data residency to the selected region. All requests (including input data) are processed and stored exclusively in the specified geographic area (region).
1515

16-
In some cases, you will need to enable your search requests to be processed in a region or geography other than the one your Azure Maps Account is in. For example, due to local data residency laws, all South Korean addresses must be processed in South Korea, which is the _Korea Central_ region in Azure Maps. To do this, you must give Azure Maps consent to process your data in the _Korea Central_ region. For more information on how to give Azure maps consent to process data in a different region, see [Configure global data processing].
16+
In some cases, you will need to enable your search requests to be processed in a region or geography other than the one your Azure Maps Account is in. For example, due to local data residency laws, all South Korean addresses must be processed in South Korea, which is the _Korea Central_ region in Azure Maps. To do this, you must give Azure Maps consent to process your data in the _Korea Central_ region. For more information on how to give Azure Maps consent to process data in a different region, see [Configure global data processing].
1717

1818
For more information on geographic scope in Azure Maps, see [Azure Maps service geographic scope].
1919

articles/azure-maps/how-to-dev-guide-java-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Once the maven project is created, there should be a `pom.xml` file with basic i
8686
</dependency
8787
```
8888

89-
Run `mvn clean install` on your project, then create a java file named `demo.java` and import what you need from Azure maps into the file:
89+
Run `mvn clean install` on your project, then create a java file named `demo.java` and import what you need from Azure Maps into the file:
9090

9191
```powershell
9292
cd DemoProject

articles/azure-maps/how-to-use-map-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ Be sure to use Azure Maps authentication details from the Azure Government cloud
410410
411411
If developing using a JavaScript framework, one of the following open-source projects may be useful:
412412
413-
* [ng-azure-maps] - Angular 10 wrapper around Azure maps.
413+
* [ng-azure-maps] - Angular 10 wrapper around Azure Maps.
414414
* [AzureMapsControl.Components] - An Azure Maps Blazor component.
415415
* [Azure Maps React Component] - A react wrapper for the Azure Maps control.
416416
* [Vue Azure Maps] - An Azure Maps component for Vue application.

articles/azure-maps/migrate-calculate-route.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The following table lists the fields that can appear in the HTTP response when r
116116
|------------------------|---------------------------|----------------------------------------------------------------------------------------------------|
117117
| actualStart   | Point feature object  | Point feature object with type=”waypoint” and inputIndex = 0 defines the routable start location. |
118118
| actualEnd  | Point feature object  | Point feature object with type=”waypoint” and inputIndex = last defines the routable end location. |
119-
| alternateVias  | alternativeRoutes  | Bing Maps alternateVias identifies the separate routes. In Azure maps, alternate routes are returned as a new feature collection under alternativeRoutes. |
119+
| alternateVias  | alternativeRoutes  | Bing Maps alternateVias identifies the separate routes. In Azure Maps, alternate routes are returned as a new feature collection under alternativeRoutes. |
120120
| compassDegrees  | compassDegrees  ||
121121
| compassDirection  | compassDirection  ||
122122
| description  | Not supported  ||

articles/azure-maps/migrate-calculate-truck-route.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ The following table lists the fields that can appear in the HTTP response when r
151151
|------------------------|---------------------------|-------------------------------------------------------------------------------------------------------------------------------------|
152152
| actualEnd  | Point feature object  | Point feature object with _type=”waypoint”_ and _inputIndex = last_ defines the routable end location. |
153153
| actualStart   | Point feature object  | Point feature object with _type=”waypoint”_ and _inputIndex = 0_ defines the routable start location.  |
154-
| alternateVias  | alternativeRoutes  | Bing Maps `alternateVias` identifies the separate routes. In Azure maps Route Directions API, alternate routes are returned as a new feature collection under `alternativeRoutes`|
154+
| alternateVias  | alternativeRoutes  | Bing Maps `alternateVias` identifies the separate routes. In Azure Maps Route Directions API, alternate routes are returned as a new feature collection under `alternativeRoutes`|
155155
| compassDegrees  | Not supported  | |
156156
| compassDirection  | Not supported  | |
157157
| description  | Not supported  | |

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Web apps that use Bing Maps often use the Bing Maps V8 JavaScript SDK. The Azure
2727
2828
If developing using a JavaScript framework, one of the following open-source projects can be useful:
2929

30-
* [ng-azure-maps] - Angular 10 wrapper around Azure maps.
30+
* [ng-azure-maps] - Angular 10 wrapper around Azure Maps.
3131
* [AzureMapsControl.Components] - An Azure Maps Blazor component.
3232
* [Azure Maps React Component] - A react wrapper for the Azure Maps control.
3333
* [Vue Azure Maps] - An Azure Maps component for Vue application.
@@ -1204,7 +1204,7 @@ map.layers.add(new atlas.layer.TileLayer({
12041204

12051205
### Show traffic data
12061206

1207-
Traffic data can be overlaid both Bing and Azure maps.
1207+
Traffic data can be overlaid both Bing and Azure Maps.
12081208

12091209
**Before: Bing Maps**
12101210

@@ -1244,7 +1244,7 @@ If you select one of the traffic icons in Azure Maps, more information displays
12441244

12451245
### Add a ground overlay
12461246

1247-
Both Bing and Azure maps support overlaying georeferenced images on the map that they move and scale as you pan and zoom the map. In Bing Maps these are known as ground overlays, in Azure Maps they're referred to as image layers. Image layers are great for building floor plans, overlaying old maps, or imagery from a drone.
1247+
Both Bing and Azure Maps support overlaying georeferenced images on the map that they move and scale as you pan and zoom the map. In Bing Maps these are known as ground overlays, in Azure Maps they're referred to as image layers. Image layers are great for building floor plans, overlaying old maps, or imagery from a drone.
12481248

12491249
**Before: Bing Maps**
12501250

articles/azure-maps/open-source-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The following table lists the open-source projects maintained by Azure Maps team
2626
| [react-azure-maps] | An Azure Maps Web SDK wrapper in react framework. For more information and interactive samples, see the Azure Maps React wrapper [Getting Started] guide. | [react-azure-maps][react-azure-maps-npm] |
2727
| [Azure Maps Animation module] | A rich library of animations for use with the Azure Maps Web SDK. | [@azure-maps/animations] |
2828
| [Azure Maps Gridded Data Source module] | A module for the Azure Maps Web SDK that provides a data source that clusters data points into cells of a grid area. This operation is also known by many names such as tessellations, data binning, or hex bins. | [@azure-maps/gridded-data-source] |
29-
| [Azure maps selection control module] | An Azure Maps Web SDK module that provides controls for selecting data in a data source using drawing tools or by requesting a route range polygon. | N/A |
29+
| [Azure Maps selection control module] | An Azure Maps Web SDK module that provides controls for selecting data in a data source using drawing tools or by requesting a route range polygon. | N/A |
3030

3131
#### Contributed and maintained by Community
3232

articles/azure-maps/weather-service-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ years,months,days = [],[],[]
101101
dates_check=set()
102102
wind_speeds, wind_direction = [], []
103103

104-
# Call azure maps Weather services to get daily forecast data for 15 days from current date
104+
# Call Azure Maps Weather services to get daily forecast data for 15 days from current date
105105
session = aiohttp.ClientSession()
106106
j=-1
107107
for i in range(0, len(coords), 2):

articles/azure-maps/web-sdk-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ It's possible to store GeoJSON objects inline inside of JavaScript, however this
147147

148148
## Optimize rendering layers
149149

150-
Azure maps provide several different layers for rendering data on a map. There are many optimizations you can take advantage of to tailor these layers to your scenario the increase performances and the overall user experience.
150+
Azure Maps provide several different layers for rendering data on a map. There are many optimizations you can take advantage of to tailor these layers to your scenario the increase performances and the overall user experience.
151151

152152
### Create layers once and reuse them
153153

0 commit comments

Comments
 (0)