Warning, /education/marble/data/maps/earth/openstreetmap/openstreetmap.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       <!-- The content that this license refers to is not distributed with this package -->
0011       <license short="© OpenStreetMap contributors">Source: © OpenStreetMap contributors, License: Creative Commons Attribution-ShareAlike 2.0 (CC BY-SA)</license>
0012       <name>OpenStreetMap</name>
0013       <target>earth</target>
0014       <theme>openstreetmap</theme>
0015       <icon pixmap="openstreetmap-preview.png"/>
0016       <visible>true</visible>
0017       <description><![CDATA[<p>A <i>global roadmap</i> created by the OpenStreetMap (OSM) project.</p><p>OSM is an open community which creates free editable maps. The OSM data was rendered using Mapnik.</p>]]></description>
0018       <zoom>
0019         <minimum>   900  </minimum>
0020         <maximum>  3500  </maximum>
0021         <discrete> true </discrete>
0022       </zoom>
0023     </head>
0024     <map bgcolor="#000000">
0025       <canvas/>
0026       <target/>
0027       <layer name="openstreetmap" backend="texture">
0028         <!-- OpenStreetMap mapnik rendered tiles expire after seven days
0029                      or 604800 seconds -->
0030         <texture name="mapnik_data" expire="604800">
0031           <sourcedir format="PNG"> earth/openstreetmap </sourcedir>
0032           <tileSize width="256" height="256"/>
0033           <storageLayout levelZeroColumns="1" levelZeroRows="1" maximumTileLevel="19" mode="OpenStreetMap"/>
0034           <projection name="Mercator"/>
0035           <downloadUrl protocol="https" host="tile.openstreetmap.org" path="/"/>
0036           <downloadPolicy usage="Browse" maximumConnections="20"/>
0037           <downloadPolicy usage="Bulk" maximumConnections="2"/>
0038         </texture>
0039         <texture name="humanitarian" expire="31536000">
0040            <sourcedir format="PNG"> earth/humanitarian </sourcedir>
0041            <tileSize width="256" height="256"/>
0042            <storageLayout levelZeroColumns="1" levelZeroRows="1" maximumTileLevel="17" mode="OpenStreetMap"/>
0043            <projection name="Mercator"/>
0044            <downloadUrl protocol="https" host="tile-a.openstreetmap.fr" path="/hot/"/>
0045            <downloadUrl protocol="https" host="tile-b.openstreetmap.fr" path="/hot/"/>
0046           <blending name="AlphaBlending"/>
0047          </texture>
0048       </layer>
0049       <layer name="standardplaces" backend="geodata">
0050         <geodata name="cityplacemarks">
0051           <sourcefile>cityplacemarks.cache</sourcefile>
0052         </geodata>
0053         <geodata name="baseplacemarks">
0054           <sourcefile>baseplacemarks.cache</sourcefile>
0055         </geodata>
0056         <geodata name="elevplacemarks">
0057           <sourcefile>elevplacemarks.cache</sourcefile>
0058         </geodata>
0059         <geodata name="otherplacemarks">
0060           <sourcefile>otherplacemarks.cache</sourcefile>
0061         </geodata>
0062         <geodata name="boundaryplacemarks">
0063           <sourcefile>boundaryplacemarks.cache</sourcefile>
0064         </geodata>
0065       </layer>
0066     </map>
0067     <settings>
0068       <property name="coordinate-grid">
0069         <value>true</value>
0070         <available>true</available>
0071       </property>
0072       <property name="overviewmap">
0073         <value>true</value>
0074         <available>true</available>
0075       </property>
0076       <property name="compass">
0077         <value>true</value>
0078         <available>true</available>
0079       </property>
0080       <property name="scalebar">
0081         <value>true</value>
0082         <available>true</available>
0083       </property>
0084       <group name="Places">
0085         <property name="places">
0086           <value>true</value>
0087           <available>true</available>
0088         </property>
0089         <property name="cities">
0090           <value>false</value>
0091           <available>false</available>
0092         </property>
0093         <property name="terrain">
0094           <value>false</value>
0095           <available>false</available>
0096         </property>
0097         <property name="otherplaces">
0098           <value>false</value>
0099           <available>false</available>
0100         </property>
0101        </group>
0102        <group name="Texture Layers">
0103          <property name="humanitarian">
0104            <value>false</value>
0105            <available>true</available>
0106          </property>
0107       </group>
0108     </settings>
0109     <legend>
0110 
0111     <section name="Tours">
0112         <heading>Explore the Earth</heading>
0113         <item name="earthlandingsites">
0114             <text><![CDATA[<a href="tour://earth/openstreetmap/tour.kml">Play a tour of popular places.</a>]]></text>
0115         </item>
0116     </section>
0117 
0118       <section name="coordinate-grid" checkable="true" connect="coordinate-grid" spacing="12">
0119         <heading>Coordinate Grid</heading>
0120       </section>
0121       <section name="humanitarian" checkable="true" connect="humanitarian" spacing="12">
0122          <heading>Humanitarian OSM Team</heading>
0123       </section>
0124       <section name="traffic" checkable="false" spacing="12">
0125         <heading>Transportation</heading>
0126         <item name="motorway">
0127           <icon pixmap="maps/earth/openstreetmap/legend/motorway.png"/>
0128           <text>Motorway</text>
0129         </item>
0130         <item name="trunk_road">
0131           <icon pixmap="maps/earth/openstreetmap/legend/trunkroad.png"/>
0132           <text>Trunk road</text>
0133         </item>
0134         <item name="primary_road">
0135           <icon pixmap="maps/earth/openstreetmap/legend/primaryroad.png"/>
0136           <text>Primary road</text>
0137         </item>
0138         <item name="secondary_road">
0139           <icon pixmap="maps/earth/openstreetmap/legend/secondaryroad.png"/>
0140           <text>Secondary road</text>
0141         </item>
0142         <item name="unclassified_road">
0143           <icon pixmap="maps/earth/openstreetmap/legend/unclassifiedroad.png"/>
0144           <text>Unclassified road</text>
0145         </item>
0146         <item name="unsurfaced_road">
0147           <icon pixmap="maps/earth/openstreetmap/legend/unsurfacedroad.png"/>
0148           <text>Unsurfaced road</text>
0149         </item>
0150         <item name="track">
0151           <icon pixmap="maps/earth/openstreetmap/legend/track.png"/>
0152           <text>Track</text>
0153         </item>
0154         <item name="byway">
0155           <icon pixmap="maps/earth/openstreetmap/legend/byway.png"/>
0156           <text>Byway</text>
0157         </item>
0158         <item name="bridleway">
0159           <icon pixmap="maps/earth/openstreetmap/legend/bridleway.png"/>
0160           <text>Bridleway</text>
0161         </item>
0162         <item name="cycleway">
0163           <icon pixmap="maps/earth/openstreetmap/legend/cycleway.png"/>
0164           <text>Cycleway</text>
0165         </item>
0166         <item name="footway">
0167           <icon pixmap="maps/earth/openstreetmap/legend/footway.png"/>
0168           <text>Footway</text>
0169         </item>
0170         <item name="railway_station">
0171           <icon pixmap="maps/earth/openstreetmap/legend/railwaystation.png"/>
0172           <text>Railway station</text>
0173         </item>
0174         <item name="railway">
0175           <icon pixmap="maps/earth/openstreetmap/legend/railway.png"/>
0176           <text>Railway</text>
0177         </item>
0178         <item name="subway">
0179           <icon pixmap="maps/earth/openstreetmap/legend/subway.png"/>
0180           <text>Subway</text>
0181         </item>
0182         <item name="lightrail">
0183           <icon pixmap="maps/earth/openstreetmap/legend/tram.png"/>
0184           <text>Lightrail, tram</text>
0185         </item>
0186         <item name="airport_runway">
0187           <icon pixmap="maps/earth/openstreetmap/legend/airportrunway.png"/>
0188           <text>Airport runway, taxiway</text>
0189         </item>
0190         <item name="airport_apron_terminal">
0191           <icon pixmap="maps/earth/openstreetmap/legend/airportapron.png"/>
0192           <text>Airport apron, terminal</text>
0193         </item>
0194         <item name="administrative_boundary">
0195           <icon pixmap="maps/earth/openstreetmap/legend/boundary.png"/>
0196           <text>Administrative boundary</text>
0197         </item>
0198         <item name="bridge">
0199           <icon pixmap="maps/earth/openstreetmap/legend/bridge.png"/>
0200           <text>Bridge</text>
0201         </item>
0202         <item name="tunnel">
0203           <icon pixmap="maps/earth/openstreetmap/legend/tunnel.png"/>
0204           <text>Tunnel</text>
0205         </item>
0206       </section>
0207       <section name="areas" checkable="false" spacing="12">
0208         <heading>Areas</heading>
0209         <item name="forest">
0210           <icon color="#8dc56c"/>
0211           <text>Forest</text>
0212         </item>
0213         <item name="wood">
0214           <icon color="#aed1a0"/>
0215           <text>Wood</text>
0216         </item>
0217         <item name="golf_course">
0218           <icon color="#b5e3b5"/>
0219           <text>Golf course</text>
0220         </item>
0221         <item name="park">
0222           <icon color="#b6fdb6"/>
0223           <text>Park</text>
0224         </item>
0225         <item name="residential_area">
0226           <icon color="#cccccc"/>
0227           <text>Residential Area</text>
0228         </item>
0229         <item name="tourist_attraction">
0230           <icon color="#f2caea"/>
0231           <text>Tourist attraction</text>
0232         </item>
0233         <item name="common_meadow">
0234           <icon color="#cfeca8"/>
0235           <text>Common, meadow</text>
0236         </item>
0237         <item name="retail_area">
0238           <icon color="#f1dada"/>
0239           <text>Retail area</text>
0240         </item>
0241         <item name="industrial_area">
0242           <icon color="#ffaeb9"/>
0243           <text>Industrial Area</text>
0244         </item>
0245         <item name="commercial_area">
0246           <icon color="#efc8c8"/>
0247           <text>Commercial Area</text>
0248         </item>
0249         <item name="heathland">
0250           <icon color="#ffffc0"/>
0251           <text>Heathland</text>
0252         </item>
0253         <item name="lake_reservoir">
0254           <icon color="#b5d0d0"/>
0255           <text>Lake, reservoir</text>
0256         </item>
0257         <item name="farm">
0258           <icon color="#ead8bd"/>
0259           <text>Farm</text>
0260         </item>
0261         <item name="brownfield_site">
0262           <icon color="#9d9d6c"/>
0263           <text>Brownfield site</text>
0264         </item>
0265         <item name="cemetery">
0266           <icon color="#aacbaf"/>
0267           <text>Cemetery</text>
0268         </item>
0269         <item name="allotments">
0270           <icon color="#c8b084"/>
0271           <text>Allotments</text>
0272         </item>
0273         <item name="sports_pitch">
0274           <icon color="#8ad3af"/>
0275           <text>Sports pitch</text>
0276         </item>
0277         <item name="sports_centre">
0278           <icon color="#33cc99"/>
0279           <text>Sports centre</text>
0280         </item>
0281         <item name="nature_reserve">
0282           <icon color="#abdf96"/>
0283           <text>Nature reserve</text>
0284         </item>
0285         <item name="military_area">
0286           <icon color="#e18f8f"/>
0287           <text>Military area</text>
0288         </item>
0289       </section>
0290       <section name="places" checkable="true" connect="places" spacing="12">
0291         <heading>Places of Interest</heading>
0292         <item name="school_university">
0293           <icon color="#f0f0d8"/>
0294           <text>School, university</text>
0295         </item>
0296         <item name="significant_building">
0297           <icon pixmap="maps/earth/openstreetmap/legend/significantbuilding.png"/>
0298           <text>Significant Building</text>
0299         </item>
0300         <item name="summit_peak">
0301           <icon pixmap="maps/earth/openstreetmap/legend/summitpeak.png"/>
0302           <text>Summit, peak</text>
0303         </item>
0304       </section>
0305       <section name="education" checkable="false" connect="education" spacing="12">
0306         <heading>Education</heading>
0307         <item name="college">
0308           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/education_college.p.12.png"/>
0309           <text>College</text>
0310         </item>
0311         <item name="kindergarten">
0312           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/education_nursery.p.12.png"/>
0313           <text>Kindergarten</text>
0314         </item>
0315         <item name="Library">
0316           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/amenity_library.p.12.png"/>
0317           <text>Library</text>
0318         </item>
0319         <item name="school">
0320           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/education_school.p.12.png"/>
0321           <text>School</text>
0322         </item>
0323         <item name="University">
0324           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/education_university.p.12.png"/>
0325           <text>University</text>
0326         </item>
0327       </section>
0328       <section name="financial" checkable="false" connect="financial" spacing="12">
0329         <heading>Financial</heading>
0330         <item name="atm">
0331           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/money_atm.p.12.png"/>
0332           <text>ATM</text>
0333         </item>
0334         <item name="bank">
0335           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/money_bank.p.12.png"/>
0336           <text>Bank</text>
0337         </item>
0338         <item name="bureau de change">
0339           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/money_currency_exchange.p.12.png"/>
0340           <text>Bureau de change</text>
0341         </item>
0342       </section>
0343       <section name="healthcare" checkable="false" connect="healthcare" spacing="12">
0344         <heading>Healthcare</heading>
0345         <item name="dentist">
0346           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/health_dentist.p.12.png"/>
0347           <text>Dentist</text>
0348         </item>
0349         <item name="doctors">
0350           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/health_doctors.p.12.png"/>
0351           <text>Doctors</text>
0352         </item>
0353         <item name="Pharmacy">
0354           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/health_pharmacy.p.12.png"/>
0355           <text>Pharmacy</text>
0356         </item>
0357         <item name="Veterinary">
0358           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/health_veterinary.p.12.png"/>
0359           <text>Veterinary</text>
0360         </item>
0361       </section>
0362       <section name="Entertainment" checkable="false" connect="Entertainment" spacing="12">
0363         <heading>Entertainment</heading>
0364         <item name="cinema">
0365           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/tourist_cinema.p.12.png"/>
0366           <text>Cinema</text>
0367         </item>
0368         <item name="theatre">
0369           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/tourist_theatre.p.12.png"/>
0370           <text>Theatre</text>
0371         </item>
0372       </section>
0373       <section name="Publicbuildings" checkable="false" connect="publicbuildings" spacing="12">
0374         <heading>Public Buildings</heading>
0375         <item name="court">
0376           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/amenity_court.p.12.png"/>
0377           <text>Court</text>
0378         </item>
0379         <item name="embassy">
0380           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/poi_embassy.p.12.png"/>
0381           <text>Embassy</text>
0382         </item>
0383         <item name="church">
0384           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/place_of_worship_christian.p.12.png"/>
0385           <text>Church</text>
0386         </item>
0387         <item name="PlayGround">
0388           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/amenity_playground.p.12.png"/>
0389           <text>Playground</text>
0390         </item>
0391         <item name="Placeofworship">
0392           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/place_of_worship_unknown.p.12.png"/>
0393           <text>Place of worship</text>
0394         </item>
0395         <item name="PostOffice">
0396           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/amenity_post_office.p.12.png"/>
0397           <text>Post office</text>
0398         </item>
0399         <item name="Publicbuildings">
0400           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/amenity_public_building.p.12.png"/>
0401           <text>Public building</text>
0402         </item>
0403         <item name="toilet">
0404           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/amenity_toilets.p.12.png"/>
0405           <text>Toilets</text>
0406         </item>
0407       </section>
0408       <section name="Accommodation" checkable="false" connect="accommodation" spacing="12">
0409         <heading>Accommodation</heading>
0410         <item name="hotel">
0411           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/accommodation_hotel2.p.12.png"/>
0412           <text>Hotel</text>
0413         </item>
0414         <item name="motel">
0415           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/accommodation_motel.p.12.png"/>
0416           <text>Motel</text>
0417         </item>
0418       </section>
0419       <section name="Emergency" checkable="false" connect="Emergency" spacing="12">
0420         <heading>Emergency</heading>
0421         <item name="hospital">
0422           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/health_hospital.p.12.png"/>
0423           <text>Hospital</text>
0424         </item>
0425         <item name="firehouse">
0426           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/amenity_firestation.p.12.png"/>
0427           <text>Fire station</text>
0428         </item>
0429       </section>
0430       <section name="Historic" checkable="false" connect="historic" spacing="12">
0431         <heading>Historic</heading>
0432         <item name="Monument">
0433           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/tourist_monument.p.12.png"/>
0434           <text>Monument</text>
0435         </item>
0436         <item name="ruins">
0437           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/tourist_ruin.p.12.png"/>
0438           <text>Ruins</text>
0439         </item>
0440       </section>
0441       <section name="Food" checkable="false" connect="amenity" spacing="12">
0442         <heading>Food and Drinks</heading>
0443         <item name="bar">
0444           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/food_bar.p.12.png"/>
0445           <text>Bar</text>
0446         </item>
0447         <item name="biergarten">
0448           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/food_biergarten.p.12.png"/>
0449           <text>Biergarten</text>
0450         </item>
0451         <item name="cafe">
0452           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/food_cafe.p.12.png"/>
0453           <text>Cafe</text>
0454         </item>
0455         <item name="drinkingwater">
0456           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/food_drinkingtap.p.12.png"/>
0457           <text>Drinking water</text>
0458         </item>
0459         <item name="Fastfood">
0460           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/food_fastfood.p.12.png"/>
0461           <text>Fast Food</text>
0462         </item>
0463         <item name="Icecream">
0464           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/food_ice_cream.p.12.png"/>
0465           <text>Ice Cream</text>
0466         </item>
0467         <item name="pub">
0468           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/food_pub.p.12.png"/>
0469           <text>Pub</text>
0470         </item>
0471         <item name="restaurant">
0472           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/food_restaurant.p.12.png"/>
0473           <text>Restaurant</text>
0474         </item>
0475       </section>
0476       <section name="Shop" checkable="false" connect="shop" spacing="12">
0477         <heading>Shop</heading>
0478         <item name="alcohol">
0479           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/shopping_alcohol.p.12.png"/>
0480           <text>Alcohol</text>
0481         </item>
0482         <item name="bakery">
0483           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/shopping_bakery.p.12.png"/>
0484           <text>Bakery</text>
0485         </item>
0486         <item name="books">
0487           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/shopping_book.p.12.png"/>
0488           <text>Books</text>
0489         </item>
0490         <item name="car">
0491           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/shopping_car.p.12.png"/>
0492           <text>Car</text>
0493         </item>
0494         <item name="Clothes">
0495           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/shopping_clothes.p.12.png"/>
0496           <text>Clothes</text>
0497         </item>
0498         <item name="convenience">
0499           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/shopping_convenience.p.12.png"/>
0500           <text>Convenience</text>
0501         </item>
0502         <item name="gas">
0503           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/power_station_gas.p.12.png"/>
0504           <text>Gas</text>
0505         </item>
0506         <item name="gift">
0507           <icon pixmap="maps/earth/openstreetmap/legend/mapicons/shopping_gift.p.12.png"/>
0508           <text>Gift</text>
0509         </item>
0510       </section>
0511     </legend>
0512   </document>
0513 </dgml>