Warning, /education/marble/data/maps/earth/temp-dec/temp-dec.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="Legates, Willmott / CC by-SA 3.0">Legates, D.R. und Willmott, C.J. 1989. Average Monthly Surface Air Temperature and Precipitation</license>
0011             <name>Temperature (December)</name>
0012             <target>earth</target>
0013             <theme>temp-dec</theme>
0014             <icon pixmap="temp-dec-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[A map which shows the average temperature in December.]]></description>
0022     
0023             <zoom>
0024                 <minimum>   900  </minimum>
0025                 <maximum>  2100  </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">
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="temp-dec" backend="texture" role="dem">
0043                 <texture name="temp-dec_data"><!-- type="texture"-->
0044                     <sourcedir format="JPG"> earth/temp-dec </sourcedir>
0045                     <installmap> temp-dec.jpg </installmap>
0046                     <storageLayout maximumTileLevel="1"/>
0047                 </texture>
0048             </layer>
0049             
0050             <!-- This layer provides the colorization -->
0051             <layer name="colorme" backend="filter">
0052                 <filter name="texturecolorizer" type="colorize">
0053                     <palette type="sea">tempcolors.leg</palette>
0054                     <palette type="land">tempcolors.leg</palette>
0055                 </filter>
0056             </layer>
0057             <layer name="naturalearth" backend="geodata">
0058                 <geodata name="coast">
0059                     <sourcefile> naturalearth/ne_50m_land.pn2 </sourcefile>
0060                     <pen color="#555753"/>
0061                 </geodata>
0062                 <geodata name="lake" property="waterbodies">
0063                     <sourcefile> naturalearth/ne_50m_lakes.pn2 </sourcefile>
0064                     <pen color="#555753"/>
0065                 </geodata>
0066                 <geodata name="border" property="borders">
0067                     <sourcefile> naturalearth/ne_50m_admin_0_boundary_lines_land.pn2 </sourcefile>
0068                     <pen color="#555753" width="1" />
0069                 </geodata>
0070                 <geodata name="breakawaydisputed" property="borders">
0071                     <sourcefile> naturalearth/ne_50m_admin_0_breakaway_disputed_areas.pn2 </sourcefile>
0072                     <pen color="#555753" width="1" style="dotline"/>
0073                 </geodata>
0074                 <geodata name="international dateline" property="borders">
0075                     <sourcefile> mwdbii/DATELINE.PNT </sourcefile>
0076                     <pen color="#000000" />
0077                 </geodata>
0078                 <geodata name="rivers" property="waterbodies">
0079                     <sourcefile> naturalearth/ne_50m_rivers_lake_centerlines.pn2 </sourcefile>
0080                     <pen color="#637bff" />
0081                 </geodata>
0082             </layer>
0083             <layer name="standardplaces" backend="geodata">
0084                 <geodata name="cityplacemarks">
0085                     <sourcefile>cityplacemarks.cache</sourcefile>
0086                 </geodata>
0087                 <geodata name="baseplacemarks">
0088                     <sourcefile>baseplacemarks.cache</sourcefile>
0089                 </geodata>
0090                 <geodata name="elevplacemarks">
0091                     <sourcefile>elevplacemarks.cache</sourcefile>
0092                 </geodata>
0093                 <geodata name="otherplacemarks">
0094                     <sourcefile>otherplacemarks.cache</sourcefile>
0095                 </geodata>
0096                 <geodata name="boundaryplacemarks">
0097                     <sourcefile>boundaryplacemarks.cache</sourcefile>
0098                 </geodata>
0099             </layer>
0100         </map>
0101 
0102         <settings>
0103             <group name="Places">
0104                 <property name="places">
0105                     <value>true</value>
0106                     <available>true</available>
0107                 </property>
0108                 <property name="cities">
0109                     <value>true</value>
0110                     <available>true</available>
0111                 </property>
0112                 <property name="terrain">
0113                     <value>true</value>
0114                     <available>true</available>
0115                 </property>
0116                 <property name="otherplaces">
0117                     <value>true</value>
0118                     <available>true</available>
0119                 </property>
0120             </group>
0121 
0122             <group name="Boundaries">
0123                 <property name="borders">
0124                     <value>true</value>
0125                     <available>true</available>
0126                 </property>
0127             </group>
0128             <group name="Water Bodies">
0129                 <property name="coastlines">
0130                     <available>true</available>
0131                     <value>true</value>
0132                 </property>
0133                 <property name="waterbodies">
0134                      <available>true</available>
0135                      <value>true</value>
0136                 </property>
0137                 <property name="rivers">
0138                     <available>true</available>
0139                     <value>true</value>
0140                 </property>
0141             </group>
0142 
0143             <property name="coordinate-grid">
0144                 <value>true</value>
0145                 <available>true</available>
0146             </property>
0147             <property name="overviewmap">
0148                 <value>true</value>
0149                 <available>true</available>
0150             </property>
0151             <property name="compass">
0152                 <value>true</value>
0153                 <available>true</available>
0154             </property>
0155             <property name="scalebar">
0156                 <value>true</value>
0157                 <available>true</available>
0158             </property>
0159         </settings>
0160         
0161         <!-- At last we define some legend properties -->
0162         
0163         <legend>
0164             <section name="terrain" checkable="true" connect="terrain" spacing="12">
0165                 <heading>Terrain</heading>
0166 
0167                 <item name="mountain">
0168                     <icon pixmap="bitmaps/mountain_1.png"/>
0169                     <text>Mountain</text>
0170                 </item>
0171                 <item name="volcano">
0172                     <icon pixmap="bitmaps/volcano_1.png"/>
0173                     <text>Volcano</text>
0174                 </item>
0175             </section>
0176 
0177             <section name="otherplaces" checkable="true" connect="otherplaces" spacing="12">
0178                 <heading>Places of Interest</heading>
0179 
0180                 <item name="geographic-pole">
0181                     <icon pixmap="bitmaps/pole_1.png"/>
0182                     <text>Geographic Pole</text>
0183                 </item>
0184                 <item name="magnetic-pole">
0185                     <icon pixmap="bitmaps/pole_2.png"/>
0186                     <text>Magnetic Pole</text>
0187                 </item>
0188                 <item name="airport">
0189                     <icon pixmap="bitmaps/airport.png"/>
0190                     <text>Airport</text>
0191                 </item>
0192                 <item name="shipwreck">
0193                     <icon pixmap="bitmaps/shipwreck.png"/>
0194                     <text>Shipwreck</text>
0195                 </item>
0196                 <item name="observatory">
0197                     <icon pixmap="bitmaps/observatory.png"/>
0198                     <text>Astronomical Observatory</text>
0199                 </item>
0200             </section>
0201 
0202             <section name="borders" checkable="true" connect="borders" spacing="12">
0203                 <heading>Boundaries</heading>
0204 
0205                 <item name="international-boundary">
0206                     <icon color="#f29b68" pixmap="bitmaps/border_1.png"/>
0207                     <text>International</text>
0208                 </item>
0209                 <item name="state">
0210                     <icon color="#f29b68" pixmap="bitmaps/border_2.png"/>
0211                     <text>State</text>
0212                 </item>
0213             </section>
0214     
0215             <section name="waterbodies" checkable="true" connect="waterbodies" spacing="12">
0216                 <heading>Water Bodies</heading>
0217 
0218                 <item name="lake">
0219                     <icon color="#d0dff1" pixmap="bitmaps/lake.png"/>
0220                     <text>Lake</text>
0221                 </item>
0222                 <item name="river">
0223                     <icon color="#637bff" pixmap="bitmaps/river.png"/>
0224                     <text>River</text>
0225                 </item>
0226             </section>
0227             <section name="temperature" checkable="false" spacing="12">
0228                 <heading>Temperature</heading>
0229 
0230                 <item name="temp42">
0231                     <icon color="#e20800"/>
0232                     <text><![CDATA[42&deg;C]]></text>
0233                 </item>
0234                 <item name="temp32">
0235                     <icon color="#f07113"/>
0236                     <text><![CDATA[32&deg;C]]></text>
0237                 </item>
0238                 <item name="temp23">
0239                     <icon color="#ffe429"/>
0240                     <text><![CDATA[23&deg;C]]></text>
0241                 </item>
0242                 <item name="temp12">
0243                     <icon color="#91a87b"/>
0244                     <text><![CDATA[12&deg;C]]></text>
0245                 </item>
0246                 <item name="temp1">
0247                     <icon color="#2c72c7"/>
0248                     <text><![CDATA[1&deg;C]]></text>
0249                 </item>
0250                 <item name="temp-10">
0251                     <icon color="#175baa"/>
0252                     <text><![CDATA[-10&deg;C]]></text>
0253                 </item>
0254                 <item name="temp-21">
0255                     <icon color="#003876"/>
0256                     <text><![CDATA[-21&deg;C]]></text>
0257                 </item>
0258                 <item name="temp-32">
0259                     <icon color="#003065"/>
0260                     <text><![CDATA[-32&deg;C]]></text>
0261                 </item>
0262                 <item name="temp-41">
0263                     <icon color="#002754"/>
0264                     <text><![CDATA[-41&deg;C]]></text>
0265                 </item>
0266                 <item name="temp-69">
0267                     <icon color="#001e43"/>
0268                     <text><![CDATA[-69&deg;C]]></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>