Angular Cesium Demo App

December 9, 2019 ยท View on GitHub

Demo

  • You can try and learn about angular-cesium from our demo.
  • The demo contains many examples
    • Real data: showing real planes using GraphQL to warp an exiting REST service.
    • Simulated data: displaying planes data and sending using Socket.io.
    • Multi map sync example
    • Geometry editors
    • And more
$ git clone https://github.com/articodeltd/angular-cesium-demo.git
$ cd angular-cesium-demo
$ yarn
$ yarn server
$ yarn start
$ open http://localhost:4200