Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 960 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 960 Bytes

Gem Version

GPS2Map

Creates a Google Map from an input file containing GPS co-ordinates (GPX, KML or TCX format).

Installation

$ gem install gps2map

Prerequisites

A Google Maps JavaScript API key is required and must be specified in an environment variable named GOOGLE_MAPS_API_KEY.

Usage

gps2map generate <input.gpx|.kml|.tcx> <output.html>

Options:
  [--markers=N]  # The number of markers to plot on the map
                 # Default: 15

Licence

The gem is available as open source under the terms of the MIT Licence.

Copyright

Copyright (C) 2018 John Topley.