1
0
mirror of https://github.com/tumic0/GPXSee-maps.git synced 2024-11-23 19:25:55 +01:00

Added GUGIK and Statkart.no maps

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

View File

@ -240,6 +240,8 @@ can use it in GPXSee.</small></p>
<h3>Norway</h3>
<table>
<tr>
<td><a href="maps/Statkart-marine.xml" download><img src="tiles/Statkart-marine.png" alt="Map Preview" width="256" height="256"/></a><br/>Statkart.no Sjøkart</td>
<td><a href="maps/Statkart-topo.xml" download><img src="tiles/Statkart-topo.png" alt="Map Preview" width="256" height="256"/></a><br/>Statkart.no Topo</td>
<td><a href="maps/Norgeskart.xml" download><img src="tiles/Norgeskart.png" alt="Map Preview" width="256" height="256"/></a><br/>Topografisk Norgeskart</td>
</tr>
</table>
@ -247,6 +249,7 @@ can use it in GPXSee.</small></p>
<table>
<tr>
<td><a href="maps/GUGIK-topo.xml" download><img src="tiles/GUGIK-topo.jpg" alt="Map Preview" width="256" height="256"/></a><br/>GUGIK Mapa Topograficzna</td>
<td><a href="maps/GUGIK-base.xml" download><img src="tiles/GUGIK-base.png" alt="Map Preview" width="256" height="256"/></a><br/>GUGIK Mapa podkladowa</td>
<td><a href="maps/GUGIK-orto.xml" download><img src="tiles/GUGIK-orto.jpg" alt="Map Preview" width="256" height="256"/></a><br/>GUGIK Ortofotomapa</td>
<td><a href="maps/UMP-pcPL.xml" download><img src="tiles/UMP-pcPL.png" alt="Map Preview" width="256" height="256"/></a><br/>UMP-pcPL</td>
</tr>

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>

BIN
tiles/GUGIK-base.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 KiB

BIN
tiles/Statkart-marine.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

BIN
tiles/Statkart-topo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB