Skip to content

Commit 0c95f1f

Browse files
authored
Merge pull request #112810 from stevemunk/onboarding-tool-updates
Updates to the onboarding tool.
2 parents 8ec87fd + 111b549 commit 0c95f1f

File tree

6 files changed

+14
-18
lines changed

6 files changed

+14
-18
lines changed

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

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,18 @@ The following example is taken from the [sample drawing package v2]. The facilit
308308

309309
:::image type="content" source="./media/creator-indoor-maps/onboarding-tool/facility-levels.png" alt-text="Screenshot showing the facility levels tab of the Azure Maps Creator onboarding tool.":::
310310

311+
### Georeference
312+
313+
Georeferencing is used to specify the exterior profile, location and rotation of the facility.
314+
315+
The [facility level] defines the exterior profile as it appears on the map and is selected from the list of DWG layers in the **Exterior** drop-down list.
316+
317+
The **Anchor Point Longitude** and **Anchor Point Latitude** specify the facility's location, the default value is zero (0).
318+
319+
The **Anchor Point Angle** is specified in degrees between true north and the drawing's vertical (Y) axis, the default value is zero (0).
320+
321+
:::image type="content" source="./media/creator-indoor-maps/onboarding-tool/georeference.png" alt-text="Screenshot showing the default settings in the georeference tab of the Azure Maps Creator onboarding tool. The default settings are zero for all anchor points including longitude, latitude and angle.":::
322+
311323
### DWG layers
312324

313325
The `dwgLayers` object is used to specify the DWG layer names where feature classes can be found. To receive a properly converted facility, it's important to provide the correct layer names. For example, a DWG wall layer must be provided as a wall layer and not as a unit layer. The drawing can have other layers such as furniture or plumbing; but, the Azure Maps Conversion service ignores anything not specified in the manifest.
@@ -322,25 +334,9 @@ Defining text properties enables you to associate text entities that fall inside
322334
> 2. Stair
323335
> 3. Elevator
324336
325-
### georeference
326-
327-
Georeferencing is used to specify the exterior profile, location and rotation of the facility.
328-
329-
The [facility level] defines the exterior profile as it appears on the map and is selected from the list of DWG layers in the **Exterior** drop-down list.
330-
331-
The **Anchor Point Longitude** and **Anchor Point Latitude** specify the facility's location, the default value is zero (0).
332-
333-
The **Anchor Point Angle** is specified in degrees between true north and the drawing's vertical (Y) axis, the default value is zero (0).
334-
335-
:::image type="content" source="./media/creator-indoor-maps/onboarding-tool/georeference.png" alt-text="Screenshot showing the default settings in the georeference tab of the Azure Maps Creator onboarding tool. The default settings are zero for all anchor points including longitude, latitude and angle.":::
336-
337-
You position the facility's location by entering either an address or longitude and latitude values. You can also pan the map to make minor adjustments to the facility's location.
338-
339-
:::image type="content" source="./media/creator-indoor-maps/onboarding-tool/georeference-location-defined.png" alt-text="Screenshot showing the georeference tab of the Azure Maps Creator onboarding tool with values entered for longitude and latitude.":::
340-
341-
### Review and download
337+
### Download
342338

343-
When finished, select the **Review + Download** button to view the manifest. When you finished verifying that it's ready, select the **Download** button to save it locally so that you can include it in the drawing package to import into your Azure Maps Creator resource.
339+
When finished, select the **Download** button to view the manifest. When you finished verifying that it's ready, select the **Download** button to save it locally so that you can include it in the drawing package to import into your Azure Maps Creator resource.
344340

345341
:::image type="content" source="./media/creator-indoor-maps/onboarding-tool/review-download.png" alt-text="Screenshot showing the manifest JSON.":::
346342

25.8 KB
Loading
153 KB
Loading
33 KB
Loading
125 KB
Loading
1.93 KB
Loading

0 commit comments

Comments
 (0)