1
0
mirror of https://github.com/tumic0/GPXSee-maps.git synced 2024-10-05 22:33:22 +02:00

Added HERE maps

This commit is contained in:
Martin Tůma 2020-02-26 23:00:37 +01:00
parent 00d9a58fe8
commit ef4357199e
2 changed files with 12 additions and 0 deletions

6
World/here-aerial.tpl Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1.4">
<name>HERE Aerial Map</name>
<url>https://3.aerial.maps.ls.hereapi.com/maptile/2.1/maptile/newest/satellite.day/$z/$x/$y/256/jpg?apiKey=insert-your-apikey-here</url>
<copyright>HERE maps (various 3rd party sources)</copyright>
</map>

6
World/here-base.tpl Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1.4">
<name>HERE Base Map</name>
<url>https://3.base.maps.ls.hereapi.com/maptile/2.1/maptile/newest/normal.day/$z/$x/$y/256/png?apiKey=insert-your-apikey-here</url>
<copyright>HERE maps (various 3rd party sources)</copyright>
</map>