From 0a0bcffc046c3d0b13f09665dd31e12ad7ef8265 Mon Sep 17 00:00:00 2001 From: Jon Beniston Date: Fri, 12 Nov 2021 16:58:45 +0000 Subject: [PATCH] Fix markdown in readme.md --- plugins/feature/map/readme.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/plugins/feature/map/readme.md b/plugins/feature/map/readme.md index f9239f58e..57fa8059e 100644 --- a/plugins/feature/map/readme.md +++ b/plugins/feature/map/readme.md @@ -81,9 +81,13 @@ When clicked, opens the Map Display Settings dialog, which allows setting: * Which data the Map will display. * The colour of the taken and predicted tracks. * Which Map provider will be used to source the map image. +* API keys, required to access maps from different providers. -In order to display Mapbox maps, you will need to enter an API Key. A key can be obtained by registering at: http://www.mapbox.com/ -Note that it is not currently possible to support entering an API Key for Open Street Maps, in order to remove the watermarks. +Free API keys are available by signing up for an accounts with: + +* [Thunderforest](https://www.thunderforest.com/) +* [Maptiler](https://www.maptiler.com/) +* [Mapbox](https://www.mapbox.com/)

Map