/cesium-angular-app

Simple Angular App with Cesium

Primary LanguageTypeScriptMIT LicenseMIT


Cesium Angular App

TypeScript Angular TailwindCSS

IntroductionFeaturesInstallation GuideScreenshotsCreditsLicenseContributors

GitHub Repo stars GitHub forks GitHub watchers

ℹ️ Introduction

A simple Angular application that allows users to draw a rectangle and calculate the area of the drawn rectangle on Cesium

Note

You can check the screenshots below

⚡Features

  • A home page that displays a map
  • A method to draw a rectangle on the map
  • A button to calculate the area of the rectangle

💾Installation Guide

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer.

# Clone this repository
$ git clone https://github.com/Ctere1/cesium-angular-app
# Go into the repository
$ cd cesium-angular-app
# Install dependencies
$ npm install

For running the app:

# Go into the repository
$ cd cesium-angular-app
# Run `ng serve` for a dev server
$ ng serve

After these steps navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Warning

This application is using Cesium's default ion access token. Please see the cesium account section

🪟Screenshots

Screenshot

Screenshot

Screenshot

Screenshot

📝Credits

This software uses the following packages:

©License

GitHub

LICENSE

📌Contributors