mirror of
https://github.com/tumic0/GPXSee-maps.git
synced 2024-11-30 22:51:16 +01:00
Compare commits
2 Commits
1097cd829f
...
18ef97add4
Author | SHA1 | Date | |
---|---|---|---|
18ef97add4 | |||
9594a5d722 |
@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map xmlns="http://www.gpxsee.org/map/1.4">
|
||||
<name>MapTiler</name>
|
||||
<name>MapTiler Planet</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="14"/>
|
||||
<zoom max="15"/>
|
||||
<copyright>© MapTiler © OpenStreetMap contributors</copyright>
|
||||
</map>
|
9
World/MapTiler-OpenMapTiles.tpl
Normal file
9
World/MapTiler-OpenMapTiles.tpl
Normal file
@ -0,0 +1,9 @@
|
||||
<?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>
|
Loading…
Reference in New Issue
Block a user