Skip to content

Commit 349c8f6

Browse files
Merge pull request #227781 from eriklindeman/erikazuremaps
Changes to the reference section of the TOC
2 parents 01620bb + 0592c6c commit 349c8f6

File tree

5 files changed

+72
-74
lines changed

5 files changed

+72
-74
lines changed

articles/azure-maps/creator-facility-ontology.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Facility Ontology in Microsoft Azure Maps Creator
33
description: Facility Ontology that describes the feature class definitions for Azure Maps Creator
4-
author: stevemunk
5-
ms.author: v-munksteve
6-
ms.date: 11/08/2022
4+
author: eriklindeman
5+
ms.author: eriklind
6+
ms.date: 02/17/2023
77
ms.topic: conceptual
88
ms.service: azure-maps
99
services: azure-maps
@@ -545,6 +545,13 @@ The `category` class feature defines category names. For example: "room.conferen
545545

546546
:::zone-end
547547

548+
## Next steps
549+
550+
Learn more about Creator for indoor maps by reading:
551+
552+
> [!div class="nextstepaction"]
553+
> [Creator for indoor maps](creator-indoor-maps.md)
554+
548555
[conversion]: /rest/api/maps/v2/conversion
549556
[geojsonpoint]: /rest/api/maps/v2/wfs/get-features#geojsonpoint
550557
[GeoJsonPolygon]: /rest/api/maps/v2/wfs/get-features?tabs=HTTP#geojsonpolygon

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

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Use Azure Maps Drawing Error Visualizer
33
description: In this article, you'll learn about how to visualize warnings and errors returned by the Creator Conversion API.
4-
author: stevemunk
5-
ms.author: v-munksteve
6-
ms.date: 05/26/2021
4+
author: eriklindeman
5+
ms.author: eriklind
6+
ms.date: 02/17/2023
77
ms.topic: conceptual
88
ms.service: azure-maps
99
services: azure-maps
@@ -85,19 +85,7 @@ Once the _ConversionWarningsAndErrors.json_ file loads, you'll see a list of you
8585

8686
## Next steps
8787

88-
Once your [Drawing package meets the requirements](drawing-requirements.md), you can use the [Azure Maps Dataset service](/rest/api/maps/v2/conversion) to convert the Drawing package to a dataset. Then, you can use the Indoor Maps web module to develop your application. Learn more by reading the following articles:
89-
90-
> [!div class="nextstepaction"]
91-
> [Drawing Conversion error codes](drawing-conversion-error-codes.md)
92-
93-
> [!div class="nextstepaction"]
94-
> [Drawing Package Guide](drawing-package-guide.md)
88+
Learn more by reading:
9589

9690
> [!div class="nextstepaction"]
9791
> [Creator for indoor maps](creator-indoor-maps.md)
98-
99-
> [!div class="nextstepaction"]
100-
> [Use the Indoor Maps module](how-to-use-indoor-module.md)
101-
102-
> [!div class="nextstepaction"]
103-
> [Implement indoor map dynamic styling](indoor-map-dynamic-styling.md)

articles/azure-maps/drawing-requirements.md

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: Drawing package requirements in Microsoft Azure Maps Creator
33
titleSuffix: Microsoft Azure Maps Creator
44
description: Learn about the Drawing package requirements to convert your facility design files to map data
5-
author: stevemunk
6-
ms.author: v-munksteve
7-
ms.date: 03/18/2022
5+
author: eriklindeman
6+
ms.author: eriklind
7+
ms.date: 02/17/2023
88
ms.topic: conceptual
99
ms.service: azure-maps
1010
services: azure-maps
@@ -417,22 +417,10 @@ Below is the manifest file for the sample Drawing package. Go to the [Sample Dra
417417

418418
## Next steps
419419

420-
When your Drawing package meets the requirements, you can use the [Azure Maps Conversion service](/rest/api/maps/v2/conversion) to convert the package to a map dataset. Then, you can use the dataset to generate an indoor map by using the indoor maps module.
421-
422-
> [!div class="nextstepaction"]
423-
> [Creator Facility Ontology](creator-facility-ontology.md)
424-
425-
> [!div class="nextstepaction"]
426-
> [Creator for indoor maps](creator-indoor-maps.md)
427-
428-
> [!div class="nextstepaction"]
429-
> [Drawing Package Guide](drawing-package-guide.md)
430-
431-
> [!div class="nextstepaction"]
432-
> [Creator for indoor maps](creator-indoor-maps.md)
433-
434420
> [!div class="nextstepaction"]
435421
> [Tutorial: Creating a Creator indoor map](tutorial-creator-indoor-maps.md)
436422
423+
Learn more by reading:
424+
437425
> [!div class="nextstepaction"]
438-
> [Indoor maps dynamic styling](indoor-map-dynamic-styling.md)
426+
> [Creator for indoor maps](creator-indoor-maps.md)

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

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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: stevemunk
5-
ms.author: v-munksteve
6-
ms.date: 12/07/2020
4+
author: eriklindeman
5+
ms.author: eriklind
6+
ms.date: 02/17/2023
77
ms.topic: reference
88
ms.service: azure-maps
99
services: azure-maps
@@ -233,4 +233,11 @@ The following JSON illustrates a `BooleanTypeStyleRule` *state* named `occupied`
233233
}
234234
]
235235
}
236-
```
236+
```
237+
238+
## Next steps
239+
240+
Learn more about Creator for indoor maps by reading:
241+
242+
> [!div class="nextstepaction"]
243+
> [Creator for indoor maps](creator-indoor-maps.md)

