https://github.com/mrglaster/js-kml-processor
https://github.com/mrglaster/js-kml-processor
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrglaster/js-kml-processor
- Owner: mrglaster
- Created: 2022-12-27T17:19:20.000Z (about 3 years ago)
- Default Branch: branch-production
- Last Pushed: 2023-03-16T15:15:08.000Z (almost 3 years ago)
- Last Synced: 2025-01-15T07:11:37.528Z (12 months ago)
- Language: JavaScript
- Size: 10.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.


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.



### Used Libraries, Modules etc
1) 
2) 
3) 
### 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)