<ac-map/>
component creates your Cesium viewer:npm start
or ng serve
. Go to localhost:4200 and you should see the Cesium globe:planes-layer.component.html
:<ac-layer/>
- represents an array of entities that will be displayed on the map according to the description components. It works with RxJs
Observables, meaning it is compatible with the Angular workflow.acFor
attribute accepts an RxObserver planes$
, ac-layer
will subscribe to the observer and will handle all updates for you.ac-billboard
and ac-label
.props
accepts the same member options as cesium corresponding class.
For example <ac-billboard-desc/>
accepts same members as cesium Billboard.