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

16 lines
704 B
Smarty
Raw Permalink Normal View History

2020-04-10 12:36:03 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<!--
This map requires a style for the Tilezen tile scheme like
https://github.com/tumic0/QtPBFImagePlugin-styles/blob/master/Tilezen/apollo-bright/style.json
The default OpenMapTiles tile scheme style included in QtPBFImagePlugin
won't display the map properly!
-->
<map xmlns="http://www.gpxsee.org/map/1.4">
<name>HERE Vector Tiles</name>
<url>https://vector.hereapi.com/v2/vectortiles/base/mc/$z/$x/$y/omv?apiKey=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 min="1" max="17"/>
<copyright>HERE maps (various 3rd party sources)</copyright>
</map>