mirror of
https://github.com/tumic0/GPXSee-maps.git
synced 2024-11-24 03:35:53 +01:00
Updated with latest maps
This commit is contained in:
parent
7646f8c42d
commit
5621687cab
14
index.html
14
index.html
@ -105,6 +105,12 @@ use it in GPXSee.</small></p>
|
||||
<td><a href="maps/CUZK-zm.xml" download><img src="tiles/CUZK-zm.png" alt="Map Preview" width="256" height="256"/></a><br/>ČÚZK - Základní mapy</td>
|
||||
</tr>
|
||||
</table>
|
||||
<h3>Estonia</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<td><a href="maps/MA-KAART.xml" download><img src="tiles/MA-KAART.png" alt="Map Preview" width="256" height="256"/></a><br/>Maa-amet Topo</td>
|
||||
</tr>
|
||||
</table>
|
||||
<h3>Finland</h3>
|
||||
<table>
|
||||
<tr>
|
||||
@ -130,15 +136,19 @@ use it in GPXSee.</small></p>
|
||||
<tr>
|
||||
<td><a href="maps/Bayern-DOP.xml" download><img src="tiles/Bayern-DOP.png" alt="Map Preview" width="256" height="256"/></a><br/>Bayern DOP</td>
|
||||
<td><a href="maps/Berlin-DOP.xml" download><img src="tiles/Berlin-DOP.png" alt="Map Preview" width="256" height="256"/></a><br/>Berlin DOP</td>
|
||||
<td><a href="maps/Berlin-DTK10.xml" download><img src="tiles/Berlin-DTK10.png" alt="Map Preview" width="256" height="256"/></a><br/>Berlin DTK10</td>
|
||||
<td><a href="maps/Berlin-DTK50.xml" download><img src="tiles/Berlin-DTK50.png" alt="Map Preview" width="256" height="256"/></a><br/>Berlin DTK50</td>
|
||||
</tr><tr>
|
||||
<td><a href="maps/Hamburg-DOP.xml" download><img src="tiles/Hamburg-DOP.png" alt="Map Preview" width="256" height="256"/></a><br/>Hamburg DOP</td>
|
||||
<td><a href="maps/NRW-DOP.xml" download><img src="tiles/NRW-DOP.png" alt="Map Preview" width="256" height="256"/></a><br/>Nordrhein-Westfalen DOP</td>
|
||||
</tr><tr>
|
||||
<td><a href="maps/Rheinland-Pfalz-DOP.xml" download><img src="tiles/Rheinland-Pfalz-DOP.png" alt="Map Preview" width="256" height="256"/></a><br/>Rheinland-Pfalz DOP</td>
|
||||
<td><a href="maps/Rheinland-Pfalz-DTK25.xml" download><img src="tiles/Rheinland-Pfalz-DTK25.png" alt="Map Preview" width="256" height="256"/></a><br/>Rheinland-Pfalz DTK25</td>
|
||||
</tr><tr>
|
||||
<td><a href="maps/Rheinland-Pfalz-DTK5.xml" download><img src="tiles/Rheinland-Pfalz-DTK5.png" alt="Map Preview" width="256" height="256"/></a><br/>Rheinland-Pfalz DTK5</td>
|
||||
<td><a href="maps/Sachsen-DOP.xml" download><img src="tiles/Sachsen-DOP.png" alt="Map Preview" width="256" height="256"/></a><br/>Sachsen DOP</td>
|
||||
</tr><tr>
|
||||
<td><a href="maps/Sachsen-WebAtlas.xml" download><img src="tiles/Sachsen-WebAtlas.png" alt="Map Preview" width="256" height="256"/></a><br/>Sachsen WebAtlas</td>
|
||||
<td><a href="maps/Sachsen-Anhalt-DOP.xml" download><img src="tiles/Sachsen-Anhalt-DOP.png" alt="Map Preview" width="256" height="256"/></a><br/>Sachsen-Anhalt DOP</td>
|
||||
</tr><tr>
|
||||
<td><a href="maps/TopPlusOpen.xml" download><img src="tiles/TopPlusOpen.png" alt="Map Preview" width="256" height="256"/></a><br/>TopPlusOpen</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
8
maps/Berlin-DTK10.xml
Normal file
8
maps/Berlin-DTK10.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map xmlns="http://www.gpxsee.org/map/1" type="WMS">
|
||||
<name>Berlin DTK10</name>
|
||||
<url>https://fbinter.stadt-berlin.de/fb/wms/senstadt/k_dtk10</url>
|
||||
<copyright>Geoportal Berlin, dl-de/by-2-0</copyright>
|
||||
<layer>0</layer>
|
||||
<crs>EPSG:25833</crs>
|
||||
</map>
|
8
maps/Berlin-DTK50.xml
Normal file
8
maps/Berlin-DTK50.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map xmlns="http://www.gpxsee.org/map/1" type="WMS">
|
||||
<name>Berlin DTK50</name>
|
||||
<url>https://fbinter.stadt-berlin.de/fb/wms/senstadt/k_dtk50</url>
|
||||
<copyright>Geoportal Berlin, dl-de/by-2-0</copyright>
|
||||
<layer>0</layer>
|
||||
<crs>EPSG:25833</crs>
|
||||
</map>
|
14
maps/MA-KAART.xml
Normal file
14
maps/MA-KAART.xml
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map xmlns="http://www.gpxsee.org/map/1" type="WMS">
|
||||
<name>Maa-amet Topo</name>
|
||||
<url>https://kaart.maaamet.ee/wms/kaart</url>
|
||||
<!--
|
||||
The WMS server has broken label rendering which cuts the labels on the tile
|
||||
bounds. As a workaround we set the tile size to 512px which makes the cut
|
||||
labels less common. (Works with GPXSee >= 7.24)
|
||||
-->
|
||||
<tile size="512"/>
|
||||
<copyright>Maa-amet</copyright>
|
||||
<layer>MA-KAART</layer>
|
||||
<crs>EPSG:3301</crs>
|
||||
</map>
|
14
maps/Sachsen-WebAtlas.xml
Normal file
14
maps/Sachsen-WebAtlas.xml
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map xmlns="http://www.gpxsee.org/map/1" type="WMS">
|
||||
<name>Sachsen WebAtlas</name>
|
||||
<url>https://geodienste.sachsen.de/wms_geosn_webatlas-sn/guest</url>
|
||||
<!--
|
||||
The WMS server has broken label rendering which cuts the labels on the tile
|
||||
bounds. As a workaround we set the tile size to 512px which makes the cut
|
||||
labels less common. (Works with GPXSee >= 7.24)
|
||||
-->
|
||||
<tile size="512"/>
|
||||
<copyright>Staatsbetrieb Geobasisinformation und Vermessung Sachsen (GeoSN)</copyright>
|
||||
<layer>Vegetation,Siedlung,Gewaesser,Verkehr,Administrative_Einheiten,Beschriftung</layer>
|
||||
<crs>EPSG:25832</crs>
|
||||
</map>
|
BIN
tiles/Berlin-DTK10.png
Normal file
BIN
tiles/Berlin-DTK10.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 70 KiB |
BIN
tiles/Berlin-DTK50.png
Normal file
BIN
tiles/Berlin-DTK50.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
BIN
tiles/MA-KAART.png
Normal file
BIN
tiles/MA-KAART.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 90 KiB |
BIN
tiles/Sachsen-WebAtlas.png
Normal file
BIN
tiles/Sachsen-WebAtlas.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 137 KiB |
Loading…
Reference in New Issue
Block a user