An open API service indexing awesome lists of open source software.

https://github.com/squiddy/runmap

Create a map of runs from GPX files. Used on my homepage.
https://github.com/squiddy/runmap

gpx map

Last synced: about 1 year ago
JSON representation

Create a map of runs from GPX files. Used on my homepage.

Awesome Lists containing this project

README

          

# runmap
Create a map of runs from GPX files. Used on my homepage.

![Screenshot](extras/example.png)

## Usage

```
go build -o runmap
./runmap --imageSize 1000 path/to/directory/with/gpx/files/
```

Output will be written as `output.png` in the current working directory.