You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-maps/creator-indoor-maps.md
+5-24Lines changed: 5 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,6 @@ Creator services create, store, and use various data types that are defined and
53
53
- Tileset
54
54
- style
55
55
- Map configuration
56
-
- Feature stateset
57
56
- Routeset
58
57
59
58
## Upload a drawing package
@@ -81,12 +80,11 @@ Azure Maps Creator provides the following services that support map creation:
81
80
-[Tileset service].
82
81
Use the Tileset service to create a vector-based representation of a dataset. Applications can use a tileset to present a visual tile-based view of the dataset.
83
82
-[Custom styling service]. Use the [style] service or [visual style editor] to customize the visual elements of an indoor map.
84
-
-[Feature State service]. Use the Feature State service to support dynamic map styling. Applications can use dynamic map styling to reflect real-time events on spaces provided by the IoT system.
85
83
-[Wayfinding service]. Use the [wayfinding] API to generate a path between two points within a facility. Use the [routeset] API to create the data that the wayfinding service needs to generate paths.
86
84
87
85
### Datasets
88
86
89
-
A dataset is a collection of indoor map features. The indoor map features represent facilities that are defined in a converted drawing package. After you create a dataset with the [Dataset service], you can create any number of [tilesets] or [feature statesets].
87
+
A dataset is a collection of indoor map features. The indoor map features represent facilities that are defined in a converted drawing package. After you create a dataset with the [Dataset service], you can create any number of [tilesets].
90
88
91
89
At any time, developers can use the [Dataset service] to add or remove facilities to an existing dataset. For more information about how to update an existing dataset using the API, see the append options in [Dataset service]. For an example of how to update a dataset, see [Data maintenance].
92
90
@@ -216,19 +214,6 @@ The following JSON is an example of a default map configuration. See the followi
216
214
- For more information on style Rest API, see [style] in the Maps Creator Rest API reference.
217
215
- For more information on the map configuration Rest API, see [Creator - map configuration Rest API].
218
216
219
-
### Feature statesets
220
-
221
-
Feature statesets are collections of dynamic properties (*states*) that are assigned to dataset features, such as rooms or equipment. An example of a *state* can be temperature or occupancy. Each *state* is a key/value pair that contains the name of the property, the value, and the timestamp of the last update.
222
-
223
-
You can use the [Feature State service] 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.
224
-
225
-
The value of each *state* in a stateset is updated or retrieved by IoT devices or other applications. For example, using the [Feature State Update API], devices measuring space occupancy can systematically post the state change of a room.
226
-
227
-
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].
228
-
229
-
>[!NOTE]
230
-
>Like tilesets, changing a dataset doesn't affect the existing feature stateset, and deleting a feature stateset doesn't affect the dataset to which it's attached.
231
-
232
217
### Wayfinding (preview)
233
218
234
219
The [Wayfinding service] enables you to provide your customers with the shortest path between two points within a facility. Once you've imported your indoor map data and created your dataset, you can use that to create a [routeset]. The routeset provides the data required to generate paths between two points. The wayfinding service takes into account things such as the minimum width of openings and can optionally exclude elevators or stairs when navigating between levels as a result.
@@ -267,23 +252,23 @@ You can use the [Web Feature service] (WFS) to query datasets. WFS follows the O
267
252
268
253
### Alias API
269
254
270
-
Creator services such as Conversion, Dataset, Tileset and Feature State return an identifier for each resource that's created from the APIs. The [Alias API] allows you to assign an alias to reference a resource identifier.
255
+
Creator services such as Conversion, Dataset, and Tileset return an identifier for each resource that's created from the APIs. The [Alias API] allows you to assign an alias to reference a resource identifier.
271
256
272
257
### Indoor Maps module
273
258
274
259
The [Azure Maps Web SDK] includes the Indoor Maps module. This module offers extended functionalities to the Azure Maps *Map Control* library. The Indoor Maps module renders indoor maps created in Creator. It integrates widgets such as *floor picker* that help users to visualize the different floors.
275
260
276
261
You can use the Indoor Maps module to create web applications that integrate indoor map data with other [Azure Maps services]. The most common application setups include adding knowledge from other maps - such as road, imagery, weather, and transit - to indoor maps.
277
262
278
-
The Indoor Maps module also supports dynamic map styling. For a step-by-step walkthrough to implement feature stateset dynamic styling in an application, see [Use the Indoor Map module].
263
+
The Indoor Maps module also supports dynamic map styling for more information, see [Enhance your indoor maps with real-time map feature styling].
279
264
280
265
### Azure Maps integration
281
266
282
267
As you begin to develop solutions for indoor maps, you can discover ways to integrate existing Azure Maps capabilities. For example, you can implement asset tracking or safety scenarios by using the [Geofence service] with Creator indoor maps. For example, you can use the Geofence API to determine whether a worker enters or leaves specific indoor areas. For more information about how to connect Azure Maps with IoT telemetry, see [Tutorial: Implement IoT spatial analytics by using Azure Maps].
283
268
284
269
### Data maintenance
285
270
286
-
You can use the Azure Maps Creator List, Update, and Delete API to list, update, and delete your datasets, tilesets, and feature statesets.
271
+
You can use the Azure Maps Creator List, Update, and Delete API to list, update, and delete your datasetsand tilesets.
287
272
288
273
>[!NOTE]
289
274
>When you review a list of items to determine whether to delete them, consider the impact of that deletion on all dependent API or applications. For example, if you delete a tileset that's being used by an application by means of the [Render - Get Map Tile] API, the application fails to render that tileset.
@@ -307,7 +292,6 @@ The following example shows how to update a dataset, create a new tileset, and d
307
292
[Convert a drawing package]: #convert-a-drawing-package
308
293
[Custom styling service]: #custom-styling-preview
309
294
[Data maintenance]: #data-maintenance
310
-
[feature statesets]: #feature-statesets
311
295
[Indoor Maps module]: #indoor-maps-module
312
296
[Render service]: #render---get-map-tile-api
313
297
[tilesets]: #tilesets
@@ -326,15 +310,12 @@ The following example shows how to update a dataset, create a new tileset, and d
[Enhance your indoor maps with real-time map feature styling]: https://techcommunity.microsoft.com/t5/azure-maps-blog/enhance-your-indoor-maps-with-real-time-map-feature-styling/ba-p/4048929
Copy file name to clipboardExpand all lines: articles/azure-maps/how-to-manage-creator.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ To delete the Creator resource:
48
48
2. Select **Delete**.
49
49
50
50
>[!WARNING]
51
-
>When you delete the Creator resource of your Azure Maps account, you also delete the conversions, datasets, tilesets, and feature statesets that were created using Creator services. Once a Creator resource is deleted, it cannot be undone.
51
+
>When you delete the Creator resource of your Azure Maps account, you also delete the conversions, datasetsand tilesets that were created using Creator services. Once a Creator resource is deleted, it cannot be undone.
52
52
53
53
:::image type="content" source="./media/how-to-manage-creator/creator-delete.png" alt-text="A screenshot of the Azure Maps Creator Resource page with the delete button highlighted.":::
54
54
@@ -89,9 +89,6 @@ Introduction to Creator services for indoor mapping:
89
89
> [!div class="nextstepaction"]
90
90
> [Tileset]
91
91
92
-
> [!div class="nextstepaction"]
93
-
> [Feature State set]
94
-
95
92
Learn how to use the Creator services to render indoor maps in your application:
96
93
97
94
> [!div class="nextstepaction"]
@@ -107,7 +104,6 @@ Learn how to use the Creator services to render indoor maps in your application:
0 commit comments