Advertisement
Guest User

opentopomap.dgml

a guest
Apr 3rd, 2016
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 15.47 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3.     This xml file is free software licensed under the GNU LGPL. You can
  4.     find a copy of this license in LICENSE.txt in the top directory of
  5.     the source code.
  6. -->
  7. <dgml xmlns="http://edu.kde.org/marble/dgml/2.0">
  8.   <document>
  9.     <head>
  10.       <!-- The license here applies to the actual map content, not this dgml file. See the license header above for the dgml file license -->
  11.       <!-- The content that this license refers to is not distributed with this package -->
  12.       <license short="© OpenStreetMap / OpenTopoMap contributors">Map data: © OpenStreetMap contributors, SRTM. Map style: © OpenTopoMap,  License: Creative Commons Attribution-ShareAlike 2.0 (CC BY-SA)</license>
  13.       <name>OpenTopoMap</name>
  14.       <target>earth</target>
  15.       <theme>opentopomap</theme>
  16.       <icon pixmap="opentopomap-preview.png"/>
  17.       <visible>true</visible>
  18.       <description><![CDATA[<p><i>OpenTopoMap</i> is a free topographic map which has been created from OpenStreetMap and SRTM data. The map style is inspired by official maps and focuses on legibility through high contrast and balanced signatures.</p>]]></description>
  19.       <zoom>
  20.         <minimum>   900  </minimum>
  21.         <maximum>  3000  </maximum>
  22.         <discrete> true </discrete>
  23.       </zoom>
  24.     </head>
  25.     <map bgcolor="#000000">
  26.       <canvas/>
  27.       <target/>
  28.       <layer name="opentopomap" backend="texture">
  29.         <!-- OpenStreetMap mapnik rendered tiles expire after seven days
  30.                     or 604800 seconds -->
  31.         <texture name="opentopomap_data" expire="604800">
  32.           <sourcedir format="PNG"> earth/opentopomap </sourcedir>
  33.           <tileSize width="256" height="256"/>
  34.           <storageLayout levelZeroColumns="1" levelZeroRows="1" maximumTileLevel="19" mode="OpenStreetMap"/>
  35.           <projection name="Mercator"/>
  36.           <downloadUrl protocol="http" host="a.tile.opentopomap.org" path="/"/>
  37.           <downloadUrl protocol="http" host="b.tile.opentopomap.org" path="/"/>
  38.           <downloadUrl protocol="http" host="c.tile.opentopomap.org" path="/"/>
  39.           <downloadPolicy usage="Browse" maximumConnections="20"/>
  40.           <downloadPolicy usage="Bulk" maximumConnections="2"/>
  41.         </texture>
  42.       </layer>
  43.       <layer name="naturalearth" backend="geodata">
  44.         <geodata name="glacier" property="ice">
  45.             <sourcefile> naturalearth/ne_50m_glaciated_areas.pn2 </sourcefile>
  46.             <brush color="#ffffff" alpha="0.9" />
  47.             <pen color="transparent" style="nopen"/>
  48.         </geodata>
  49.         <geodata name="antarciticiceshelves" property="ice">
  50.             <sourcefile> naturalearth/ne_50m_antarctic_ice_shelves_polys.pn2 </sourcefile>
  51.             <pen color="#5182b4" style="dashline"/>
  52.             <brush color="#ffffff" alpha="0.4" />
  53.         </geodata>
  54.       </layer>          
  55.       <layer name="standardplaces" backend="geodata">
  56.         <geodata name="cityplacemarks">
  57.           <sourcefile>cityplacemarks.cache</sourcefile>
  58.         </geodata>
  59.         <geodata name="baseplacemarks">
  60.           <sourcefile>baseplacemarks.cache</sourcefile>
  61.         </geodata>
  62.         <geodata name="elevplacemarks">
  63.           <sourcefile>elevplacemarks.cache</sourcefile>
  64.         </geodata>
  65.         <geodata name="otherplacemarks">
  66.           <sourcefile>otherplacemarks.cache</sourcefile>
  67.         </geodata>
  68.         <geodata name="boundaryplacemarks">
  69.           <sourcefile>boundaryplacemarks.cache</sourcefile>
  70.         </geodata>
  71.       </layer>
  72.     </map>
  73.     <settings>
  74.         <group name="Places">
  75.             <property name="places">
  76.                 <value>false</value>
  77.                 <available>false</available>
  78.             </property>
  79.             <property name="cities">
  80.                 <value>false</value>
  81.                 <available>true</available>
  82.             </property>
  83.             <property name="land">
  84.                 <value>false</value>
  85.                 <available>false</available>
  86.             </property>
  87.             <property name="terrain">
  88.                 <value>false</value>
  89.                 <available>true</available>
  90.             </property>
  91.             <property name="otherplaces">
  92.                 <value>false</value>
  93.                 <available>false</available>
  94.             </property>
  95.         </group>        
  96.         <property name="coordinate-grid">
  97.             <value>true</value>
  98.             <available>true</available>
  99.         </property>
  100.         <property name="overviewmap">
  101.             <value>true</value>
  102.             <available>true</available>
  103.         </property>
  104.         <property name="compass">
  105.             <value>true</value>
  106.             <available>true</available>
  107.         </property>
  108.         <property name="scalebar">
  109.             <value>true</value>
  110.             <available>true</available>
  111.         </property>
  112.  
  113.         <group name="Surface">
  114.             <property name="ice">
  115.                 <value>false</value>
  116.                 <available>true</available>
  117.             </property>
  118.         </group>
  119.     </settings>
  120.     <legend>
  121.       <section name="coordinate-grid" checkable="true" connect="coordinate-grid" spacing="12">
  122.         <heading>Coordinate Grid</heading>
  123.       </section>
  124.       <section name="placemarks" spacing="12">
  125.         <heading>Placemarks</heading>
  126.         <item name="terrain" checkable="true" connect="terrain">
  127.            <text>Continents, Terrain</text>
  128.         </item>
  129.         <item name="cities" checkable="true" connect="cities">
  130.            <text>Populated Places, Countries</text>
  131.         </item>
  132.       </section>
  133.       <section name="areas" checkable="false" spacing="12">
  134.         <heading>Areas</heading>
  135.         <item name="deciduous_forest">
  136.           <icon pixmap="maps/earth/opentopomap/legend/laubwald.png"/>
  137.           <text>Deciduous Forest</text>
  138.         </item>
  139.         <item name="conferous_forest">
  140.           <icon pixmap="maps/earth/opentopomap/legend/nadelwald.png"/>
  141.           <text>Coniferous Forest</text>
  142.         </item>
  143.         <item name="mixed_forest">
  144.           <icon pixmap="maps/earth/opentopomap/legend/mischwald.png"/>
  145.           <text>Mixed Forest</text>
  146.         </item>
  147.         <item name="swamp">
  148.           <icon pixmap="maps/earth/opentopomap/legend/sumpf.png"/>
  149.           <text>Swamp</text>
  150.         </item>
  151.         <item name="moor">
  152.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/moor.png"/>
  153.           <text>Moor</text>
  154.         </item>
  155.         <item name="reeds">
  156.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/roehricht.png"/>
  157.           <text>Reeds</text>
  158.         </item>
  159.         <item name="watt">
  160.           <icon  color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/watt.png"/>
  161.           <text>Watt</text>
  162.         </item>
  163.         <item name="sand">
  164.           <icon pixmap="maps/earth/opentopomap/legend/sand.png"/>
  165.           <text>Sand</text>
  166.         </item>
  167.         <item name="rubble">
  168.           <icon  color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/geroell.png"/>
  169.           <text>Rubble</text>
  170.         </item>
  171.         <item name="grove">
  172.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/gehoelz.png"/>
  173.           <text>Grove</text>
  174.         </item>
  175.         <item name="meadow">
  176.           <icon  color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/wiese.png"/>
  177.           <text>Meadow</text>
  178.         </item>
  179.         <item name="wine_growing">
  180.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/wein.png"/>
  181.           <text>Wine Growing</text>
  182.         </item>
  183.         <item name="cemetery">
  184.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/friedhof.png"/>
  185.           <text>Cemetery</text>
  186.         </item>
  187.         <item name="allotments">
  188.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/schrebergaerten.png"/>
  189.           <text>Allotments</text>
  190.         </item>
  191.         <item name="restricted_area">
  192.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/sperrgebiet.png"/>
  193.           <text>Restricted Area</text>
  194.         </item>
  195.         <item name="mining">
  196.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/bergbau.png"/>
  197.           <text>Mining</text>
  198.         </item>
  199.       </section>
  200.       <section name="lines" checkable="false" spacing="12">
  201.         <heading>Lines</heading>
  202.         <item name="power_line">
  203.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/stromleitung.png"/>
  204.           <text>Power Line</text>
  205.         </item>
  206.         <item name="funicular">
  207.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/seilbahn.png"/>
  208.           <text>Funicular</text>
  209.         </item>
  210.         <item name="embankment">
  211.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/boeschung.png"/>
  212.           <text>Embankment</text>
  213.         </item>
  214.         <item name="dike">
  215.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/deich.png"/>
  216.           <text>Dike</text>
  217.         </item>
  218.         <item name="fence">
  219.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/zaun.png"/>
  220.           <text>Fence</text>
  221.         </item>
  222.         <item name="hedge">
  223.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/hecke.png"/>
  224.           <text>Hedge</text>
  225.         </item>
  226.       </section>
  227.       <section name="places-legend" checkable="false" spacing="12">
  228.         <heading>Places of Interest</heading>
  229.         <item name="church">
  230.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/kirche.png"/>
  231.           <text>Church</text>
  232.         </item>
  233.         <item name="chapel">
  234.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/kapelle.png"/>
  235.           <text>Chapel</text>
  236.         </item>
  237.         <item name="castle">
  238.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/burg.png"/>
  239.           <text>Castle</text>
  240.         </item>
  241.         <item name="castle_ruin">
  242.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/burgruine.png"/>
  243.           <text>Castle Ruin</text>
  244.         </item>
  245.         <item name="palace">
  246.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/schloss.png"/>
  247.           <text>Palace</text>
  248.         </item>
  249.         <item name="palace_ruin">
  250.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/schlossruine.png"/>
  251.           <text>Palace Ruin</text>
  252.         </item>
  253.         <item name="tower">
  254.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/turm.png"/>
  255.           <text>Tower</text>
  256.         </item>
  257.         <item name="observation_tower">
  258.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/aussichtsturm.png"/>
  259.           <text>Observation Tower</text>
  260.         </item>
  261.         <item name="water_tower">
  262.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/wasserturm.png"/>
  263.           <text>Water Tower</text>
  264.         </item>
  265.         <item name="telecommunications_tower">
  266.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/sendeturm.png"/>
  267.           <text>Telecommunications Tower</text>
  268.         </item>
  269.         <item name="mobile_tower">
  270.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/mobilfunkmast.png"/>
  271.           <text>Mobile Tower</text>
  272.         </item>
  273.         <item name="lighthouse">
  274.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/leuchtturm.png"/>
  275.           <text>Lighthouse</text>
  276.         </item>
  277.         <item name="viewpoint">
  278.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/aussichtspunkt.png"/>
  279.           <text>Viewpoint</text>
  280.         </item>
  281.         <item name="swimming_pool">
  282.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/badestelle.png"/>
  283.           <text>Swimming Pool</text>
  284.         </item>
  285.         <item name="campsite">
  286.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/camping.png"/>
  287.           <text>Campsite</text>
  288.         </item>
  289.         <item name="mine">
  290.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/bergwerk.png"/>
  291.           <text>Mine</text>
  292.         </item>
  293.         <item name="mine_defunct">
  294.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/bergwerk_stillgelegt.png"/>
  295.           <text>Mine (defunct)</text>
  296.         </item>
  297.         <item name="mill">
  298.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/muehle.png"/>
  299.           <text>Mill</text>
  300.         </item>
  301.         <item name="shelter">
  302.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/unterstand.png"/>
  303.           <text>Shelter</text>
  304.         </item>
  305.         <item name="hut">
  306.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/huette.png"/>
  307.           <text>Hut</text>
  308.         </item>
  309.         <item name="hut_farms">
  310.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/huette_bewirtschaftet.png"/>
  311.           <text>Hut (farms)</text>
  312.         </item>
  313.         <item name="monument">
  314.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/denkmal.png"/>
  315.           <text>Monument</text>
  316.         </item>
  317.         <item name="crossroads">
  318.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/wegkreuz.png"/>
  319.           <text>Crossroads</text>
  320.         </item>
  321.         <item name="tumulus">
  322.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/huegelgrab.png"/>
  323.           <text>Tumulus</text>
  324.         </item>
  325.         <item name="peak">
  326.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/gipfel.png"/>
  327.           <text>Peak</text>
  328.         </item>
  329.         <item name="summit_cross">
  330.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/gipfelkreuz.png"/>
  331.           <text>Summit Cross</text>
  332.         </item>
  333.         <item name="cave_entrance">
  334.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/hoehle.png"/>
  335.           <text>Cave Entrance</text>
  336.         </item>
  337.         <item name="prominent_tree">
  338.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/nadelbaum.png"/>
  339.           <text>Prominent Tree</text>
  340.         </item>
  341.         <item name="power_plant">
  342.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/kraftwerk.png"/>
  343.           <text>Power Plant</text>
  344.         </item>
  345.         <item name="photovoltaic_system">
  346.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/photovoltaikanlage.png"/>
  347.           <text>Photovoltaic System</text>
  348.         </item>
  349.         <item name="wind_turbine">
  350.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/windkraftanlage.png"/>
  351.           <text>Wind Turbine</text>
  352.         </item>
  353.         <item name="chimney">
  354.           <icon color= "#f5f5f5" pixmap="maps/earth/opentopomap/legend/schornstein.png"/>
  355.           <text>Chimney</text>
  356.         </item>
  357.       </section>
  358.         <section name="ice-section" checkable="true" connect="ice" spacing="12">
  359.             <heading>Ice and Glaciers</heading>
  360.             <item name="glaciers-item">
  361.                 <icon color="#ffffff" pixmap="bitmaps/glacier.png"/>
  362.                 <text>Glaciers</text>
  363.             </item>
  364.             <item name="antarctic-iceshelves-item">
  365.                 <icon color="#5182b4" pixmap="bitmaps/antarctic_shelves.png"/>
  366.                 <text>Antarctic Iceshelves</text>
  367.             </item>
  368.         </section>      
  369.     </legend>
  370.   </document>
  371. </dgml>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement