Skip to content

Commit f395107

Browse files
committed
Fix typo in building feature docs (very minor)
1 parent 9379fcf commit f395107

3 files changed

Lines changed: 2 additions & 13 deletions

File tree

packages/overture-schema-buildings-theme/src/overture/schema/buildings/building.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ class Building(
144144
Appearance,
145145
):
146146
"""
147-
Buildings are man-made structures with roofs that exists permanently in one place.
147+
Buildings are man-made structures with roofs that exist permanently in one place.
148148
149149
A building's geometry represents the two-dimensional footprint of the building as viewed from
150150
directly above, looking down. Fields such as `height` and `num_floors` allow the

packages/overture-schema-buildings-theme/tests/building_baseline_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@
392392
}
393393
},
394394
"additionalProperties": false,
395-
"description": "Buildings are man-made structures with roofs that exists permanently in one place.\n\nA building's geometry represents the two-dimensional footprint of the building as viewed from\ndirectly above, looking down. Fields such as `height` and `num_floors` allow the\nthree-dimensional shape to be approximated. Some buildings, identified by the `has_parts` field,\nhave associated `BuildingPart` features which can be used to generate a more representative 3D\nmodel of the building.",
395+
"description": "Buildings are man-made structures with roofs that exist permanently in one place.\n\nA building's geometry represents the two-dimensional footprint of the building as viewed from\ndirectly above, looking down. Fields such as `height` and `num_floors` allow the\nthree-dimensional shape to be approximated. Some buildings, identified by the `has_parts` field,\nhave associated `BuildingPart` features which can be used to generate a more representative 3D\nmodel of the building.",
396396
"properties": {
397397
"bbox": {
398398
"description": "An optional bounding box for the feature",

uv.lock

Lines changed: 0 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)