Warning, /education/marble/data/maps/earth/bluemarble/bluemarble.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="NASA / Public Domain">Source: NASA Goddard Space Flight Center Earth Observatory http://earthobservatory.nasa.gov/Newsroom/BlueMarble, License: Public Domain</license>
0011             <name>Satellite View</name>
0012             <target>earth</target>
0013             <theme>bluemarble</theme>
0014             <icon pixmap="bluemarble-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[<p>Earth as seen from Space.</p><p>The map is based on NASA's beautiful "Blue Marble Next Generation" pictures. Credits: NASA's Earth Observatory</p>]]></description>
0022     
0023             <zoom>
0024                 <minimum>   900  </minimum>
0025                 <maximum>  2400  </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="bluemarble" backend="texture">
0043                 <texture name="bluemarble_data"><!-- type="texture"-->
0044                     <sourcedir format="JPG"> earth/bluemarble </sourcedir>
0045                     <installmap> bluemarble.jpg </installmap>
0046                     <storageLayout maximumTileLevel="7"/>
0047                 </texture>
0048                 <texture name="clouds_data" expire="10800"><!-- type="texture"-->
0049                     <sourcedir format="JPG"> earth/clouds </sourcedir>
0050                     <tileSize width="675" height="675" />
0051                     <installmap> clouds.jpg </installmap>
0052                     <storageLayout maximumTileLevel="1"/>
0053                     <blending name="CloudsBlending" />
0054                 </texture>
0055                 <texture name="citylights"><!-- type="texture"-->
0056                     <sourcedir format="JPG"> earth/citylights </sourcedir>
0057                     <installmap> citylights.jpg </installmap>
0058                     <storageLayout maximumTileLevel="3"/>
0059                     <blending name="SunLightBlending" />
0060                 </texture>
0061             </layer>
0062             <layer name="naturalearth" backend="geodata">
0063                 <geodata name="border" property="borders">
0064                     <sourcefile> naturalearth/ne_50m_admin_0_boundary_lines_land.pn2 </sourcefile>
0065                     <pen color="#ffe300" width="1.0" />
0066                 </geodata>
0067                 <geodata name="maritimeindicators" property="borders">
0068                     <sourcefile> naturalearth/ne_50m_admin_0_boundary_lines_maritime_indicator.pn2 </sourcefile>
0069                     <pen color="#ffe300" width="1.0" />
0070                 </geodata>
0071                 <geodata name="breakawaydisputed" property="borders">
0072                     <sourcefile> naturalearth/ne_50m_admin_0_breakaway_disputed_areas.pn2 </sourcefile>
0073                     <pen color="#cccbca" width="1"/>
0074                     <brush color="#cccbca" alpha="0.5" />
0075                 </geodata>
0076                 <geodata name="admin1" property="borders">
0077                     <sourcefile> naturalearth/ne_50m_admin_1_states_provinces_lines.pn2 </sourcefile>
0078                     <pen color="#ffe300" style="dashdotline" />
0079                 </geodata>
0080                 <geodata name="international dateline" property="borders">
0081                     <sourcefile> mwdbii/DATELINE.PNT </sourcefile>
0082                     <pen color="#000000" />
0083                 </geodata>
0084             </layer>
0085 
0086             <layer name="standardplaces" backend="geodata">
0087                 <geodata name="cityplacemarks">
0088                     <sourcefile>cityplacemarks.cache</sourcefile>
0089                 </geodata>
0090                 <geodata name="baseplacemarks">
0091                     <sourcefile>baseplacemarks.cache</sourcefile>
0092                 </geodata>
0093                 <geodata name="elevplacemarks">
0094                     <sourcefile>elevplacemarks.cache</sourcefile>
0095                 </geodata>
0096                 <geodata name="otherplacemarks">
0097                     <sourcefile>otherplacemarks.cache</sourcefile>
0098                 </geodata>
0099                 <geodata name="boundaryplacemarks">
0100                     <sourcefile>boundaryplacemarks.cache</sourcefile>
0101                 </geodata>
0102             </layer>
0103         </map>
0104 
0105         <settings>
0106             <group name="Places">
0107                 <property name="places">
0108                     <value>true</value>
0109                     <available>true</available>
0110                 </property>
0111                 <property name="cities">
0112                     <value>true</value>
0113                     <available>true</available>
0114                 </property>
0115                 <property name="terrain">
0116                     <value>true</value>
0117                     <available>true</available>
0118                 </property>
0119                 <property name="otherplaces">
0120                     <value>true</value>
0121                     <available>true</available>
0122                 </property>
0123             </group>
0124 
0125             <group name="Boundaries">
0126                 <property name="borders">
0127                     <value>false</value>
0128                     <available>true</available>
0129                 </property>
0130                 <property name="international-boundaries">
0131                     <value>false</value>
0132                     <available>true</available>
0133                 </property>
0134                 <property name="state-boundaries">
0135                     <value>false</value>
0136                     <available>true</available>
0137                 </property>
0138             </group>
0139             <group name="Water Bodies">
0140                 <property name="waterbodies">
0141                     <available>true</available>
0142                     <value>true</value>
0143                 </property>
0144                 <property name="lakes">
0145                     <available>false</available>
0146                     <value>false</value>
0147                 </property>
0148                 <property name="rivers">
0149                     <available>false</available>
0150                     <value>false</value>
0151                 </property>
0152             </group>
0153             <group name="Surface">
0154                 <property name="ice">
0155                     <value>false</value>
0156                     <available>false</available>
0157                 </property>
0158                 <property name="relief">
0159                     <value>false</value>
0160                     <available>false</available>
0161                 </property>
0162             </group>
0163 
0164             <group name="Texture Layers">
0165                 <property name="citylights">
0166                     <value>false</value>
0167                     <available>true</available>
0168                 </property>
0169                 <property name="clouds_data">
0170                     <value>true</value>
0171                     <available>true</available>
0172                 </property>
0173             </group>
0174 
0175             <property name="coordinate-grid">
0176                 <value>true</value>
0177                 <available>true</available>
0178             </property>
0179             <property name="overviewmap">
0180                 <value>true</value>
0181                 <available>true</available>
0182             </property>
0183             <property name="compass">
0184                 <value>true</value>
0185                 <available>true</available>
0186             </property>
0187             <property name="scalebar">
0188                 <value>true</value>
0189                 <available>true</available>
0190             </property>
0191         </settings>
0192         
0193         <!-- At last we define some legend properties -->
0194         
0195         <legend>
0196             <section name="terrain" checkable="true" connect="terrain" spacing="12">
0197                 <heading>Terrain</heading>
0198 
0199                 <item name="mountain">
0200                     <icon pixmap="bitmaps/mountain_1.png"/>
0201                     <text>Mountain</text>
0202                 </item>
0203                 <item name="volcano">
0204                     <icon pixmap="bitmaps/volcano_1.png"/>
0205                     <text>Volcano</text>
0206                 </item>
0207             </section>
0208 
0209             <section name="otherplaces" checkable="true" connect="otherplaces" spacing="12">
0210                 <heading>Places of Interest</heading>
0211 
0212                 <item name="geographic-pole">
0213                     <icon pixmap="bitmaps/pole_1.png"/>
0214                     <text>Geographic Pole</text>
0215                 </item>
0216                 <item name="magnetic-pole">
0217                     <icon pixmap="bitmaps/pole_2.png"/>
0218                     <text>Magnetic Pole</text>
0219                 </item>
0220                 <item name="airport">
0221                     <icon pixmap="bitmaps/airport.png"/>
0222                     <text>Airport</text>
0223                 </item>
0224                 <item name="shipwreck">
0225                     <icon pixmap="bitmaps/shipwreck.png"/>
0226                     <text>Shipwreck</text>
0227                 </item>
0228                 <item name="observatory">
0229                     <icon pixmap="bitmaps/observatory.png"/>
0230                     <text>Astronomical Observatory</text>
0231                 </item>
0232             </section>
0233 
0234             <section name="borders" checkable="true" connect="borders" spacing="12">
0235                 <heading>Boundaries</heading>
0236 
0237                 <item name="international-boundary">
0238                     <icon color="#ffe300" pixmap="bitmaps/border_1.png"/>
0239                     <text>International</text>
0240                 </item>
0241                 <item name="state">
0242                     <icon color="#ffe300" pixmap="bitmaps/border_2.png"/>
0243                     <text>State</text>
0244                 </item>
0245             </section>
0246 
0247             <section name="surface" checkable="false" spacing="12">
0248                 <heading>Surface</heading>
0249 
0250                 <item name="ice">
0251                     <icon pixmap="maps/earth/bluemarble/legend/ice.png"/>
0252                     <text>Ice</text>
0253                 </item>
0254                 <item name="mountain">
0255                     <icon pixmap="maps/earth/bluemarble/legend/mountain.png"/>
0256                     <text>Mountain</text>
0257                 </item>
0258                 <item name="vegetation">
0259                     <icon pixmap="maps/earth/bluemarble/legend/vegetation.png"/>
0260                     <text>Vegetation</text>
0261                 </item>
0262                 <item name="desert">
0263                     <icon pixmap="maps/earth/bluemarble/legend/desert.png"/>
0264                     <text>Desert</text>
0265                 </item>
0266                 <item name="water">
0267                     <icon pixmap="maps/earth/bluemarble/legend/water.png"/>
0268                     <text>Water</text>
0269                 </item>
0270             </section>
0271 
0272             <section name="coordinate-grid" checkable="true" connect="coordinate-grid" spacing="12">
0273                 <heading>Coordinate Grid</heading>
0274             </section>
0275         </legend>
0276     </document>
0277 </dgml>