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

Added NASA BlueMarble maps

This commit is contained in:
Martin Tůma 2020-05-02 10:08:27 +02:00
parent 45253bd16a
commit 72b7d70abd
3 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1.4" type="WMTS">
<name>BlueMarble - Antarctica</name>
<url type="REST">https://gibs.earthdata.nasa.gov/wmts/epsg3031/best/1.0.0/WMTSCapabilities.xml</url>
<copyright>NASA</copyright>
<layer>BlueMarble_ShadedRelief_Bathymetry</layer>
<set>500m</set>
</map>

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1.4" type="WMTS">
<name>BlueMarble - Arctica</name>
<url type="REST">https://gibs.earthdata.nasa.gov/wmts/epsg3413/best/1.0.0/WMTSCapabilities.xml</url>
<copyright>NASA</copyright>
<layer>BlueMarble_ShadedRelief_Bathymetry</layer>
<set>500m</set>
</map>

8
World/BlueMarble.xml Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1.4" type="WMTS">
<name>BlueMarble</name>
<url type="REST">https://gibs.earthdata.nasa.gov/wmts/epsg3857/best/1.0.0/WMTSCapabilities.xml</url>
<copyright>NASA</copyright>
<layer>BlueMarble_ShadedRelief_Bathymetry</layer>
<set>GoogleMapsCompatible_Level8</set>
</map>