Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.

CompositeSolids do not appear to work #21

Open
kriskenesei opened this issue Mar 24, 2020 · 0 comments
Open

CompositeSolids do not appear to work #21

kriskenesei opened this issue Mar 24, 2020 · 0 comments

Comments

@kriskenesei
Copy link

I have been trying to visualise some trees generated from AHN3. My trees are CompositeSolids (trunk + canopy), here is an example:

"18b1724e-8e7c-42ce-92d9-5382b0689908": {
	"type": "SolitaryVegetationObject",
		"geometry": [{
			"type": "CompositeSolid",
				"lod": 2.0,
				"boundaries": [
					[
						[
							[[56330, 56332, 56333]], [...], [[56339, 56345, 56341]]
						]
					],
					[
						[
							[[56346, 56349, 56348, 56347]], [...], [[56350, 56353, 56352, 56351]]
						]
					]
				]
		}]
	}

I am reasonably certain that they are topologically valid. Also, the CityJSON importer for QGIS does not have any issues with them and can render them in the 3D viewer.

Very nice webapp by they way! :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant