Skip to content

Commit 84592fb

Browse files
committed
minor fixes including author and ms.author
1 parent 9dd2599 commit 84592fb

6 files changed

+20
-25
lines changed

articles/azure-maps/how-to-creator-feature-stateset.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: Create a feature stateset
33
titleSuffix: Microsoft Azure Maps Creator
44
description: How to create a feature stateset using the Creator REST API.
5-
author: stevemunk
6-
ms.author: eriklind
7-
ms.date: 02/28/2023
5+
author: brendansco
6+
ms.author: Brendanc
7+
ms.date: 03/03/2023
88
ms.topic: how-to
99
ms.service: azure-maps
1010
services: azure-maps
@@ -77,7 +77,7 @@ Next, set the `Content-Type` to `application/json` in the **Header** of the requ
7777

7878
If using a tool like [Postman], it should look like this:
7979

80-
:::image type="content" source="./media/tutorial-creator-indoor-maps/stateset-header.png"alt-text="Header tab information for stateset creation.":::
80+
:::image type="content" source="./media/tutorial-creator-indoor-maps/stateset-header.png"alt-text="A screenshot of the header tab information for stateset creation.":::
8181

8282
Finally, in the **Body** of the HTTP request, include the style information in raw JSON format, this applies different colors to the `occupied` property depending on its value:
8383

articles/azure-maps/how-to-creator-wayfinding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Indoor Maps wayfinding service
33
titleSuffix: Microsoft Azure Maps Creator
44
description: How to use the wayfinding service to plot and display routes for indoor maps in Microsoft Azure Maps Creator
5-
author: eriklindeman
6-
ms.author: eriklind
5+
author: brendansco
6+
ms.author: Brendanc
77
ms.date: 10/25/2022
88
ms.topic: how-to
99
ms.service: azure-maps

articles/azure-maps/how-to-creator-wfs.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: Query datasets with WFS API
2+
title: Query datasets using the Web Feature Service
33
titleSuffix: Microsoft Azure Maps Creator
4-
description: How to Query datasets with WFS API
5-
author: stevemunk
6-
ms.author: eriklind
7-
ms.date: 02/28/2023
4+
description: How to Query datasets with Web Feature Service (WFS)
5+
author: brendansco
6+
ms.author: Brendanc
7+
ms.date: 03/03/2023
88
ms.topic: how-to
99
ms.service: azure-maps
1010
services: azure-maps
1111
---
1212

13-
# Query datasets with WFS API
13+
# Query datasets using the Web Feature Service
1414

15-
This article describes how to query Azure Maps Creator [datasets] using [WFS API]. You can use the WFS API to query for all feature collections or a specific collection within a dataset. For example, you can use WFS to find all mid-size meeting rooms in a specific building and floor level.
15+
This article describes how to query Azure Maps Creator [datasets] using [Web Feature Service (WFS)]. You can use the WFS API to query for all feature collections or a specific collection within a dataset. For example, you can use WFS to find all mid-size meeting rooms in a specific building and floor level.
1616

1717
## Prerequisites
1818

@@ -113,6 +113,7 @@ After the response returns, copy the feature `id` for one of the `unit` features
113113
114114
[datasets]: /rest/api/maps/v2/dataset
115115
[WFS API]: /rest/api/maps/v2/wfs
116+
[Web Feature Service (WFS)]: /rest/api/maps/v2/wfs
116117
[Tutorial: Use Creator to create indoor maps]: tutorial-creator-indoor-maps.md
117118
[Check dataset creation status]: tutorial-creator-indoor-maps.md#check-the-dataset-creation-status
118119
[Access to Creator Services]: how-to-manage-creator.md#access-to-creator-services

articles/azure-maps/how-to-dataset-geojson.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Feature IDs can only contain alpha-numeric (a-z, A-Z, 0-9), hyphen (-), dot (.)
132132
133133
### Facility ontology 2.0 validations in the Dataset
134134

135-
[Facility ontology] defines how Azure Maps Creator internally stores facility data, divided into feature classes, in a Creator dataset. When importing a GeoJSON package, anytime a feature is added or modified, a series of validations run. This includes referential integrity checks as well as geometry and attribute validations. These validations are described in more detail below.
135+
[Facility ontology] defines how Azure Maps Creator internally stores facility data, divided into feature classes, in a Creator dataset. When importing a GeoJSON package, anytime a feature is added or modified, a series of validations run. This includes referential integrity checks and geometry and attribute validations. These validations are described in more detail below.
136136

137137
- The maximum number of features that can be imported into a dataset at a time is 150,000.
138138
- The facility area can be between 4 and 4,000 Sq Km.

articles/azure-maps/indoor-map-dynamic-styling.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Implement dynamic styling for Azure Maps Creator indoor maps
33
description: Learn how to Implement dynamic styling for Creator indoor maps
4-
author: eriklindeman
5-
ms.author: eriklind
6-
ms.date: 2/28/2023
4+
author: brendansco
5+
ms.author: Brendanc
6+
ms.date: 03/03/2023
77
ms.topic: how-to
88
ms.service: azure-maps
99
services: azure-maps

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

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: 'Tutorial: Use Microsoft Azure Maps Creator to create indoor maps'
33
titleSuffix: Microsoft Azure Maps
44
description: Tutorial on how to use Microsoft Azure Maps Creator to create indoor maps
5-
author: eriklindeman
6-
ms.author: eriklind
5+
author: brendansco
6+
ms.author: Brendanc
77
ms.date: 01/28/2022
88
ms.topic: tutorial
99
ms.service: azure-maps
@@ -22,12 +22,6 @@ This tutorial describes how to create indoor maps for use in Microsoft Azure Map
2222
> * Create a tileset from the data in your dataset.
2323
> * Get the default map configuration ID from your tileset.
2424
25-
In the next tutorials in the Creator series you'll learn to:
26-
27-
> * Query the Azure Maps Web Feature Service (WFS) API to learn about your map features.
28-
> * Create a feature stateset that can be used to set the states of features in your dataset.
29-
> * Update the state of a given map feature.
30-
3125
> [!TIP]
3226
> You can also create a dataset from a GeoJSON package. For more information, see [Create a dataset using a GeoJson package (Preview)](how-to-dataset-geojson.md).
3327

0 commit comments

Comments
 (0)