mirror of
https://github.com/tumic0/GPXSee-maps.git
synced 2024-11-24 03:35:53 +01:00
Added HERE vector tiles map
This commit is contained in:
parent
b32f645963
commit
b768aa0b7e
15
World/here-vector.tpl
Normal file
15
World/here-vector.tpl
Normal file
@ -0,0 +1,15 @@
|
||||
<?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>
|
Loading…
Reference in New Issue
Block a user