Skip to content

skrausler/3dcitydb-web-map

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

175 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3dcitydb-web-map

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

Demos

Demo 1: Visualization of semantic 3D City Model of Berlin. This Demo shows all Berlin buildings (> 500,000) with textured 3D geometries (LoD2) and thematic attributes per building

Demo 2: Visualization of semantic 3D City Model of Berlin. This Demo shows all Berlin buildings (> 500,000) with different level of detail 3D geometries (LoD1 and LoD2) and thematic attributes per building

Demo 3: Visualization of semantic 3D city model of New York City (NYC), This Demo shows all NYC buildings (> 1 million), roads (> 140,000), and lots (> 800,000) – all with 3D geometries (LoD1) and thematic attributes per object

Multi-Selection (CTRL + LeftClick), Highlighting, attribute query and showing/hiding objects are supported.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 99.8%
  • Other 0.2%