- 🔭 I’m currently working on - Python, CesiumJS, PostGIS, FME
- 🌱 I’m currently learning - Django
- 👯 I’m looking to collaborate with - GIS Developers
- Simply select a point vector layer.
- Give neccessary attributes as CZML file objects.
- If you want to configure time sequence in CZML file you can configure in 2nd tab.
- browse and save CZML file.
- If you have an image folder, specify it in imageurl attribute as relative path and copy it to same place in which you saved new CZML file.
- If you want upload CZML file and images to your Cesium Ion account, compress them as ZIP.
- If you configured time sequence parameters, then add {shouldAnimate: true} option to Cesium.viewer just like below:
var viewer = new Cesium.Viewer("cesiumContainer", {
shouldAnimate: true
});