1
0
mirror of https://github.com/tumic0/GPXSee-maps.git synced 2024-10-06 06:43:23 +02:00

Added some more German maps

This commit is contained in:
Martin Tůma 2020-03-06 22:02:10 +01:00
parent 778ba80c98
commit 93937a5400
3 changed files with 30 additions and 0 deletions

View 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>

View 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>

View 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>