Angular Cesium
Demo
Github
Enterprise Support
Search…
Introducation
Getting Started
Installation
CORE CONCEPTS
The Basics
Ac-Layer
Ac-Entities
Arc
Billboard
Box
Circle
Corridor
Cylinder
CZML
Ellipse
Ellipsoid
Label
Model
Point
Polyline
Polyline Volume
Polygon
Rectangle
Wall
Ac-Array
Html
GUIDES
Map Events Handling
Maps Manager Service
Multiple Maps and Maps Sync
Map Imagery Providers
Html Anchoring
Map Context Menu
Camera Control
Camera Keyboard Control
Viewer Configuration
Widgets
Range And Bearing
Zoom To Rectangle
Geometry Drawing Tools
API
API docs
Powered By
GitBook
CZML
<ac-czml-desc />
This is a czml implementation. The
ac-czml-desc
element must be a child of
ac-layer
element.
See CZML Guide for the structure of props
czmlPacket
:
https://github.com/AnalyticalGraphicsInc/czml-writer/wiki/CZML-Structure
Attention: the first
czmlPacket
in the stream needs to be a document with an id and a name attribute. See this example:
https://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=CZML%20Point%20-%20Time%20Dynamic.html&label=CZML
Usage:
1
<
ac-czml-desc
props
=
"
{
2
czmlPacket: czmlPacket
3
}
"
>
4
</
ac-czml-desc
>
Copied!
Previous
Cylinder
Next
Ellipse
Last modified
2yr ago
Copy link