Skip to content

Commit 44a7f57

Browse files
committed
Update how-to-integrate-maps.md
1 parent b42b3f9 commit 44a7f57

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
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: 02/22/2022
8+
ms.date: 09/27/2022
99
ms.topic: how-to
1010
ms.service: digital-twins
1111

@@ -29,9 +29,9 @@ This guide will cover:
2929

3030
* Follow the Azure Digital Twins in [Connect an end-to-end solution](./tutorial-end-to-end.md).
3131
* You'll be extending this twin with another endpoint and route. You'll also be adding another function to your function app from that tutorial.
32-
* Follow the Azure Maps in [Use Azure Maps Creator to create indoor maps](../azure-maps/tutorial-creator-indoor-maps.md) to create an Azure Maps indoor map with a *feature stateset*.
32+
* Follow the Azure Maps tutorials (beginning with [Use Creator to create indoor maps](../azure-maps/tutorial-creator-indoor-maps.md)) to create an Azure Maps indoor map with a *feature stateset*.
3333
* [Feature statesets](../azure-maps/creator-indoor-maps.md#feature-statesets) are collections of dynamic properties (states) assigned to dataset features such as rooms or equipment. In the Azure Maps tutorial above, the feature stateset stores room status that you'll be displaying on a map.
34-
* You'll need your feature **stateset ID** and Azure Maps **subscription key**.
34+
* You'll need your Azure Maps **subscription key**, feature **stateset ID**, and **mapConfiguration**.
3535

3636
### Topology
3737

@@ -93,8 +93,8 @@ To see live-updating temperature, follow the steps below:
9393

9494
1. Begin sending simulated IoT data by running the *DeviceSimulator* project from the Azure Digital Twins [Connect an end-to-end solution](tutorial-end-to-end.md). The instructions for this process are in the [Configure and run the simulation](././tutorial-end-to-end.md#configure-and-run-the-simulation) section.
9595
2. Use [the Azure Maps Indoor module](../azure-maps/how-to-use-indoor-module.md) to render your indoor maps created in Azure Maps Creator.
96-
1. Copy the HTML from the [Example: Use the Indoor Maps Module](../azure-maps/how-to-use-indoor-module.md#example-custom-styling-consume-map-configuration-in-websdk-preview) section of the indoor maps in [Use the Azure Maps Indoor Maps module](../azure-maps/how-to-use-indoor-module.md) to a local file.
97-
1. Replace the **subscription key**, **mapConfiguration**, and **statesetID** in the local HTML file with your values.
96+
1. Copy the example indoor map HTML file from [Example: Custom Styling: Consume map configuration in WebSDK (Preview)](../azure-maps/how-to-use-indoor-module.md#example-custom-styling-consume-map-configuration-in-websdk-preview).
97+
1. Replace the **subscription key**, **mapConfiguration**, **statesetID**, and **region** in the local HTML file with your values.
9898
1. Open that file in your browser.
9999

100100
Both samples send temperature in a compatible range, so you should see the color of room 121 update on the map about every 30 seconds.

0 commit comments

Comments
 (0)