Warning, /education/marble/data/maps/earth/political/political.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>Political Map</name> 0012 <target>earth</target> 0013 <theme>political</theme> 0014 <icon pixmap="political-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>Political Map</i>.</p><p>The theme displays various countries.</p>]]></description> 0022 0023 <zoom> 0024 <minimum> 900 </minimum> 0025 <maximum> 2000 </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="#d3d7cf" highlightBrush="#007880" highlightPen="#00484d"> 0037 <canvas/> 0038 <target/> 0039 0040 <layer name="rivers" backend="geodata"> 0041 <geodata name="rivers" property="water"> 0042 <sourcefile> naturalearth/ne_50m_rivers_lake_centerlines.pn2 </sourcefile> 0043 <pen color="#3474df" /> 0044 </geodata> 0045 </layer> 0046 0047 <!-- This layer draws the boundaries for different geographical regions --> 0048 <layer name="coutries" backend="geodata"> 0049 <geodata name="country-borders" property="borders"> 0050 <sourcefile>naturalearth/ne_50m_admin_0_countries.pn2 </sourcefile> 0051 <brush colorMap="#ec7331,#ffeb55,#77b753,#c173b0,#6193cf,#e85752,#b3925d,#f2bb88,#b1d28f,#8e79b9,#fff299,#f08682,#debc85" alpha="0.60" /> 0052 <pen color="#57401e" style="solidline"/> 0053 </geodata> 0054 <geodata name="breakawaydisputed" property="borders"> 0055 <sourcefile> naturalearth/ne_50m_admin_0_breakaway_disputed_areas.pn2 </sourcefile> 0056 <pen color="#cccbca" width="1" style="dotline"/> 0057 <brush color="#cccbca" alpha="0.20" /> 0058 </geodata> 0059 </layer> 0060 <layer name="standardplaces" backend="geodata"> 0061 <geodata name="boundaryplacemarks"> 0062 <sourcefile>boundaryplacemarks.cache</sourcefile> 0063 </geodata> 0064 </layer> 0065 </map> 0066 0067 <settings> 0068 <group name="Places"> 0069 <property name="cities"> 0070 <value>true</value> 0071 <available>true</available> 0072 </property> 0073 <property name="terrain"> 0074 <value>true</value> 0075 <available>true</available> 0076 </property> 0077 </group> 0078 <group name="Boundaries"> 0079 <property name="borders"> 0080 <value>true</value> 0081 <available>true</available> 0082 </property> 0083 </group> 0084 <group name="WaterBodies"> 0085 <property name="water"> 0086 <available>true</available> 0087 <value>true</value> 0088 </property> 0089 </group> 0090 <property name="coordinate-grid"> 0091 <value>true</value> 0092 <available>true</available> 0093 </property> 0094 </settings> 0095 0096 <legend> 0097 <section name="borders-section" checkable="true" connect="borders" spacing="12"> 0098 <heading>Boundaries</heading> 0099 0100 <item name="international-boundary-item"> 0101 <icon color="#cccbca" pixmap="bitmaps/border_1.png"/> 0102 <text>International</text> 0103 </item> 0104 <item name="disputed-areas-item"> 0105 <icon color="#cccbca" pixmap="bitmaps/border_disputed.png"/> 0106 <text>Disputed Areas</text> 0107 </item> 0108 </section> 0109 <section name="waterbodies-section" checkable="true" connect="water" spacing="12"> 0110 <heading>Water Bodies</heading> 0111 0112 <item name="rivers-item"> 0113 <icon color="#99b3cc" pixmap="bitmaps/river.png"/> 0114 <text>Rivers</text> 0115 </item> 0116 </section> 0117 <section name="coordinate-grid" checkable="true" connect="coordinate-grid" spacing="12"> 0118 <heading>Coordinate Grid</heading> 0119 </section> 0120 </legend> 0121 </document> 0122 </dgml>