Skip to content

Commit c7fae9c

Browse files
committed
Resolve merge conflicts
2 parents 23fc64a + 97a680e commit c7fae9c

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

articles/azure-maps/creator-indoor-maps.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -154,12 +154,7 @@ Example layer in the style.json file:
154154

155155
The map configuration is an array of configurations. Each configuration consists of a [basemap][basemap] and one or more layers, each layer consisting of a [style][style] + [tileset][tileset] tuple.
156156

157-
<!------------------------------ Option #1 --------------------------------------------------------------->
158-
The map configuration is used when you [Instantiate the Indoor Manager][instantiate-indoor-manager] of a Map object when developing applications in Azure Maps. It's referenced using the `mapConfigurationId` or `alias`. Map configurations are immutable. Anytime you make a change and save it using the same `alias` as an existing map configuration, your existing map configuration, including the `mapConfigurationId`, is replaced with a new one. This will result in errors in code referencing that `mapConfigurationId` since the ID will no longer point to an existing map configuration. The alias is constant and can be used to reference your map configuration regardless of how many times the map configuration it points to has changed.
159-
160-
<!------------------------------ Option #2 ---------------------------------------------------------------
161-
The map configuration is used when you [Instantiate the Indoor Manager][instantiate-indoor-manager] of a Map object when developing a map application. It's referenced using the `mapConfigurationId` or `alias`. Each time you change a map configuration, its ID changes but its alias remains the same. It is recommended to reference the map configuration by its alias in your applications.
162-
------------------------------------------------------------------------------------------------------------>
157+
The map configuration is used when you [Instantiate the Indoor Manager][instantiate-indoor-manager] of a Map object when developing applications in Azure Maps. It's referenced using the `mapConfigurationId` or `alias`. Map configurations are immutable. When making changes to an existing map configuration, a new map configuration will be created, resulting in a different `mapConfingurationId`. Anytime you create a map configuration using an alias already used by an existing map configuration, it will always point to the new map configuration.
163158

164159
Below is an example of a map configuration JSON showing the default configurations. See the table below for a description of each element of the file:
165160

articles/azure-maps/how-to-create-custom-styles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Some important things to know about aliases:
123123
Once you have entered values into each required field, select the **Upload map configuration** button to save the style and map configuration data to your Creator resource.
124124
125125
> [!TIP]
126-
> Make a note of the map configuration ID or alias values, they are needed when you [Instantiate the Indoor Manager][Instantiate the Indoor Manager] of a Map object when developing applications in Azure Maps.
126+
> Make a note of the map configuration `alias` value, it will be required when you [Instantiate the Indoor Manager][Instantiate the Indoor Manager] of a Map object when developing applications in Azure Maps.
127127
128128
## Custom categories
129129

articles/azure-maps/tutorial-creator-indoor-maps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ Once your tileset creation completes, you can get the `mapConfigurationId` using
348348
349349
2. In the **Create New** window, select **HTTP Request**.
350350
351-
3. Enter a **Request name** for the request, such as *GET mapCongigurationId from Tileset*.
351+
3. Enter a **Request name** for the request, such as *GET mapConfigurationId from Tileset*.
352352
353353
4. Select the **GET** HTTP method.
354354

articles/digital-twins/how-to-integrate-maps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ titleSuffix: Azure Digital Twins
55
description: Learn how to use Azure Functions to create a function that can use the twin graph and Azure Digital Twins notifications to update an Azure Maps indoor map.
66
author: baanders
77
ms.author: baanders # Microsoft employees only
8-
ms.date: 09/26/2022
8+
ms.date: 09/27/2022
99
ms.topic: how-to
1010
ms.service: digital-twins
1111

0 commit comments

Comments
 (0)