geolocation-to-gpx
v1.0.0
Published
Convert array of positions from browser-geolocation to GPX
Downloads
3
Readme
geolocation-to-gpx
Convert array of positions from browser-geolocation to GPX.
Install
var toGPX = require('geolocation-to-gpx')
Usage
toGPX(arrayOfPositions)
Where arrayOfPositions
is an array of positions from browser-geolocation. Returns a GPX string.