1
0
mirror of https://github.com/tumic0/GPXSee-maps.git synced 2024-10-06 06:43:23 +02:00
This commit is contained in:
Martin Tůma 2019-02-19 00:04:49 +01:00
commit b97c757413
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1.3" type="WMS">
<name>Landsat Image Mosaic of Antarctica (LIMA)</name>
<url>https://limaims.cr.usgs.gov/arcgis/services/Antarctica/USGS_EROS_Antarctica_Reference/MapServer/WmsServer</url>
<copyright>Map data: U.S. Geological Survey (USGS), British Antarctic Survey (BAS), National Aeronautics and Space Administration (NASA)</copyright>
<layer>LIMA_Full_1km</layer>
<crs>EPSG:3031</crs>
</map>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1.0">
<name>GIScience Heidelberg</name>
<url>https://korona.geog.uni-heidelberg.de/tiles/roads/x=$x&amp;y=$y&amp;z=$z</url>
<url>https://api.openrouteservice.org/mapsurfer/$z/$x/$y.png?api_key=insert-your-apikey-here</url>
<copyright>Map data: © OpenStreetMap contributors (ODbL) | Rendering: © GIScience Heidelberg (CC-SA)</copyright>
</map>