1
0
mirror of https://github.com/tumic0/GPXSee-maps.git synced 2024-10-06 06:43:23 +02:00

Update for use with QtPBFImagePlugin v2

This commit is contained in:
Martin Tůma 2019-10-05 19:17:59 +02:00 committed by GitHub
parent 80ee5a0b8c
commit 8ed599d0a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>