From 0568fe5ad72867588588c5db74133a2a4b9ed91a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Dukai?= Date: Tue, 15 Oct 2024 07:32:45 +0200 Subject: [PATCH] Clarify Transportation geometry types --- specs/specs.bs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/specs/specs.bs b/specs/specs.bs index af9cbba..7b53878 100644 --- a/specs/specs.bs +++ b/specs/specs.bs @@ -626,6 +626,8 @@ Four City Objects are related to transportation: - `"Waterway"` - `"TransportSquare"` (to model for instance parking lots and squares) +The geometry of a City Object of the transportation types (`"Road"`, `"Railway"`, `"Waterway"`, `"TransportSquare"`) can only be represented with these Geometry Objects: (1) `"MultiLineString"`, (2) `"MultiSurface"`, (3) `"CompositeSurface"`. + Observe that the "Section", "Intersection", and "Track" classes from CityGML are omitted because they can be easily specified using specific attributes. ```json