mirror of
https://github.com/tumic0/GPXSee-maps.git
synced 2024-11-24 03:35:53 +01:00
Added HERE maps
This commit is contained in:
parent
00d9a58fe8
commit
ef4357199e
6
World/here-aerial.tpl
Normal file
6
World/here-aerial.tpl
Normal 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
6
World/here-base.tpl
Normal 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>
|
Loading…
Reference in New Issue
Block a user