1
0
mirror of https://github.com/tumic0/GPXSee-maps.git synced 2025-03-03 06:41:05 +01:00

Compare commits

..

No commits in common. "18ef97add419b51e7ec0d1a7ef11b52be0b9dbc9" and "1097cd829f8fdd1f17304c4342f2d1258d2ac9e3" have entirely different histories.

2 changed files with 2 additions and 11 deletions

View File

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1.4">
<name>OpenMapTiles Planet</name>
<url>https://api.maptiler.com/tiles/v3-openmaptiles/$z/$x/$y.pbf?key=insert-your-apikey-here</url>
<!-- 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>

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1.4">
<name>MapTiler Planet</name>
<name>MapTiler</name>
<url>https://api.maptiler.com/tiles/v3/$z/$x/$y.pbf?key=insert-your-apikey-here</url>
<!-- The tile size is 512px since QtPBFImagePlugin v2, use 256 if you have v1 -->
<tile type="vector" size="512"/>
<zoom max="15"/>
<zoom max="14"/>
<copyright>© MapTiler © OpenStreetMap contributors</copyright>
</map>