Skip to content

Commit 7337c53

Browse files
authored
Update how-to-dataset-geojson.md
Acro edit.
1 parent 81b1547 commit 7337c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-maps/how-to-dataset-geojson.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Feature IDs can only contain alpha-numeric (a-z, A-Z, 0-9), hyphen (-), dot (.)
139139
- The top level element is [facility], which defines each building in the file *facility.geojson*.
140140
- Each facility has one or more levels, which are defined in the file *levels.goejson*.
141141
- Each level must be inside the facility.
142-
- Each [level] contain [units], [structures], [verticalPenetrations] and [openings]. All of the items defined in the level must be fully contained within the Level geometry.
142+
- Each [level] contains [units], [structures], [verticalPenetrations] and [openings]. All of the items defined in the level must be fully contained within the Level geometry.
143143
- `unit` can consist of an array of items such as hallways, offices and courtyards, which are defined by [area], [line] or [point] elements. Units are defined in the file *unit.goejson*.
144144
- All `unit` elements must be fully contained within their level and intersect with their children.
145145
- `structure` defines physical, non-overlapping areas that can't be navigated through, such as a wall. Structures are defined in the file *structure.goejson*.

0 commit comments

Comments
 (0)