fhb1990 / CityJSON-viewer

Online viewer for CityJSON files.
1 stars 8 forks source link

Representation of inner rings. #8

Open fhb1990 opened 5 years ago

fhb1990 commented 5 years ago

The geometries used in CityJSON might contains inner boundaries which model holes in surfaces and solids. For now, the viewer only accepts triangulated CityJSON files (see #3). Triangulated geometries do not have holes anymore, therefore the current viewer does not process information pertaining to holes / inner rings yet. When non-triangulated files are accepted, this needs to be taken care of.