1
0
mirror of https://github.com/tumic0/GPXSee-maps.git synced 2024-11-24 03:35:53 +01:00

A more descriptive map name

This commit is contained in:
Martin Tůma 2020-04-11 12:36:20 +02:00
parent b768aa0b7e
commit 45253bd16a

View File

@ -6,7 +6,7 @@
won't display the map properly! won't display the map properly!
--> -->
<map xmlns="http://www.gpxsee.org/map/1.3"> <map xmlns="http://www.gpxsee.org/map/1.3">
<name>Mapbox</name> <name>Mapbox Vector Tiles</name>
<url>https://c.tiles.mapbox.com/v4/mapbox.mapbox-streets-v7/$z/$x/$y.vector.pbf?access_token=insert-your-apikey-here</url> <url>https://c.tiles.mapbox.com/v4/mapbox.mapbox-streets-v7/$z/$x/$y.vector.pbf?access_token=insert-your-apikey-here</url>
<!-- The tile size is 512px since QtPBFImagePlugin v2, use 256 if you have v1 --> <!-- The tile size is 512px since QtPBFImagePlugin v2, use 256 if you have v1 -->
<tile type="vector" size="512"/> <tile type="vector" size="512"/>