Warning, /education/marble/data/maps/earth/plain/plain.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="Public Domain">Source: Made with Natural Earth. Free vector and raster map data @ naturalearthdata.com., License: Public Domain</license>
0011             <name>Plain Map</name>
0012             <target>earth</target>
0013             <theme>plain</theme>
0014             <icon pixmap="plain-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>A <i>plain map</i>.</p><p>It uses vector lines to mark coastlines and country borders, etc...</p>]]></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="#99b3cc">
0037             <canvas/>
0038             <target/>
0039         
0040             <layer name="naturalearth" backend="geodata">
0041                 <geodata name="coast" property="land">
0042                     <sourcefile> naturalearth/ne_50m_land.pn2 </sourcefile>
0043                     <pen color="transparent" style="nopen"/>
0044                     <brush color="#f2efe9" />
0045                 </geodata>
0046                 <geodata name="lake" property="waterbodies">
0047                     <sourcefile> naturalearth/ne_50m_lakes.pn2 </sourcefile>
0048                     <brush color="#99b3cc" />
0049                     <pen color="transparent" style="nopen"/>
0050                 </geodata>
0051                 <geodata name="glacier" property="ice" colorize="sea">
0052                     <sourcefile> naturalearth/ne_50m_glaciated_areas.pn2 </sourcefile>
0053                     <brush color="#ffffff" />
0054                     <pen color="transparent" style="nopen"/>
0055                 </geodata>
0056                 <geodata name="lakeshistoric" property="waterbodies">
0057                     <sourcefile> naturalearth/ne_50m_lakes_historic.pn2 </sourcefile>
0058                     <pen color="#99b3cc" style="dotline"/>
0059                     <brush color="#99b3cc" alpha="0.05" />
0060                 </geodata>
0061                 <geodata name="playas" property="waterbodies">
0062                     <sourcefile> naturalearth/ne_50m_playas.pn2 </sourcefile>
0063                     <pen color="#89b0da" style="dashline"/>
0064                     <brush color="#bfd5ee" alpha="0.3" />
0065                 </geodata>
0066                 <geodata name="antarciticiceshelves" property="ice">
0067                     <sourcefile> naturalearth/ne_50m_antarctic_ice_shelves_polys.pn2 </sourcefile>
0068                     <pen color="#5182b4" style="dashline"/>
0069                     <brush color="#5182b4" alpha="0.1" />
0070                 </geodata>
0071                 <geodata name="border" property="borders">
0072                     <sourcefile> naturalearth/ne_50m_admin_0_boundary_lines_land.pn2 </sourcefile>
0073                     <pen color="#cccbca" width="1.0" />
0074                 </geodata>
0075                 <geodata name="maritimeindicators" property="borders">
0076                     <sourcefile> naturalearth/ne_50m_admin_0_boundary_lines_maritime_indicator.pn2 </sourcefile>
0077                     <pen color="#cccbca" width="1.0" />
0078                 </geodata>
0079                 <geodata name="breakawaydisputed" property="borders">
0080                     <sourcefile> naturalearth/ne_50m_admin_0_breakaway_disputed_areas.pn2 </sourcefile>
0081                     <pen color="#cccbca" width="1" style="dotline"/>
0082                     <brush color="#cccbca" alpha="0.20" />
0083                 </geodata>
0084                 <geodata name="purbanareas" property="urbanareas">
0085                     <sourcefile> naturalearth/ne_50m_urban_areas.pn2 </sourcefile>
0086                     <pen color="#a8a7a6" />
0087                     <brush color="#a8a7a6" alpha="0.50" />
0088                 </geodata>
0089                 <geodata name="admin1" property="borders">
0090                     <sourcefile> naturalearth/ne_50m_admin_1_states_provinces_lines.pn2 </sourcefile>
0091                     <pen color="#cccbca" style="dashdotline" />
0092                 </geodata>
0093                 <geodata name="international dateline" property="borders">
0094                     <sourcefile> mwdbii/DATELINE.PNT </sourcefile>
0095                     <pen color="#000000" />
0096                 </geodata>
0097                 <geodata name="rivers" property="waterbodies">
0098                     <sourcefile> naturalearth/ne_50m_rivers_lake_centerlines.pn2 </sourcefile>
0099                     <pen color="#99b3cc" />
0100                 </geodata>
0101 
0102             </layer>
0103         
0104             <layer name="standardplaces" backend="geodata">
0105                 <geodata name="cityplacemarks">
0106                     <sourcefile>cityplacemarks.cache</sourcefile>
0107                 </geodata>
0108                 <geodata name="baseplacemarks">
0109                     <sourcefile>baseplacemarks.cache</sourcefile>
0110                 </geodata>
0111                 <geodata name="elevplacemarks">
0112                     <sourcefile>elevplacemarks.cache</sourcefile>
0113                 </geodata>
0114                 <geodata name="otherplacemarks">
0115                     <sourcefile>otherplacemarks.cache</sourcefile>
0116                 </geodata>
0117                 <geodata name="boundaryplacemarks">
0118                     <sourcefile>boundaryplacemarks.cache</sourcefile>
0119                 </geodata>
0120             </layer>
0121         </map>
0122 
0123         <settings>
0124              <group name="Places">
0125                 <property name="places">
0126                     <value>true</value>
0127                     <available>true</available>
0128                 </property>
0129                 <property name="cities">
0130                     <value>true</value>
0131                     <available>true</available>
0132                 </property>
0133                 <property name="land">
0134                     <value>true</value>
0135                     <available>true</available>
0136                 </property>
0137                 <property name="terrain">
0138                     <value>true</value>
0139                     <available>true</available>
0140                 </property>
0141                 <property name="otherplaces">
0142                     <value>true</value>
0143                     <available>true</available>
0144                 </property>
0145             </group>
0146 
0147             <group name="UrbanAreas">
0148                 <property name="urbanareas">
0149                     <value>true</value>
0150                     <available>true</available>
0151                 </property>
0152             </group>
0153 
0154             <group name="Boundaries">
0155                 <property name="borders">
0156                     <value>true</value>
0157                     <available>true</available>
0158                 </property>
0159             </group>
0160             <group name="Water Bodies">
0161                 <property name="waterbodies">
0162                     <available>true</available>
0163                     <value>true</value>
0164                 </property>
0165             </group>
0166             <group name="Surface">
0167                 <property name="ice">
0168                     <value>true</value>
0169                     <available>true</available>
0170                 </property>
0171                 <property name="relief">
0172                     <value>true</value>
0173                     <available>true</available>
0174                 </property>
0175             </group>
0176 
0177             <property name="coordinate-grid">
0178                 <value>true</value>
0179                 <available>true</available>
0180             </property>
0181         </settings>
0182 
0183         <!-- At last we define some legend properties -->
0184         
0185         <legend>
0186             <section name="urbanareassection" checkable="true" connect="urbanareas" spacing="12">
0187                 <heading>Urban Areas</heading>
0188 
0189                 <item name="urbanareasitem">
0190                     <icon pixmap="bitmaps/urban_area.png"/>
0191                     <text>Urban Areas</text>
0192                 </item>
0193             </section>
0194 
0195             <section name="terrainsection" checkable="true" connect="terrain" spacing="12">
0196                 <heading>Terrain</heading>
0197 
0198                 <item name="mountain">
0199                     <icon pixmap="bitmaps/mountain_1.png"/>
0200                     <text>Mountain</text>
0201                 </item>
0202                 <item name="volcano">
0203                     <icon pixmap="bitmaps/volcano_1.png"/>
0204                     <text>Volcano</text>
0205                 </item>
0206             </section>
0207 
0208             <section name="otherplacessection" checkable="true" connect="otherplaces" spacing="12">
0209                 <heading>Places of Interest</heading>
0210 
0211                 <item name="geographic-pole">
0212                     <icon pixmap="bitmaps/pole_1.png"/>
0213                     <text>Geographic Pole</text>
0214                 </item>
0215                 <item name="magnetic-pole">
0216                     <icon pixmap="bitmaps/pole_2.png"/>
0217                     <text>Magnetic Pole</text>
0218                 </item>
0219                 <item name="airport">
0220                     <icon pixmap="bitmaps/airport.png"/>
0221                     <text>Airport</text>
0222                 </item>
0223                 <item name="shipwreck">
0224                     <icon pixmap="bitmaps/shipwreck.png"/>
0225                     <text>Shipwreck</text>
0226                 </item>
0227                 <item name="observatory">
0228                     <icon pixmap="bitmaps/observatory.png"/>
0229                     <text>Astronomical Observatory</text>
0230                 </item>
0231             </section>
0232 
0233             <section name="borders-section" checkable="true" connect="borders" spacing="12">
0234                 <heading>Boundaries</heading>
0235 
0236                 <item name="international-boundary-item">
0237                     <icon color="#cccbca" pixmap="bitmaps/border_1.png"/>
0238                     <text>International</text>
0239                 </item>
0240                 <item name="state-item">
0241                     <icon color="#cccbca" pixmap="bitmaps/border_2.png"/>
0242                     <text>State</text>
0243                 </item>
0244                 <item name="disputed-areas-item">
0245                     <icon color="#cccbca" pixmap="bitmaps/border_disputed.png"/>
0246                     <text>Disputed Areas</text>
0247                 </item>
0248                 <item name="maritime-borders-item">
0249                     <icon color="#cccbca" pixmap="bitmaps/border_maritime.png"/>
0250                     <text>Maritime Borders</text>
0251                 </item>
0252             </section>
0253 
0254             <section name="waterbodies-section" checkable="true" connect="waterbodies" spacing="12">
0255                 <heading>Water Bodies</heading>
0256 
0257                 <item name="lake-item">
0258                     <icon color="#99b3cc" pixmap="bitmaps/lake.png"/>
0259                     <text>Lake</text>
0260                 </item>
0261                 <item name="historic-lake-item">
0262                     <icon color="#99b3cc" pixmap="bitmaps/lake_historic.png"/>
0263                     <text>Historic Lake</text>
0264                 </item>
0265                 <item name="playa-item">
0266                     <icon color="#89b0da" pixmap="bitmaps/playa.png"/>
0267                     <text>Playa</text>
0268                 </item>
0269                 <item name="river-item">
0270                     <icon color="#99b3cc" pixmap="bitmaps/river.png"/>
0271                     <text>River</text>
0272                 </item>
0273             </section>
0274 
0275             <section name="ice-section" checkable="true" connect="ice" spacing="12">
0276                 <heading>Ice and Glaciers</heading>
0277                 <item name="glaciers-item">
0278                     <icon color="#ffffff" pixmap="bitmaps/glacier.png"/>
0279                     <text>Glaciers</text>
0280                 </item>
0281                 <item name="antarctic-iceshelves-item">
0282                     <icon color="#5182b4" pixmap="bitmaps/antarctic_shelves.png"/>
0283                     <text>Antarctic Iceshelves</text>
0284                 </item>
0285             </section>
0286 
0287             <section name="coordinate-grid" checkable="true" connect="coordinate-grid" spacing="12">
0288                 <heading>Coordinate Grid</heading>
0289             </section>
0290         </legend>
0291     </document>
0292 </dgml>