summarylogtreecommitdiffstats
path: root/sachsen-topo-dtk-combined.dgml
blob: 895f98f9d0cacdd15f1eba7533e04cae6b05a7e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<?xml version="1.0" encoding="UTF-8"?>
<!--
    SPDX-License-Identifier: CC-BY-NC-SA-3.0
    SPDX-FileCopyrightText: 2023 dreieckli (https://gitlab.com/dreieckli/)
-->
<dgml xmlns="http://edu.kde.org/marble/dgml/2.0">
    <document>
        <head>
            <name>Sachsen Topografische Karte</name>
            <target>earth</target>
            <theme>sachsen-topo-dtk-combined</theme>
            <visible>true</visible>
            <description><![CDATA[Topografische Karte Sachsens, Auflösung automatisch (DTK10 .. DTK100). Copyright GeoSN.]]></description>
            <icon pixmap="preview.png"/>
            <zoom>
                <discrete>false</discrete>
                <minimum>900</minimum>
                <maximum>3500</maximum>
            </zoom>
        </head>
        <map bgcolor="#000000" labelColor="#000000">
            <canvas/>
            <target/>
            <layer name="sachsen-topo-dtk-combined" backend="texture">
                <texture name="map" expire="31536000">
                    <sourcedir format="png" expire="31536000">earth/sachsen-topo-dtk-combined</sourcedir>
                    <tileSize width="256" height="256"/>
                    <storageLayout maximumTileLevel="20" levelZeroColumns="1" levelZeroRows="1" mode="WebMapService"/>
                    <downloadUrl protocol="https" host="geodienste.sachsen.de" path="/wms_geosn_dtk-pg-color/guest" query="layers=sn_dtk_pg_color&amp;styles=default&amp;transparent=false"/>
                    <projection name="Mercator"/>
                    <blending/>
                </texture>
                <texture name="hillshading" expire="31536000">
                    <sourcedir format="PNG"> earth/hillshading </sourcedir>
                    <tileSize width="256" height="256"/>
                    <storageLayout levelZeroColumns="1" levelZeroRows="1" maximumTileLevel="17" mode="Custom" />
                    <projection name="Mercator"/>
                    <downloadUrl protocol="https" host="osmscout.karry.cz" path="/hillshade/tile.php" query="z={zoomLevel}&amp;x={x}&amp;y={y}" />
                    <downloadPolicy usage="Browse" maximumConnections="8"/>
                    <downloadPolicy usage="Bulk" maximumConnections="4"/>
                    <blending name="AlphaBlending"/>
                </texture>
            </layer>
            <layer name="standardplaces" backend="geodata">
                <geodata name="cityplacemarks">
                    <sourcefile>cityplacemarks.kml</sourcefile>
                </geodata>
                <geodata name="baseplacemarks">
                    <sourcefile>baseplacemarks.kml</sourcefile>
                </geodata>
                <geodata name="elevplacemarks">
                    <sourcefile>elevplacemarks.kml</sourcefile>
                </geodata>
                <geodata name="observatoryplacemarks">
                    <sourcefile>observatoryplacemarks.kml</sourcefile>
                </geodata>
                <geodata name="otherplacemarks">
                    <sourcefile>otherplacemarks.kml</sourcefile>
                </geodata>
                <geodata name="boundaryplacemarks">
                    <sourcefile>boundaryplacemarks.kml</sourcefile>
                </geodata>
            </layer>
        </map>
        <settings>

          <group name="Places">
              <property name="places">
                  <value>false</value>
                  <available>true</available>
              </property>
              <property name="cities">
                  <value>false</value>
                  <available>true</available>
              </property>
              <property name="land">
                  <value>false</value>
                  <available>true</available>
              </property>
              <property name="terrain">
                  <value>false</value>
                  <available>true</available>
              </property>
              <property name="otherplaces">
                  <value>false</value>
                  <available>true</available>
              </property>
            </group>

           <property name="coordinate-grid">
                <value>false</value>
                <available>true</available>
           </property>
            <property name="overviewmap">
                <value>false</value>
                <available>true</available>
            </property>
            <property name="compass">
                <value>true</value>
                <available>true</available>
            </property>
            <property name="scalebar">
                <value>true</value>
                <available>true</available>
            </property>

            <group name="Texture Layers">
                <property name="hillshading">
                    <value>true</value>
                    <available>true</available>
                </property>
            </group>

        </settings>
        <legend>
              <section name="placemarks" spacing="12">
              <heading>Placemarks</heading>
                  <item name="terrain" checkable="true" connect="terrain">
                      <text>Continents, Terrain</text>
                  </item>
                  <item name="cities" checkable="true" connect="cities">
                      <text>Populated Places, Countries</text>
                  </item>
            </section>

            <section name="coordinate-grid" checkable="true" connect="coordinate-grid" spacing="12">
                <heading>Coordinate Grid</heading>
            </section>
            <section name="hillshading" checkable="true" connect="hillshading" spacing="12">
                <heading>Hillshading</heading>
            </section>
        </legend>
    </document>
</dgml>