Warning, /education/marble/data/maps/earth/precip-dec/precip-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>Precipitation (December)</name>
0012             <target>earth</target>
0013             <theme>precip-dec</theme>
0014             <icon pixmap="precip-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 precipitation 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="precip-dec" backend="texture" role="dem">
0043                 <texture name="precip-dec_data"><!-- type="texture"-->
0044                     <sourcedir format="JPG"> earth/precip-dec </sourcedir>
0045                     <installmap> precip-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">precipcolors.leg</palette>
0054                     <palette type="land">precipcolors.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             <property name="coordinate-grid">
0143                 <value>true</value>
0144                 <available>true</available>
0145             </property>
0146             <property name="overviewmap">
0147                 <value>true</value>
0148                 <available>true</available>
0149             </property>
0150             <property name="compass">
0151                 <value>true</value>
0152                 <available>true</available>
0153             </property>
0154             <property name="scalebar">
0155                 <value>true</value>
0156                 <available>true</available>
0157             </property>
0158         </settings>
0159         
0160         <!-- At last we define some legend properties -->
0161         
0162         <legend>
0163             <section name="terrain" checkable="true" connect="terrain" spacing="12">
0164                 <heading>Terrain</heading>
0165 
0166                 <item name="mountain">
0167                     <icon pixmap="bitmaps/mountain_1.png"/>
0168                     <text>Mountain</text>
0169                 </item>
0170                 <item name="volcano">
0171                     <icon pixmap="bitmaps/volcano_1.png"/>
0172                     <text>Volcano</text>
0173                 </item>
0174             </section>
0175 
0176             <section name="otherplaces" checkable="true" connect="otherplaces" spacing="12">
0177                 <heading>Places of Interest</heading>
0178 
0179                 <item name="geographic-pole">
0180                     <icon pixmap="bitmaps/pole_1.png"/>
0181                     <text>Geographic Pole</text>
0182                 </item>
0183                 <item name="magnetic-pole">
0184                     <icon pixmap="bitmaps/pole_2.png"/>
0185                     <text>Magnetic Pole</text>
0186                 </item>
0187                 <item name="airport">
0188                     <icon pixmap="bitmaps/airport.png"/>
0189                     <text>Airport</text>
0190                 </item>
0191                 <item name="shipwreck">
0192                     <icon pixmap="bitmaps/shipwreck.png"/>
0193                     <text>Shipwreck</text>
0194                 </item>
0195                 <item name="observatory">
0196                     <icon pixmap="bitmaps/observatory.png"/>
0197                     <text>Astronomical Observatory</text>
0198                 </item>
0199             </section>
0200 
0201             <section name="borders" checkable="true" connect="borders" spacing="12">
0202                 <heading>Boundaries</heading>
0203 
0204                 <item name="international-boundary">
0205                     <icon color="#f29b68" pixmap="bitmaps/border_1.png"/>
0206                     <text>International</text>
0207                 </item>
0208                 <item name="state">
0209                     <icon color="#f29b68" pixmap="bitmaps/border_2.png"/>
0210                     <text>State</text>
0211                 </item>
0212             </section>
0213     
0214             <section name="waterbodies" checkable="true" connect="waterbodies" spacing="12">
0215                 <heading>Water Bodies</heading>
0216 
0217                 <item name="lake">
0218                     <icon color="#d0dff1" pixmap="bitmaps/lake.png"/>
0219                     <text>Lake</text>
0220                 </item>
0221                 <item name="river">
0222                     <icon color="#637bff" pixmap="bitmaps/river.png"/>
0223                     <text>River</text>
0224                 </item>
0225             </section>
0226     
0227             <section name="precipitation" checkable="false" spacing="12">
0228                 <heading>Precipitation</heading>
0229 
0230                 <item name="precip0">
0231                     <icon color="#f1edc8"/>
0232                     <text>0 mm</text>
0233                 </item>
0234                 <item name="precip10">
0235                     <icon color="#ddc98a"/>
0236                     <text>10 mm</text>
0237                 </item>
0238                 <item name="precip40">
0239                     <icon color="#bac596"/>
0240                     <text>40 mm</text>
0241                 </item>
0242                 <item name="precip63">
0243                     <icon color="#a4caa1"/>
0244                     <text>63 mm</text>
0245                 </item>
0246                 <item name="precip89">
0247                     <icon color="#bfd5ee"/>
0248                     <text>89 mm</text>
0249                 </item>
0250                 <item name="precip127">
0251                     <icon color="#a3c3e6"/>
0252                     <text>127 mm</text>
0253                 </item>
0254                 <item name="precip256">
0255                     <icon color="#89b0da"/>
0256                     <text>256 mm</text>
0257                 </item>
0258                 <item name="precip512">
0259                     <icon color="#6b99c9"/>
0260                     <text>512 mm</text>
0261                 </item>
0262                 <item name="precip1024">
0263                     <icon color="#5182b4"/>
0264                     <text>1024 mm or more</text>
0265                 </item>
0266             </section>
0267 
0268             <section name="coordinate-grid" checkable="true" connect="coordinate-grid" spacing="12">
0269                 <heading>Coordinate Grid</heading>
0270             </section>
0271         </legend>
0272     </document>
0273 </dgml>