You will be signed up for a Community plan, which is free for non-commercial use or unfunded educational activities. You can read more information on our pricing page to determine if you need to upgrade to a commercial plan: https://cesium.com/pricing/
After you have your account, you’ll be able to add Cesium World Terrain to your cesium application using this code:
Let us know if you have any questions. You can send an email to tim@cesium.com if you need more information or would like to discuss things outside the public forum.
I am a Japanese college student and I use Cesium in my research activities.
Because English is not good at it, it may be a childish sentence, but please forgive me.
I am developing a simulator as if the image is moving on the map by displaying the image on the map displayed by Cesium and shifting the center latitude and the center longitude of the image.
To obtain the latitude and longitude, we use the following code.
Didn't get any error in console. I have tried in asset Sandcastle link and it is working here. but when i will try in my application it didn't work. Please check this link:
The Sandcastle you linked is only loading Cesium World Terrain (asset id 1) as opposed to your terrain (with asset id 3965). Is this the Sandcastle link you got when selecting your terrain asset in ion’s dashboard?
ion should be able to zoom in to the boundaries of your custom terrain. Are you able to see your custom terrain in Sandcastle? If so, I’m not sure why it wouldn’t be working in your application, if you’re using the same token and the same code.
I would try creating a simple example locally that just has this code, then add it into your application, and try to isolate where the issue is that way.