Fog BoundingBox Clarification
Describe the bug
Fog uses the BoundingBox tag for its "area". Within BoundingBox the Center is described with: "Represents the geometrical center of the bounding box expressed in coordinates that refer to the coordinate system of the entity (e.g. the vehicle coordinate system)." (https://www.asam.net/static_downloads/ASAM_OpenSCENARIO_V1.2.0_Model_Documentation/modelDocumentation/content/BoundingBox.html) Fog cannot refer to the coordinate system of the entity as it is used within a GlobalAction and it is intended to be set in world coordinates.
Describe how to reproduce the bug
See documentation of Fog: https://www.asam.net/static_downloads/ASAM_OpenSCENARIO_V1.2.0_Model_Documentation/modelDocumentation/content/Fog.html and documentation of BoundingBox: https://www.asam.net/static_downloads/ASAM_OpenSCENARIO_V1.2.0_Model_Documentation/modelDocumentation/content/BoundingBox.html
Describe the expected behavior
Fitting descriptions. So we should either state in the Fog description explicitly that the Center is in world coordinate system or change the description of BoundingBox, so that it does not confuse users.