Skip to content

Commit f7bb1f2

Browse files
authored
Merge pull request #111168 from stevemunk/creator-author-update
Updated author, ms.author and other metadata in several Creator Articles.
2 parents 128407e + a758e46 commit f7bb1f2

6 files changed

+18
-16
lines changed

articles/azure-maps/drawing-conversion-error-codes.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: Azure Maps Drawing Conversion errors and warnings
3+
titleSuffix: Microsoft Azure Maps Creator
34
description: Learn about the Conversion errors and warnings you may meet while you're using the Azure Maps Conversion service. Read the recommendations on how to resolve the errors and the warnings, with some examples.
4-
author: eriklindeman
5-
ms.author: eriklind
5+
author: brendansco
6+
ms.author: brendanc
67
ms.date: 05/21/2021
78
ms.topic: conceptual
89
ms.service: azure-maps

articles/azure-maps/drawing-error-visualizer.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: Use Azure Maps Drawing Error Visualizer
3+
titleSuffix: Microsoft Azure Maps Creator
34
description: This article demonstrates how to visualize warnings and errors returned by the Creator Conversion API.
4-
author: eriklindeman
5-
ms.author: eriklind
5+
author: brendansco
6+
ms.author: brendanc
67
ms.date: 02/17/2023
78
ms.topic: conceptual
89
ms.service: azure-maps

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: Manage Microsoft Azure Maps Creator
3+
titleSuffix: Microsoft Azure Maps Creator
34
description: This article demonstrates how to manage Microsoft Azure Maps Creator.
4-
author: eriklindeman
5-
ms.author: eriklind
5+
author: brendansco
6+
ms.author: brendanc
67
ms.date: 01/20/2022
78
ms.topic: how-to
89
ms.service: azure-maps

articles/azure-maps/how-to-use-indoor-module.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: Use the Azure Maps Indoor Maps module with Microsoft Creator services with custom styles (preview)
3+
titleSuffix: Microsoft Azure Maps Creator
34
description: Learn how to use the Microsoft Azure Maps Indoor Maps module to render maps by embedding the module's JavaScript libraries.
4-
author: eriklindeman
5-
ms.author: eriklind
5+
author: brendansco
6+
ms.author: brendanc
67
ms.date: 09/23/2022
78
ms.topic: how-to
89
ms.service: azure-maps

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Implement dynamic styling for Azure Maps Creator indoor maps
3+
titleSuffix: Microsoft Azure Maps Creator
34
description: Learn how to Implement dynamic styling for Creator indoor maps
45
author: brendansco
56
ms.author: Brendanc

articles/azure-maps/schema-stateset-stylesobject.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
title: StylesObject Schema reference guide for Dynamic Azure Maps
33
description: Reference guide to the dynamic Azure Maps StylesObject schema and syntax.
4-
author: eriklindeman
5-
ms.author: eriklind
4+
author: brendansco
5+
ms.author: brendanc
66
ms.date: 02/17/2023
77
ms.topic: reference
88
ms.service: azure-maps
99
services: azure-maps
10-
1110
---
1211

1312
# StylesObject Schema reference guide for dynamic Maps
@@ -18,14 +17,12 @@ services: azure-maps
1817

1918
A `StyleObject` is one of the following style rules:
2019

21-
* [`BooleanTypeStyleRule`](#booleantypestylerule)
22-
* [`NumericTypeStyleRule`](#numerictypestylerule)
23-
* [`StringTypeStyleRule`](#stringtypestylerule)
20+
* [`BooleanTypeStyleRule`](#booleantypestylerule)
21+
* [`NumericTypeStyleRule`](#numerictypestylerule)
22+
* [`StringTypeStyleRule`](#stringtypestylerule)
2423

2524
The JSON below shows example usage of each of the three style types. The `BooleanTypeStyleRule` is used to determine the dynamic style for features whose `occupied` property is true and false. The `NumericTypeStyleRule` is used to determine the style for features whose `temperature` property falls within a certain range. Finally, the `StringTypeStyleRule` is used to match specific styles to `meetingType`.
2625

27-
28-
2926
```json
3027
"styles": [
3128
{

0 commit comments

Comments
 (0)