https://github.com/orangecoding/gpx-to-kml
Small nodeJS server that converts gpx to kml files and send the result back to the user
https://github.com/orangecoding/gpx-to-kml
Last synced: about 1 month ago
JSON representation
Small nodeJS server that converts gpx to kml files and send the result back to the user
- Host: GitHub
- URL: https://github.com/orangecoding/gpx-to-kml
- Owner: orangecoding
- Created: 2018-04-01T12:35:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-16T12:04:10.000Z (about 6 years ago)
- Last Synced: 2025-01-28T00:33:23.798Z (3 months ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GPX-To-KML Converter
Converts [GPX](https://en.wikipedia.org/wiki/GPS_Exchange_Format) files into [KML](https://en.wikipedia.org/wiki/Keyhole_Markup_Language) files. Lot's of websites offer gps recordings of hiking tracks as GPX files to download. Awesome Apps like [Maps.me](https://maps.me/) however are not able to handle those files. As KML is supported to be imported, a conversion is needed.
This little converter spawns a nodeJS server, takes an url of a gpx file, downloads it, convert it to kml and then return it back to the user, ready to be imported into the app of your choice.