avery-pierce / gpx-make

Make GPX files to simulate location in Xcode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Make GPX files to simulate location in Xcode


Languages

Language:JavaScript 100.0%