orangecoding / gpx-to-kml

Small nodeJS server that converts gpx to kml files and send the result back to the user

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPX-To-KML Converter

Converts GPX files into KML files. Lot's of websites offer gps recordings of hiking tracks as GPX files to download. Awesome Apps like 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.

About

Small nodeJS server that converts gpx to kml files and send the result back to the user


Languages

Language:JavaScript 84.2%Language:HTML 15.8%