Cesium based web mapping providing building layers to be included in Cesium.
Multiple implementations to highlight and hide/show buildings.
Architecture overview:
Web-Map3DCityDB (3dcitydb-web-map.js) -> wraps the cesium viewer, allows to add building layers
Layer3DCityDB (3dcitydb-layer.js) -> interface for building layers
|
| instances
|
--> TMSObjectLayer (tmsobjectlayer.js) --> implementation by virtualcitySYSTEMS
--> CitydbKmlLayer (CitydbKmlLayer.js) --> implementation by TU Muenchen
Examples of both implementations can be found under ./examples
Multi-Selection (CTRL + LeftClick), Highlighting, attribute query and showing/hiding objects are supported.