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

10 lines
401 B
Smarty
Raw Normal View History

2018-12-08 18:18:17 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1.4">
2018-12-08 18:18:17 +01:00
<name>MapTiler</name>
2019-09-23 10:25:38 +02:00
<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"/>
2018-12-08 18:18:17 +01:00
<zoom max="14"/>
<copyright>© MapTiler © OpenStreetMap contributors</copyright>
</map>