Warning, /education/marble/data/maps/earth/schagen1689/schagen1689.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             <!-- the license here applies to the actual map content, not this dgml file. See the license header above for the dgml file license -->
0010             <license short="Public Domain">Source: Wikipedia, License: Public Domain</license>
0011             <name>Historical Map 1689</name>
0012             <target>earth</target>
0013             <theme>schagen1689</theme>
0014             <icon pixmap="schagen1689-preview.png"/>
0015     
0016             <!-- describes whether the map theme item will be hidden (e.g.
0017                 for a clouds layer): -->
0018             <visible> true </visible>
0019         
0020             <!-- The description allows for rich text of course: -->
0021             <description><![CDATA[<i>Historical world map</i> from the year 1689 created by G. van Schagen in Amsterdam.]]></description>
0022     
0023             <zoom>
0024                 <minimum>  1000  </minimum>
0025                 <maximum>  1500  </maximum>
0026     
0027                 <!-- describes whether you can zoom trough the levels
0028                     continuously -->
0029                 <discrete> false </discrete> 
0030             </zoom>
0031         </head>
0032         
0033             <!-- Now we create the layer structure that gets handled by the
0034     layer management class -->
0035         
0036         <map bgcolor="#000000" labelColor="#ffffff">
0037             <canvas/>
0038             <!-- In this place one could e.g. insert a sky plugin -->
0039             <target/>
0040         
0041             <!-- This layer creates the elevation model -->
0042             <layer name="schagen1689" backend="texture">
0043                 <texture name="schagen1689_data"><!-- type="texture"-->
0044                     <sourcedir format="JPG"> earth/schagen1689 </sourcedir>
0045                     <installmap> schagen1689.jpg </installmap>
0046                     <storageLayout maximumTileLevel="2"/>
0047                 </texture>
0048                 <texture name="citylights"><!-- type="texture"-->
0049                     <sourcedir format="JPG"> earth/citylights </sourcedir>
0050                     <installmap> citylights.jpg </installmap>
0051                     <storageLayout maximumTileLevel="3"/>
0052                     <blending name="SunLightBlending" />
0053                 </texture>
0054             </layer>
0055             <layer name="naturalearth" backend="geodata">
0056                 <geodata name="coast" property="coastlines">
0057                     <sourcefile> naturalearth/ne_50m_land.pn2 </sourcefile>
0058                     <pen color="#ffff00" width="1.5"/>
0059                 </geodata>
0060                 <geodata name="lake" property="coastlines">
0061                     <sourcefile> naturalearth/ne_50m_lakes.pn2 </sourcefile>
0062                     <pen color="#ffff00" width="1.5"/>
0063                 </geodata>
0064             </layer>
0065             <layer name="standardplaces" backend="geodata">
0066                 <geodata name="cityplacemarks">
0067                     <sourcefile>cityplacemarks.cache</sourcefile>
0068                 </geodata>
0069                 <geodata name="baseplacemarks">
0070                     <sourcefile>baseplacemarks.cache</sourcefile>
0071                 </geodata>
0072                 <geodata name="elevplacemarks">
0073                     <sourcefile>elevplacemarks.cache</sourcefile>
0074                 </geodata>
0075                 <geodata name="otherplacemarks">
0076                     <sourcefile>otherplacemarks.cache</sourcefile>
0077                 </geodata>
0078                 <geodata name="boundaryplacemarks">
0079                     <sourcefile>boundaryplacemarks.cache</sourcefile>
0080                 </geodata>
0081             </layer>
0082         </map>
0083 
0084         <settings>
0085             <group name="Places">
0086                 <property name="places">
0087                     <value>true</value>
0088                     <available>true</available>
0089                 </property>
0090                 <property name="cities">
0091                     <value>false</value>
0092                     <available>true</available>
0093                 </property>
0094                 <property name="terrain">
0095                     <value>false</value>
0096                     <available>true</available>
0097                 </property>
0098                 <property name="otherplaces">
0099                     <value>false</value>
0100                     <available>true</available>
0101                 </property>
0102             </group>
0103 
0104             <group name="Water Bodies">
0105                 <property name="coastlines">
0106                     <available>true</available>
0107                     <value>false</value>
0108                 </property>
0109                 <property name="waterbodies">
0110                     <available>false</available>
0111                     <value>false</value>
0112                 </property>
0113             </group>
0114 
0115             <group name="Texture Layers">
0116                 <property name="citylights">
0117                     <value>false</value>
0118                     <available>true</available>
0119                 </property>
0120             </group>
0121 
0122             <property name="coordinate-grid">
0123                 <value>false</value>
0124                 <available>true</available>
0125             </property>
0126             <property name="overviewmap">
0127                 <value>true</value>
0128                 <available>true</available>
0129             </property>
0130             <property name="compass">
0131                 <value>true</value>
0132                 <available>true</available>
0133             </property>
0134             <property name="scalebar">
0135                 <value>true</value>
0136                 <available>true</available>
0137             </property>
0138         </settings>
0139         
0140         <!-- At last we define some legend properties -->
0141         
0142         <legend>
0143             <section name="populatedplaces" checkable="false" spacing="12">
0144                 <heading>Populated Places</heading>
0145 
0146                 <item name="town">
0147                     <icon pixmap="maps/earth/schagen1689/legend/town.png"/>
0148                     <text>Town</text>
0149                 </item>
0150             </section>
0151 
0152             <section name="terrain" checkable="false" spacing="12">
0153                 <heading>Terrain</heading>
0154 
0155                 <item name="mountain">
0156                     <icon pixmap="maps/earth/schagen1689/legend/mountain.png"/>
0157                     <text>Mountain</text>
0158                 </item>
0159             </section>
0160 
0161             <section name="surface" checkable="false" spacing="12">
0162                 <heading>Surface</heading>
0163 
0164                 <item name="river">
0165                     <icon pixmap="maps/earth/schagen1689/legend/river.png"/>
0166                     <text>River</text>
0167                 </item>
0168                 <item name="lake">
0169                     <icon pixmap="maps/earth/schagen1689/legend/lake.png"/>
0170                     <text>Lake</text>
0171                 </item>
0172             </section>
0173 
0174             <section name="otherplaces" checkable="true" connect="otherplaces" spacing="12">
0175                 <heading>Places of Interest</heading>
0176 
0177                 <item name="geographic-pole">
0178                     <icon pixmap="bitmaps/pole_1.png"/>
0179                     <text>Geographic Pole</text>
0180                 </item>
0181             </section>
0182 
0183             <section name="coastlines" checkable="true" connect="coastlines" spacing="12">
0184                 <heading>Accurate Coastline</heading>
0185             </section>
0186 
0187             <section name="coordinate-grid" checkable="true" connect="coordinate-grid" spacing="12">
0188                 <heading>Coordinate Grid</heading>
0189             </section>
0190         </legend>
0191     </document>
0192 </dgml>