Warning, /education/marble/data/maps/earth/srtm2/srtm2.dgml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!--
0003     SPDX-License-Identifier: LGPL-2.1-or-later
0004     SPDX-FileCopyrightText: 2015 Torsten Rahn <tackat@kde.org>
0005 -->
0006 <dgml xmlns="http://edu.kde.org/marble/dgml/2.0">
0007     <document>
0008         <head>
0009             <name>SRTM Data</name>
0010             <target>earth</target>
0011             <theme>srtm2</theme>
0012 
0013             <visible> false </visible>
0014 
0015             <zoom>
0016                 <minimum>   900  </minimum>
0017                 <maximum>  21000  </maximum>
0018 
0019                 <!-- describes whether you can zoom trough the levels
0020                     continuously -->
0021                 <discrete> false </discrete>
0022             </zoom>
0023         </head>
0024 
0025             <!-- Now we create the layer structure that gets handled by the
0026     layer management class -->
0027 
0028         <map bgcolor="#000000">
0029             <canvas/>
0030             <!-- In this place one could e.g. insert a sky plugin -->
0031             <target/>
0032 
0033             <!-- This layer creates the elevation model -->
0034             <layer name="srtm2" backend="texture">
0035                 <texture name="srtm2_data"><!-- type="texture"-->
0036                     <sourcedir format="PNG"> earth/srtm2 </sourcedir>
0037                     <storageLayout maximumTileLevel="9"/>
0038                     <downloadPolicy usage="Browse" maximumConnections="20" />
0039                     <downloadPolicy usage="Bulk" maximumConnections="2" />
0040                 </texture>
0041             </layer>
0042         </map>
0043     </document>
0044 </dgml>