Skip to content

Commit 2276035

Browse files
committed
Update drawing-package-guide.md
1 parent ee3f7df commit 2276035

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The drawings can be created using any unit of measurement. However, all drawings
6464

6565
The following image shows the Drawing Units window within Autodesk's AutoCAD® software that you can use to verify the unit of measurement.
6666

67-
:::image type="content" source="./media/drawing-package-guide/units.png" alt-text="Drawing Units window within Autodesk's AutoCAD® software":::
67+
:::image type="content" source="./media/drawing-package-guide/units.png" alt-text="Screenshot of the drawing units window in Autodesk's AutoCAD® software.":::
6868

6969
### Alignment
7070

@@ -84,15 +84,15 @@ A single level feature is created from each exterior layer or layers. This level
8484

8585
The following image is taken from the sample package, and shows the exterior layer of the facility in red. The unit layer is turned off to help with visualization.
8686

87-
:::image type="content" source="./media/drawing-package-guide/exterior.png" alt-text="Exterior layer of a facility.":::
87+
:::image type="content" source="./media/drawing-package-guide/exterior.png" alt-text="Screenshot showing the exterior layer of a facility.":::
8888

8989
### Unit layer
9090

9191
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 won't create a unit because there isn’t an entity that represents the unit.
9292

9393
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.
9494

95-
:::image type="content" source="./media/drawing-package-guide/unit.png" alt-text="Unit layer of a facility.":::
95+
:::image type="content" source="./media/drawing-package-guide/unit.png" alt-text="Screenshot showing the unit layer of a facility.":::
9696

9797
### Unit label layer
9898

@@ -104,7 +104,7 @@ Doors are optional. However, doors may be used if you'd like to specify the entr
104104

105105
The following image is taken from the [sample drawing package] and shows a unit with a door (in red) drawn on the unit boundary.
106106

107-
:::image type="content" source="./media/drawing-package-guide/door.png" alt-text="Door layer of a facility.":::
107+
:::image type="content" source="./media/drawing-package-guide/door.png" alt-text="Screenshot showing the door layer of a facility.":::
108108

109109
### Wall layer
110110

@@ -182,15 +182,15 @@ The following example of the `dwgLayers` object in the manifest.
182182

183183
The following image shows the layers from the corresponding DWG drawing viewed in Autodesk's AutoCAD® software.
184184

185-
:::image type="content" source="./media/drawing-package-guide/layer.png" alt-text="DwgLayers in Autodesk's AutoCAD® software":::
185+
:::image type="content" source="./media/drawing-package-guide/layer.png" alt-text="Screenshot showing the DwgLayers in Autodesk's AutoCAD® software.":::
186186

187187
### unitProperties
188188

189189
The `unitProperties` object allows you to define other properties for a unit that you can’t do in the DWG file. Examples could be directory information of a unit or the category type of a unit. A unit property is associated with a unit by having the `unitName` object match the label in the `unitLabel` layer.
190190

191191
The following image is taken from the [sample drawing package]. It displays the unit label that's associated to the unit property in the manifest.
192192

193-
:::image type="content" source="./media/drawing-package-guide/unit-property.png" alt-text="Unit label that will be associated to the unity property in the manifest":::
193+
:::image type="content" source="./media/drawing-package-guide/unit-property.png" alt-text="Screenshot showing the unit label that will be associated to the unity property in the manifest.":::
194194

195195
The following snippet shows the unit property object that is associated with the unit.
196196

0 commit comments

Comments
 (0)