Hello Everyone,
My name is Abdullah and I am a beginner in using Cesium website. I need help in moving the center point to the a little bit right.
Let me show you an example. Originally my work is center.png and I want my work to be non-center.png
Is there any ways to do it??
Thanks,
Abdullah
i want to move the image to the point where the arrow is pointed to
Hi there,
Do you need to move the entire map image? Or just the point? If you need to move the map, you’ll need to use the camera API and change the camera position: http://cesiumjs.org/Cesium/Build/Documentation/Camera.html?classFilter=camer
Code example: http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Camera.html&label=All
To move the point, you’ll need to adjust the position of the entity. See here: http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Points.html&label=All
Hope that helps,