Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 599 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 599 Bytes

Angular Cesium Demo App

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