gpx-make
v1.0.0
Published
Generate a GPX file given a coordinate. Useful for simulating your location in Xcode.
Readme
gpx-make
Create a GPX file for a coordinate.
Installation
npm install -g gpx-make
Usage
gpx-make <latitude> <longitude>
The GPX file contents are returned in STDOUT. You can save it as a file like this:
gpx-make 41.882678 -87.623327 > chicago_millennium_park.gpx
