2020-04-09 23:59:33 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
|
|
This map requires a style for the Mapbox tile scheme like
|
|
|
|
https://github.com/tumic0/QtPBFImagePlugin-styles/tree/master/Mapbox/bright
|
|
|
|
The default OpenMapTiles tile scheme style included in QtPBFImagePlugin
|
|
|
|
won't display the map properly!
|
|
|
|
-->
|
2022-12-19 08:17:55 +01:00
|
|
|
<map xmlns="http://www.gpxsee.org/map/1.4">
|
2020-04-11 12:36:20 +02:00
|
|
|
<name>Mapbox Vector Tiles</name>
|
2020-04-09 23:59:33 +02:00
|
|
|
<url>https://c.tiles.mapbox.com/v4/mapbox.mapbox-streets-v7/$z/$x/$y.vector.pbf?access_token=insert-your-apikey-here</url>
|
|
|
|
<tile type="vector" size="512"/>
|
|
|
|
<zoom max="18"/>
|
2020-04-10 12:35:24 +02:00
|
|
|
<copyright>© Mapbox, © OpenStreetMaps</copyright>
|
2020-04-09 23:59:33 +02:00
|
|
|
</map>
|