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

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <dgml xmlns="http://edu.kde.org/marble/dgml/2.0">
0003     <document>
0004         <head>
0005             <name>Moon</name>
0006             <target>moon</target>
0007             <theme>clementine</theme>
0008             <icon pixmap="clementine-preview.png"/>
0009     
0010             <!-- describes whether the map theme item will be hidden (e.g.
0011                 for a clouds layer): -->
0012             <visible> true </visible>
0013         
0014             <!-- The description allows for rich text of course: -->
0015             <description><![CDATA[<p>The moon.</p><p>The map is based on data from the Clementine Moon mission (UVVIS Basemap Mosaic). Credits: NASA/SDIO, Courtesy <a href="http://astrogeology.usgs.gov">USGS Astrogeology Research Program</a></p>]]></description>
0016     
0017             <zoom>
0018                 <minimum>   900  </minimum>
0019                 <maximum>  2400  </maximum>
0020     
0021                 <!-- describes whether you can zoom trough the levels
0022                     continuously -->
0023                 <discrete> false </discrete> 
0024             </zoom>
0025         </head>
0026         
0027             <!-- Now we create the layer structure that gets handled by the
0028     layer management class -->
0029         
0030         <map bgcolor="#000000" labelColor="#ffffff">
0031             <canvas/>
0032             <!-- In this place one could e.g. insert a sky plugin -->
0033             <target/>
0034         
0035             <!-- This layer creates the elevation model -->
0036             <layer name="clementine" backend="texture">
0037                 <texture name="clementine_data" expire="604800"><!-- type="texture"-->
0038                     <sourcedir format="JPG"> moon/clementine </sourcedir>
0039                     <installmap> clementine.jpg </installmap>
0040                     <storageLayout maximumTileLevel="6"/>
0041                 </texture>
0042             </layer>
0043                             
0044             <layer name="lunarplaces" backend="geodata">
0045                 <geodata name="moonlandingsites">
0046                     <sourcefile>moonlandingsites.cache</sourcefile>
0047                 </geodata>
0048                 <geodata name="moonterrain">
0049                     <sourcefile>moonterrain.cache</sourcefile>
0050                 </geodata>
0051             </layer>
0052         </map>
0053 
0054         <settings>
0055             <group name="Places">
0056                 <property name="places">
0057                     <value>true</value>
0058                     <available>true</available>
0059                 </property>
0060                 <property name="cities">
0061                     <value>true</value>
0062                     <available>true</available>
0063                 </property>
0064                 <property name="terrain">
0065                     <value>true</value>
0066                     <available>true</available>
0067                 </property>
0068                 <property name="otherplaces">
0069                     <value>true</value>
0070                     <available>true</available>
0071                 </property>
0072             </group>
0073             <group name="Surface">
0074                 <property name="landingsites">
0075                     <value>true</value>
0076                     <available>true</available>
0077                 </property>
0078                 <property name="craters">
0079                     <value>true</value>
0080                     <available>true</available>
0081                 </property>
0082                 <property name="maria">
0083                     <value>true</value>
0084                     <available>true</available>
0085                 </property>
0086                 <property name="terrain">
0087                     <value>true</value>
0088                     <available>true</available>
0089                 </property>
0090             </group>
0091 
0092             <property name="coordinate-grid">
0093                 <value>true</value>
0094                 <available>true</available>
0095             </property>
0096             <property name="compass">
0097                 <value>true</value>
0098                 <available>true</available>
0099             </property>
0100             <property name="scalebar">
0101                 <value>true</value>
0102                 <available>true</available>
0103             </property>
0104         </settings>
0105         
0106         <!-- At last we define some legend properties -->
0107         
0108         <legend>
0109 
0110             <section name="Tours">
0111                 <heading>Explore the Moon</heading>
0112                 <item name="moonlandingsites">
0113                     <icon pixmap="bitmaps/manned_landing.png"/>
0114                     <text><![CDATA[<a href="tour://moon/clementine/tour.kml">Play a tour of different landing sites.</a>]]></text>
0115                 </item>
0116             </section>
0117             <section name="landingsites" checkable="true" connect="landingsites" spacing="12">
0118                 <heading>Landing Sites</heading>
0119                 <item name="mannedlanding">
0120                     <icon pixmap="bitmaps/manned_landing.png"/>
0121                     <text>Manned landing site</text>
0122                 </item>
0123                 <item name="roboticrover">
0124                     <icon pixmap="bitmaps/robotic_rover.png"/>
0125                     <text>Robotic rover</text>
0126                 </item>
0127                 <item name="unmannedsoftlanding">
0128                     <icon pixmap="bitmaps/unmanned_soft_landing.png"/>
0129                     <text>Unmanned soft landing</text>
0130                 </item>
0131                 <item name="unmannedhardlanding">
0132                     <icon pixmap="bitmaps/unmanned_hard_landing.png"/>
0133                     <text>Unmanned hard landing</text>
0134                 </item>
0135             </section>
0136 
0137             <section name="craters" checkable="true" connect="craters" spacing="12">
0138                 <heading>Craters</heading>
0139 
0140                 <item name="crater">
0141                     <icon pixmap="bitmaps/crater.png"/>
0142                     <text>Crater, impact crater</text>
0143                 </item>
0144             </section>
0145 
0146             <section name="maria" checkable="true" connect="maria" spacing="12">
0147                 <heading>Maria</heading>
0148             </section>
0149 
0150             <section name="terrain" checkable="true" connect="terrain" spacing="12">
0151                 <heading>Other features</heading>
0152 
0153                 <item name="mons">
0154                     <icon pixmap="bitmaps/mountain_1.png"/>
0155                     <text>Mons, mountain</text>
0156                 </item>
0157                 <item name="vallis">
0158                     <icon pixmap="bitmaps/valley.png"/>
0159                     <text>Vallis, valley</text>
0160                 </item>
0161                 <item name="other">
0162                     <icon pixmap="bitmaps/other.png"/>
0163                     <text>Other</text>
0164                 </item>
0165             </section>
0166 
0167 
0168             <section name="otherplaces" checkable="true" connect="otherplaces" spacing="12">
0169                 <heading>Places of Interest</heading>
0170 
0171                 <item name="geographic-pole">
0172                     <icon pixmap="bitmaps/pole_1.png"/>
0173                     <text>Selenographic Pole</text>
0174                 </item>
0175             </section>
0176 
0177 
0178             <section name="coordinate-grid" checkable="true" connect="coordinate-grid" spacing="12">
0179                 <heading>Coordinate Grid</heading>
0180             </section>
0181         </legend>
0182     </document>
0183 </dgml>