An open API service indexing awesome lists of open source software.

https://github.com/mrglaster/js-kml-processor


https://github.com/mrglaster/js-kml-processor

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

## JavaScript Cesium Task

### What is this utility for?

The utility solves following tasks

1) Implementation of the form with the input of coordinates: longitude, latitude and alttitude. After input, the utility must show them on the Cesium globe. Implemented as the separate page.

![alt text](https://github.com/mrglaster/js-cesium-map-and-kml/blob/branch-production/readmeImages/1.png)

![alt text](https://github.com/mrglaster/js-cesium-map-and-kml/blob/branch-production/readmeImages/2.png)

2) Read coordinates data arrays (longitude, latitude and alttitude) from several text files, after that, create polygon on the Cesium map and allow the user to export the result as a kml file.

![alt text](https://github.com/mrglaster/js-cesium-map-and-kml/blob/branch-production/readmeImages/3.png)

![alt text](https://github.com/mrglaster/js-cesium-map-and-kml/blob/branch-production/readmeImages/4.png)

![alt text](https://github.com/mrglaster/js-cesium-map-and-kml/blob/branch-production/readmeImages/5.png)

### Used Libraries, Modules etc
1) ![Cesium JS](https://cesium.com/platform/cesiumjs/)
2) ![SweetAlert2](https://sweetalert2.github.io/)
3) ![SweetAlert2 Dark theme](https://github.com/sweetalert2/sweetalert2-themes/tree/main/dark)

### Developed by GromedevTeam, 2022 - 2023
1) [Vadim Nechaev](https://github.com/nech14)
2) [Vladislav Novikov](https://github.com/vladnov138)
3) [Egor Pristavka](https://github.com/mrglaster)