1
0
mirror of https://github.com/tumic0/GPXSee-maps.git synced 2025-06-29 04:29:16 +02:00

Added screenshots for recently added maps

This commit is contained in:
2020-10-28 18:23:24 +01:00
parent 6b4b95b9ef
commit e007e953c6
6 changed files with 18 additions and 2 deletions

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1.4" type="WMS">
<name>Historiska ortofoton</name>
<url>https://api.lantmateriet.se/historiska-ortofoton/wms/v1/token/insert-your-apikey-here/</url>
<copyright>Lantmäteriet</copyright>
<layer>OI.Histortho_75</layer>
<crs>epsg:3006</crs>
</map>

View File

@ -2,5 +2,5 @@
<map xmlns="http://www.gpxsee.org/map/1.4">
<name>Open Street Map</name>
<url>https://tile.openstreetmap.org/$z/$x/$y.png</url>
<copyright>Map data: © OpenStreetMap contributors (ODbL) | Rendering: © OpenStreetMap (CC-BY-SA)</copyright>
<copyright>Map data: © OpenStreetMap contributors (ODbL) | Rendering: © OpenStreetMap (CC-BY 4.0)</copyright>
</map>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1.4">
<name>Thunderforest - Neighbourhood</name>
<url>http://a.tile.thunderforest.com/neighbourhood/$z/$x/$y.png?apikey=insert-your-apikey-here</url>
<copyright>Map data: © OpenStreetMap contributors (ODbL) | Rendering: © Thunderforest (CC-BY-SA 2.0)</copyright>
</map>