articles/azure-maps/toc.yml

Lines changed: 41 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,7 @@ items:
252252
- name: Custom styling for indoor maps
253253
href: how-to-create-custom-styles.md
254254
- name: Indoor maps wayfinding service
255-
href: how-to-creator-wayfinding.md
256-
- name: Drawing error visualizer
257-
href: drawing-error-visualizer.md
255+
href: how-to-creator-wayfinding.md
258256
- name: Spatial IO module
259257
items:
260258
- name: Use the spatial IO module
@@ -383,14 +381,20 @@ items:
383381
href: how-to-show-attribution.md
384382
- name: Reference
385383
items:
386-
- name: API and parameter extensions
387-
items:
384+
- name: Creator Indoor Maps
385+
items:
386+
- name: Drawing error visualizer
387+
href: drawing-error-visualizer.md
388388
- name: Drawing package requirements
389389
href: drawing-requirements.md
390390
- name: Drawing package guide
391391
href: drawing-package-guide.md
392392
- name: Dynamic maps StylesObject
393393
href: schema-stateset-stylesobject.md
394+
- name: Facility Ontology
395+
href: creator-facility-ontology.md
396+
- name: API and parameter extensions
397+
items:
394398
- name: Vehicle consumption model
395399
href: consumption-model.md
396400
- name: Extended GeoJSON format
@@ -399,50 +403,54 @@ items:
399403
href: geofence-geojson.md
400404
- name: Supported search categories
401405
href: supported-search-categories.md
402-
- name: Facility Ontology
403-
href: creator-facility-ontology.md
404406
- name: REST
405407
items:
406-
- name: Data service
408+
- name: Overview
409+
href: /rest/api/maps
410+
- name: Data
407411
href: /rest/api/maps/data
408-
- name: Data service V2
412+
- name: Data V2
409413
href: /rest/api/maps/data-v2
410-
- name: Elevation service
414+
- name: Elevation
411415
href: /rest/api/maps/elevation
412-
- name: Geolocation service
416+
- name: Geolocation
413417
href: /rest/api/maps/geolocation
414-
- name: Render service
418+
- name: Render
415419
href: /rest/api/maps/render
416-
- name: Render service V2
420+
- name: Render V2
417421
href: /rest/api/maps/render-v2
418-
- name: Route service
422+
- name: Route
419423
href: /rest/api/maps/route
420-
- name: Search service
424+
- name: Search
421425
href: /rest/api/maps/search
422-
- name: Search service V2
426+
- name: Search V2
423427
href: /rest/api/maps/search-v2
424-
- name: Spatial service
428+
- name: Spatial
425429
href: /rest/api/maps/spatial
426-
- name: Timezone service
430+
- name: Timezone
427431
href: /rest/api/maps/timezone
428-
- name: Traffic service
432+
- name: Traffic
429433
href: /rest/api/maps/traffic
430-
- name: Weather services
434+
- name: Weather
431435
href: /rest/api/maps/weather
432-
- name: Maps Creator service
436+
- name: Maps Creator
433437
items:
434-
- name: Alias service
435-
href: /rest/api/maps/v2/alias
436-
- name: Conversion service
437-
href: /rest/api/maps/v2/conversion
438-
- name: Dataset service
439-
href: /rest/api/maps/v2/dataset
440-
- name: Feature State service
441-
href: /rest/api/maps/v2/feature-state
442-
- name: Tileset service
443-
href: /rest/api/maps/v2/tileset
444-
- name: WFS service
445-
href: /rest/api/maps/v2/wfs
438+
- name: Overview
439+
href: /rest/api/maps-creator/
440+
- name: V2
441+
items:
442+
- name: Alias
443+
href: /rest/api/maps/v2/alias
444+
- name: Conversion
445+
href: /rest/api/maps/v2/conversion
446+
- name: Dataset
447+
href: /rest/api/maps/v2/dataset
448+
- name: Feature State
449+
href: /rest/api/maps/v2/feature-state
450+
- name: Tileset
451+
href: /rest/api/maps/v2/tileset
452+
- name: WFS
453+
href: /rest/api/maps/v2/wfs
446454
- name: V20220901Preview
447455
items:
448456
- name: Dataset

0 commit comments

Comments
 (0)