Warning, /education/marble/data/maps/earth/sentinel2/sentinel2.dgml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <dgml xmlns="http://edu.kde.org/marble/dgml/2.0">
0003     <document>
0004         <head>
0005             <name>Sentinel2 Satellite Map</name>
0006             <license short="Contains ©Copernicus Sentinel data 2016">Source: ESA Sentinel 2 mission, Terms and Conditions: http://sedas.satapps.org/data-uses-distribution/</license>
0007             <target>earth</target>
0008             <theme>sentinel2</theme>
0009             <icon pixmap="sentinel2-preview.png"/>
0010             <visible>true</visible>
0011             <description><![CDATA[<p>A <i>satellite map</i> based on ESA's Sentinel 2 mission.</p>]]></description>
0012             <zoom>
0013                 <discrete> true </discrete>
0014                 <minimum> 900 </minimum>
0015                 <maximum> 3500 </maximum>
0016             </zoom>
0017         </head>
0018         <map bgcolor="#000000">
0019             <canvas/>
0020             <target/>
0021             <layer name="sentinel2" backend="texture" >
0022                 <!-- OpenStreetMap mapnik rendered tiles expire after seven days
0023                      or 604800 seconds -->
0024                 <texture name="sentinel2" expire="43200" >
0025                     <sourcedir format="JPG"> earth/sentinel2 </sourcedir>
0026                     <storageLayout levelZeroColumns="1" levelZeroRows="1" maximumTileLevel="14" mode="OpenStreetMap" />
0027                     <projection name="Mercator" />
0028                     <downloadUrl protocol="http" host="maps.kde.org" path="/earth/sentinel2/" />
0029                     <downloadPolicy usage="Browse" maximumConnections="20" />
0030                     <downloadPolicy usage="Bulk" maximumConnections="2" />
0031                 </texture>
0032             </layer>
0033             <layer name="standardplaces" backend="geodata">
0034                <geodata name="cityplacemarks">
0035                     <sourcefile format="KML">cityplacemarks.kml</sourcefile>
0036                     <pick>placemark</pick>
0037                 </geodata>
0038                 <geodata name="baseplacemarks">
0039                     <sourcefile format="KML">baseplacemarks.kml</sourcefile>
0040                     <pick>placemark</pick>
0041                 </geodata>
0042                 <geodata name="elevplacemarks">
0043                     <sourcefile format="KML">elevplacemarks.kml</sourcefile>
0044                     <pick>placemark</pick>
0045                 </geodata>
0046                 <geodata name="otherplacemarks">
0047                     <sourcefile
0048                     format="KML">otherplacemarks.kml</sourcefile>
0049                     <pick>placemark</pick>
0050                 </geodata>
0051                 <geodata name="boundaryplacemarks">
0052                     <sourcefile format="KML">boundaryplacemarks</sourcefile>
0053                     <pick>placemark</pick>
0054                 </geodata>
0055             </layer>            
0056         </map>
0057         <settings>
0058             <property name="coordinate-grid">
0059                 <value>true</value>
0060                 <available>true</available>
0061             </property>
0062             <property name="overviewmap">
0063                 <value>true</value>
0064                 <available>true</available>
0065             </property>
0066             <property name="compass">
0067                 <value>true</value>
0068                 <available>true</available>
0069             </property>
0070             <property name="scalebar">
0071                 <value>true</value>
0072                 <available>true</available>
0073             </property>
0074             <group name="Places">
0075                 <property name="places">
0076                     <value>true</value>
0077                     <available>false</available>
0078                 </property>
0079                 <property name="otherplaces">
0080                     <value>false</value>
0081                     <available>false</available>
0082                 </property>
0083             </group>
0084         </settings>
0085         <legend>
0086             <section name="coordinate-grid" checkable="true" connect="coordinate-grid" spacing="12">
0087                 <heading>Coordinate Grid</heading>
0088             </section>
0089         </legend>
0090     </document>
0091 </dgml>