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.
18ef97add4
...
1097cd829f
@ -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>
|
@ -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>
|
Loading…
x
Reference in New Issue
Block a user