Warning, /education/marble/data/maps/sky/nightsky/nightsky.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             <license short="Public Domain" attribution="always">Source: Yale Catalogue of Bright Stars, License: Public Domain</license>
0010             <name>Night Sky</name>
0011             <target>sky</target>
0012             <theme>nightsky</theme>
0013             <icon pixmap="nightsky-preview.png"/>
0014 
0015             <!-- describes whether the map theme item will be hidden (e.g.
0016                 for a clouds layer): -->
0017             <visible> true </visible>
0018 
0019             <!-- The description allows for rich text of course: -->
0020             <description><![CDATA[<p>The <i>night sky</i>.</p><p>Displays the stars and constellations at night.</p>]]></description>
0021 
0022             <zoom>
0023                 <minimum>   900  </minimum>
0024                 <maximum>  2100  </maximum>
0025 
0026                 <!-- describes whether you can zoom trough the levels
0027                     continuously -->
0028                 <discrete> false </discrete>
0029             </zoom>
0030         </head>
0031 
0032             <!-- Now we create the layer structure that gets handled by the
0033     layer management class -->
0034 
0035         <map bgcolor="#99b3cc">
0036             <canvas/>
0037             <!-- In this place one could e.g. insert a sky plugin -->
0038             <target/>
0039 
0040             <layer name="celestial places" backend="geodata">
0041                 <geodata name="ycbs">
0042                     <sourcefile format="KML">maps/sky/nightsky/ybsc.kml</sourcefile>
0043                 </geodata>
0044                 <geodata name="marsterrain">
0045                     <sourcefile format="KML">maps/sky/nightsky/constellations.kml</sourcefile>
0046                 </geodata>
0047             </layer>
0048         </map>
0049 
0050         <settings>
0051             <group name="Places">
0052                 <property name="places">
0053                     <value>true</value>
0054                     <available>true</available>
0055                 </property>
0056                 <property name="cities">
0057                     <value>true</value>
0058                     <available>true</available>
0059                 </property>
0060                 <property name="terrain">
0061                     <value>true</value>
0062                     <available>true</available>
0063                 </property>
0064                 <property name="otherplaces">
0065                     <value>true</value>
0066                     <available>true</available>
0067                 </property>
0068             </group>
0069 
0070             <group name="Boundaries">
0071                 <property name="borders">
0072                     <value>true</value>
0073                     <available>true</available>
0074                 </property>
0075                 <property name="international-boundaries">
0076                     <available>true</available>
0077                     <value>true</value>
0078                 </property>
0079                 <property name="state-boundaries">
0080                     <available>true</available>
0081                     <value>true</value>
0082                 </property>
0083             </group>
0084             <group name="Water Bodies">
0085                 <property name="waterbodies">
0086                     <available>true</available>
0087                     <value>true</value>
0088                 </property>
0089                 <property name="lakes">
0090                     <available>true</available>
0091                     <value>true</value>
0092                 </property>
0093                 <property name="rivers">
0094                     <available>true</available>
0095                     <value>true</value>
0096                 </property>
0097             </group>
0098 
0099             <property name="coordinate-grid">
0100                 <value>true</value>
0101                 <available>true</available>
0102             </property>
0103             <property name="overviewmap">
0104                 <value>true</value>
0105                 <available>true</available>
0106             </property>
0107             <property name="compass">
0108                 <value>true</value>
0109                 <available>true</available>
0110             </property>
0111             <property name="scalebar">
0112                 <value>true</value>
0113                 <available>true</available>
0114             </property>
0115         </settings>
0116 
0117         <!-- At last we define some legend properties -->
0118 
0119         <legend>
0120             <section name="terrain" checkable="true" connect="terrain" spacing="12">
0121                 <heading>Terrain</heading>
0122 
0123                 <item name="mountain">
0124                     <icon pixmap="bitmaps/mountain_1.png"/>
0125                     <text>Mountain</text>
0126                 </item>
0127                 <item name="volcano">
0128                     <icon pixmap="bitmaps/volcano_1.png"/>
0129                     <text>Volcano</text>
0130                 </item>
0131             </section>
0132 
0133             <section name="otherplaces" checkable="true" connect="otherplaces" spacing="12">
0134                 <heading>Places of Interest</heading>
0135 
0136                 <item name="geographic-pole">
0137                     <icon pixmap="bitmaps/pole_1.png"/>
0138                     <text>Geographic Pole</text>
0139                 </item>
0140                 <item name="magnetic-pole">
0141                     <icon pixmap="bitmaps/pole_2.png"/>
0142                     <text>Magnetic Pole</text>
0143                 </item>
0144                 <item name="airport">
0145                     <icon pixmap="bitmaps/airport.png"/>
0146                     <text>Airport</text>
0147                 </item>
0148                 <item name="shipwreck">
0149                     <icon pixmap="bitmaps/shipwreck.png"/>
0150                     <text>Shipwreck</text>
0151                 </item>
0152                 <item name="observatory">
0153                     <icon pixmap="bitmaps/observatory.png"/>
0154                     <text>Astronomical Observatory</text>
0155                 </item>
0156             </section>
0157         </legend>
0158     </document>
0159 </dgml>