Skip to content

Commit 3e3a46c

Browse files
committed
removed important Wayfinding comment.
1 parent 9bdfe52 commit 3e3a46c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The following image is taken from the sample package, and shows the exterior lay
9191

9292
### Unit layer
9393

94-
Units are navigable spaces in the building, such as offices, hallways, stairs, and elevators. A closed entity type such as Polygon, closed Polyline, Circle, or closed Ellipse is required to represent each unit. So, walls and doors alone doesn't create a unit because there isn’t an entity that represents the unit.
94+
Units are navigable spaces in the building, such as offices, hallways, stairs, and elevators. A closed entity type such as Polygon, closed Polyline, Circle, or closed Ellipse is required to represent each unit. So, walls and doors alone don't create a unit because there isn’t an entity that represents the unit.
9595

9696
The following image is taken from the [sample drawing package] and shows the unit label layer and unit layer in red. All other layers are turned off to help with visualization. Also, one unit is selected to help show that each unit is a closed Polyline.
9797

@@ -315,13 +315,6 @@ Defining text properties enables you to associate text entities that fall inside
315315

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

318-
> [!IMPORTANT]
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:
320-
>
321-
> 1. Wall
322-
> 2. Stair
323-
> 3. Elevator
324-
325318
### georeference
326319

327320
Georeferencing is used to specify the exterior profile, location and rotation of the facility.

0 commit comments

Comments
 (0)