Skip to content

Commit db96756

Browse files
authored
Merge pull request #107053 from stevemunk/conversion-v2-1
minor updates to the drawing package guide/requirements
2 parents 3f9c493 + 0be6572 commit db96756

File tree

2 files changed

+39
-40
lines changed

2 files changed

+39
-40
lines changed

articles/azure-maps/drawing-package-guide.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ zone_pivot_groups: drawing-package-version
1515

1616
:::zone pivot="drawing-package-v1"
1717

18-
This guide shows you how to prepare your Drawing Package for the [Azure Maps Conversion service] using specific CAD commands to correctly prepare your DWG files and manifest file for the Conversion service.
18+
This guide shows you how to prepare your Drawing Package for the Azure Maps [Conversion service] using specific CAD commands to correctly prepare your DWG files and manifest file for the Conversion service.
1919

2020
To start with, make sure your Drawing Package is in .zip format, and contains the following files:
2121

@@ -117,7 +117,7 @@ The wall layer is meant to represent the physical extents of a facility such as
117117

118118
The drawing package Manifest is a JSON file. The Manifest tells the Azure Maps Conversion service how to read the facility DWG files and metadata. Some examples of this information could be the specific information each DWG layer contains, or the geographical location of the facility.
119119

120-
To achieve a successful conversion, all “required” properties must be defined. A sample manifest file can be found inside the [sample drawing package]. This guide doesn't cover properties supported by the manifest. For more information about manifest properties, see [Manifest File Properties].
120+
To achieve a successful conversion, all “required” properties must be defined. A sample manifest file can be found inside the [sample drawing package]. This guide doesn't cover properties supported by the manifest. For more information about manifest properties, see [Manifest file requirements].
121121

122122
### Building levels
123123

@@ -227,7 +227,7 @@ You should now have all the DWG drawings prepared to meet Azure Maps Conversion
227227

228228
:::zone pivot="drawing-package-v2"
229229

230-
This guide shows you how to prepare your Drawing Package for the Azure Maps [Conversion service v2]. A Drawing Package contains one or more DWG drawing files for a single facility and a manifest file describing the DWG files.
230+
This guide shows you how to prepare your Drawing Package for the Azure Maps [Conversion service]. A Drawing Package contains one or more DWG drawing files for a single facility and a manifest file describing the DWG files.
231231

232232
If you don't have your own package to reference along with this guide, you may download the [sample drawing package v2].
233233

@@ -288,7 +288,7 @@ For a better understanding of layers and feature classes, see [Drawing Package R
288288

289289
The drawing package Manifest is a JSON file. The Manifest tells the Azure Maps Conversion service how to read the facility DWG files and metadata. Some examples of this information could be the specific information each DWG layer contains, or the geographical location of the facility.
290290

291-
To achieve a successful conversion, all “required” properties must be defined. A sample manifest file can be found inside the [sample drawing package v2]. This guide doesn't cover properties supported by the manifest. For more information about manifest properties, see [Manifest File Properties].
291+
To achieve a successful conversion, all “required” properties must be defined. A sample manifest file can be found inside the [sample drawing package v2]. This guide doesn't cover properties supported by the manifest. For more information about manifest properties, see [Manifest file requirements].
292292

293293
The manifest can be created manually in any text editor, or can be created using the Azure Maps Creator onboarding tool. This guide provides examples for each.
294294

@@ -316,7 +316,7 @@ Defining text properties enables you to associate text entities that fall inside
316316
:::image type="content" source="./media/creator-indoor-maps/onboarding-tool/dwg-layers.png" alt-text="Screenshot showing the create a new manifest screen of the onboarding tool.":::
317317

318318
> [!IMPORTANT]
319-
> Wayfinding support for `Drawing Package 2.0` will be supported in the near future. The following feature class should be defined (non-case sensitive) in order to use [wayfinding]. `Wall` will be treated as an obstruction for a given path request. `Stair` and `Elevator` will be treated as level connectors to navigate across floors:
319+
> Wayfinding support for `Drawing Package 2.0` will be available soon. The following feature class should be defined (not case sensitive) in order to use [wayfinding]. `Wall` will be treated as an obstruction for a given path request. `Stair` and `Elevator` will be treated as level connectors to navigate across floors:
320320
>
321321
> 1. Wall
322322
> 2. Stair
@@ -356,16 +356,15 @@ You should now have all the DWG drawings prepared to meet Azure Maps Conversion
356356
> [Tutorial: Creating a Creator indoor map]
357357
358358
<!--------------------- Drawing Package v1 links--------------------------------------------------->
359-
[Azure Maps Conversion service]: /rest/api/maps/v2/conversion
360359
[sample drawing package]: https://github.com/Azure-Samples/am-creator-indoor-data-examples/tree/master/Drawing%20Package%201.0
361-
[Manifest File Properties]: drawing-requirements.md#manifest-file-requirements
360+
[Manifest file requirements]: drawing-requirements.md#manifest-file-requirements-1
362361
[Drawing Package Requirements]: drawing-requirements.md
363362
[Tutorial: Creating a Creator indoor map]: tutorial-creator-indoor-maps.md
364363

365364
<!--------------------- Drawing Package v2 links--------------------------------------------------->
366-
[Conversion service v2]: https://aka.ms/creator-conversion
365+
[Conversion service]: https://aka.ms/creator-conversion
367366
[sample drawing package v2]: https://github.com/Azure-Samples/am-creator-indoor-data-examples/tree/master/Drawing%20Package%202.0
368367
[Azure Maps Creator onboarding tool]: https://azure.github.io/azure-maps-creator-onboarding-tool
369-
[manifest files]: /azure/azure-maps/drawing-requirements#manifest-file-requirements
368+
[manifest files]: drawing-requirements.md#manifest-file-1
370369
[wayfinding]: creator-indoor-maps.md#wayfinding-preview
371370
[facility level]: drawing-requirements.md#facility-level

0 commit comments

Comments
 (0)