Skip to content

Commit 4ef2c12

Browse files
authored
Merge pull request #104495 from stevemunk1/SM-fix-link-wayfind
Added missing ':'
2 parents 7559287 + 7940a55 commit 4ef2c12

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ services: azure-maps
1414

1515
This article introduces concepts and tools that apply to Azure Maps Creator. We recommend that you read this article before you begin to use the Azure Maps Creator API and SDK.
1616

17-
You can use Creator to develop applications with map features that are based on indoor map data. This article describes the process of uploading, converting, creating, and using your map data. Typically, the workflow is completed by two different personas with distinct areas of expertise and responsibility:
17+
You can use Creator to develop applications with map features that are based on indoor map data. This article describes the process of uploading, converting, creating, and using your map data. Typically, the workflow is completed by two different personas with distinct areas of expertise and responsibility:
1818

1919
- Map maker: responsible for curating and preparing the map data.
20-
- Creator map data user: leverages customer map data in applications.
20+
- Creator map data user: uses customer map data in applications.
2121

2222
The following diagram illustrates the entire workflow.
2323

@@ -159,7 +159,7 @@ The map configuration is an array of configurations. Each configuration consists
159159

160160
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.
161161

162-
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:
162+
The following JSON is an example of a default map configuration. See the table below for a description of each element of the file:
163163

164164
```json
165165
{
@@ -218,7 +218,7 @@ Feature statesets are collections of dynamic properties (*states*) that are assi
218218

219219
You can use the [Feature State service](/rest/api/maps/v2/feature-state/create-stateset) to create and manage a feature stateset for a dataset. The stateset is defined by one or more *states*. Each feature, such as a room, can have one *state* attached to it.
220220

221-
The value of each *state* in a stateset can be updated or retrieved by IoT devices or other applications. For example, using the [Feature State Update API](/rest/api/maps/v2/feature-state/update-states), devices measuring space occupancy can systematically post the state change of a room.
221+
The value of each *state* in a stateset can be updated or retrieved by IoT devices or other applications. For example, using the [Feature State Update API](/rest/api/maps/v2/feature-state/update-states), devices measuring space occupancy can systematically post the state change of a room.
222222

223223
An application can use a feature stateset to dynamically render features in a facility according to their current state and respective map style. For more information about using feature statesets to style features in a rendering map, see [Indoor Maps module](#indoor-maps-module).
224224

@@ -245,7 +245,7 @@ For wayfinding to work, the facility data must contain a [structure][structures]
245245

246246
If the selected origin and destination are on different floors, the wayfinding service determines what [vertical penetration][verticalPenetration] objects such as stairs or elevators, are available as possible pathways for navigating vertically between levels. By default, the option that results in the shortest path will be used.
247247

248-
The Wayfinding service includes stairs or elevators in a path based on the value of the vertical penetration's `direction` property. For more information on the direction property, see [verticalPenetration][verticalPenetration] in the Facility Ontology article. See the `avoidFeatures` and `minWidth` properties in the [wayfinding][wayfind] API documentation to learn about other factors that can impact the path selection between floor levels.
248+
The Wayfinding service includes stairs or elevators in a path based on the value of the vertical penetration's `direction` property. For more information on the direction property, see [verticalPenetration][verticalPenetration] in the Facility Ontology article. See the `avoidFeatures` and `minWidth` properties in the [wayfinding][wayfind] API documentation to learn about other factors that can affect the path selection between floor levels.
249249

250250
For more information, see the [Indoor maps wayfinding service](how-to-creator-wayfinding.md) how-to article.
251251

@@ -310,7 +310,7 @@ The following example shows how to update a dataset, create a new tileset, and d
310310
[tileset]: /rest/api/maps/v20220901preview/tileset
311311
[routeset]: /rest/api/maps/v20220901preview/routeset
312312
[wayfind]: /rest/api/maps/v20220901preview/wayfinding
313-
[wayfinding path] /rest/api/maps/v20220901preview/wayfinding/path
313+
[wayfinding path]: /rest/api/maps/v20220901preview/wayfinding/path
314314
[style-picker-control]: choose-map-style.md#add-the-style-picker-control
315315
[style-how-to]: how-to-create-custom-styles.md
316316
[map-config-api]: /rest/api/maps/v20220901preview/map-configuration

0 commit comments

Comments
 (0)