1. A concise explanation of the problem you’re experiencing.
I tried to publish the data in CityGML format to the web using 3DcityDB and 3DcityDBwebclient. Using 3DImporterExporter tool I successfully convert the data to KML/COLLDA format.
By using Add layer option in 3Dwebclient page (index.html) I published the Collada and Json files and created scene URL. Here I am facing couple of problems:
Problem 1 : When I load my entire data after some time I encounter the error “Render has stopped” with the following error:
An error occurred while rendering. Rendering has stopped.
DeveloperError: Expected width to be greater than 0, actual value was 0 Error
at new DeveloperError ([http://localhost:8000/ThirdParty/Cesium/Cesium.js:540:19](http://localhost:8000/ThirdParty/Cesium/Cesium.js:540:19))
at Function.Check.typeOf.number.greaterThan ([http://localhost:8000/ThirdParty/Cesium/Cesium.js:699:19](http://localhost:8000/ThirdParty/Cesium/Cesium.js:699:19))
at new Texture ([http://localhost:8000/ThirdParty/Cesium/Cesium.js:88180:29](http://localhost:8000/ThirdParty/Cesium/Cesium.js:88180:29))
at createTextures ([http://localhost:8000/ThirdParty/Cesium/Cesium.js:208711:36](http://localhost:8000/ThirdParty/Cesium/Cesium.js:208711:36))
at updateFramebuffers ([http://localhost:8000/ThirdParty/Cesium/Cesium.js:208757:13](http://localhost:8000/ThirdParty/Cesium/Cesium.js:208757:13))
at GlobeDepth.update ([http://localhost:8000/ThirdParty/Cesium/Cesium.js:208838:9](http://localhost:8000/ThirdParty/Cesium/Cesium.js:208838:9))
at updateAndClearFramebuffers ([http://localhost:8000/ThirdParty/Cesium/Cesium.js:224894:31](http://localhost:8000/ThirdParty/Cesium/Cesium.js:224894:31))
at executeCommandsInViewport ([http://localhost:8000/ThirdParty/Cesium/Cesium.js:224719:17](http://localhost:8000/ThirdParty/Cesium/Cesium.js:224719:17))
at updateAndExecuteCommands ([http://localhost:8000/ThirdParty/Cesium/Cesium.js:224575:13](http://localhost:8000/ThirdParty/Cesium/Cesium.js:224575:13))
at render ([http://localhost:8000/ThirdParty/Cesium/Cesium.js:225111:9](http://localhost:8000/ThirdParty/Cesium/Cesium.js:225111:9))
Problem 2 : Failed to display the attributes in the web page (ref BrowserError.PNG ), but attributes are displayed when I used Google earth pro (ref GoogleEarth.PNG) .
Kindly help me to resolve this issue.
2. A minimal code example. If you’ve found a bug, this helps us reproduce and repair it.
3. Context. Why do you need to do this? We might know a better way to accomplish your goal.
4. The Cesium version you’re using, your operating system and browser.
1. A concise explanation of the problem you’re experiencing.
I tried to publish my data in citygml format to the web using 3DCityDB ,Cesium
2. A minimal code example. If you’ve found a bug, this helps us reproduce and repair it.
3. Context. Why do you need to do this? We might know a better way to accomplish your goal.
4. The Cesium version you’re using, your operating system and browser.