You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-maps/drawing-package-guide.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ The drawings can be created using any unit of measurement. However, all drawings
64
64
65
65
The following image shows the Drawing Units window within Autodesk's AutoCAD® software that you can use to verify the unit of measurement.
66
66
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.":::
68
68
69
69
### Alignment
70
70
@@ -84,15 +84,15 @@ A single level feature is created from each exterior layer or layers. This level
84
84
85
85
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.
86
86
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.":::
88
88
89
89
### Unit layer
90
90
91
91
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.
92
92
93
93
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.
94
94
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.":::
96
96
97
97
### Unit label layer
98
98
@@ -104,7 +104,7 @@ Doors are optional. However, doors may be used if you'd like to specify the entr
104
104
105
105
The following image is taken from the [sample drawing package] and shows a unit with a door (in red) drawn on the unit boundary.
106
106
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.":::
108
108
109
109
### Wall layer
110
110
@@ -182,15 +182,15 @@ The following example of the `dwgLayers` object in the manifest.
182
182
183
183
The following image shows the layers from the corresponding DWG drawing viewed in Autodesk's AutoCAD® software.
184
184
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.":::
186
186
187
187
### unitProperties
188
188
189
189
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.
190
190
191
191
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.
192
192
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.":::
194
194
195
195
The following snippet shows the unit property object that is associated with the unit.
0 commit comments