mirror of
https://github.com/tumic0/GPXSee-maps.git
synced 2024-11-24 03:35:53 +01:00
9 lines
325 B
Smarty
9 lines
325 B
Smarty
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<map xmlns="http://www.gpxsee.org/map/1.4">
|
||
|
<name>MapTiler Planet</name>
|
||
|
<url>https://api.maptiler.com/tiles/v3/$z/$x/$y.pbf?key=insert-your-apikey-here</url>
|
||
|
<tile type="vector" size="512"/>
|
||
|
<zoom max="15"/>
|
||
|
<copyright>© MapTiler © OpenStreetMap contributors</copyright>
|
||
|
</map>
|