Creates a Google Map from an input file containing GPS co-ordinates (GPX, KML or TCX format).
$ gem install gps2map
A Google Maps JavaScript API key is required and must be specified in an environment variable named GOOGLE_MAPS_API_KEY
.
gps2map generate <input.gpx|.kml|.tcx> <output.html>
Options:
[--markers=N] # The number of markers to plot on the map
# Default: 15
The gem is available as open source under the terms of the MIT Licence.
Copyright (C) 2018 John Topley.