gopro-dashboard.py
supports a number of map styles and providers.
The providers are:
- OSM/OpenStreetmap
- ThunderForest
- Geoapify
Use the command line option --map-style
to choose the map style
Example:
--map-style tf-cycle
There are three ways that the API key can be supplied for the map. You'll need to sign up with the map provider. The styles supported by the program all have free plans that are big enough to render a video. The program maintains a local cache of the tiles.
API Keys can be provided on the command line, with --map-api-key xxxxx
,
A file can be created ~/.gopro-graphics/map-api-keys.json
, which contains the api keys
Example
{
"thunderforest": "abcd1234",
"geoapify": "1234abcd"
}
The environment will be searched for API_KEY_<provider>
Example:
API_KEY_THUNDERFOREST=abcd1234
Here are examples of the various styles.
. | . | . | . |
---|---|---|---|
Please ensure that you attribute the map correctly
© OpenStreetMap contributors http://www.openstreetmap.org/copyright
Maps © Thunderforest http://www.thunderforest.com/ Data © OpenStreetMap contributors http://www.openstreetmap.org/copyright
Maps © Geoapify https://www.geoapify.com/ Data © OpenStreetMap contributors http://www.openstreetmap.org/copyright