mirror of
https://github.com/tumic0/GPXSee-maps.git
synced 2024-11-24 03:35:53 +01:00
Update for use with QtPBFImagePlugin v2
This commit is contained in:
parent
80ee5a0b8c
commit
8ed599d0a3
@ -2,7 +2,8 @@
|
||||
<map xmlns="http://www.gpxsee.org/map/1.4">
|
||||
<name>MapTiler</name>
|
||||
<url>https://api.maptiler.com/tiles/v3/$z/$x/$y.pbf?key=insert-your-apikey-here</url>
|
||||
<tile type="vector"/>
|
||||
<!-- The tile size is 512px since QtPBFImagePlugin v2, use 256 if you have v1 -->
|
||||
<tile type="vector" size="512"/>
|
||||
<zoom max="14"/>
|
||||
<copyright>© MapTiler © OpenStreetMap contributors</copyright>
|
||||
</map>
|
||||
|
Loading…
Reference in New Issue
Block a user