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

Added GUGIK and Statkart.no maps

This commit is contained in:
2024-10-15 00:36:19 +02:00
parent 93ed83fe60
commit f2c511c9d4
7 changed files with 27 additions and 0 deletions

8
maps/GUGIK-base.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>GUGIK Mapa podkladowa</name>
<url>http://mapy.geoportal.gov.pl/wss/service/WMTS/guest/wmts/G2_MOBILE_500</url>
<copyright>© Główny Urząd Geodezji i Kartografii</copyright>
<layer>G2_MOBILE_500</layer>
<set>EPSG:2180</set>
</map>

8
maps/Statkart-marine.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>Statkart.no Sjøkart</name>
<url>https://cache.kartverket.no/v1/wmts/1.0.0/WMTSCapabilities.xml</url>
<copyright>Norwegian Mapping Authority</copyright>
<layer>sjokartraster</layer>
<set>utm33n</set>
</map>

8
maps/Statkart-topo.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>Statkart.no Topo</name>
<url>https://cache.kartverket.no/v1/wmts/1.0.0/WMTSCapabilities.xml</url>
<copyright>Norwegian Mapping Authority</copyright>
<layer>toporaster</layer>
<set>utm33n</set>
</map>