GpsMaster/Documentation/TileSources
< GpsMaster | Documentation
Jump to navigation
Jump to search
Because of the success of GpsMaster, the free request limits of some map provider are exceeded. therefore, a pre-configured API key for all users is no longer possible.
The affected map provider can still be used, but
- individual users have to sign up & request an API key at the resp. map provider
- the provided tile sources need to be configured in GpsMaster.config GpsMaster/Documentation/Config
see:
Thunderforest
(OpenCycleMap, OpenTransportMap)
Pricing & Sign up: Thunderforest
List of available map styles
GpsMaster.config entry:
<onlineTileSources> <maxZoom>0</maxZoom> <name>OpenCycleMap</name> <url>https://tile.thunderforest.com/cycle/{z}/{x}/{y}.png?apikey=YOUR_API_KEY_HERE</url> </onlineTileSources>
Additional Tile Sources
<onlineTileSources><maxZoom>0</maxZoom><name>Hike and Bike Map</name><url>https://{a,b,c}.tiles.wmflabs.org/hikebike/{z}/{x}/{y}.png</url></onlineTileSources> <onlineTileSources><maxZoom>0</maxZoom><name>OpenTopoMap</name><url>https://{switch:a,b,c}.tile.opentopomap.org/{z}/{x}/{y}.png</url></onlineTileSources>