1<?xml version="1.0" encoding="UTF-8"?> 2<!-- 3 SPDX-License-Identifier: LGPL-2.1-or-later 4 SPDX-FileCopyrightText: 2015 Torsten Rahn <tackat@kde.org> 5--> 6<dgml xmlns="http://edu.kde.org/marble/dgml/2.0"> 7 <document> 8 <head> 9 <!-- The license here applies to the actual map content, not this dgml file. See the license header above for the dgml file license --> 10 <!-- The content that this license refers to is not distributed with this package --> 11 <license short="© OpenStreetMap contributors">Source: © OpenStreetMap contributors, License: Creative Commons Attribution-ShareAlike 2.0 (CC BY-SA)</license> 12 <name>OpenStreetMap</name> 13 <target>earth</target> 14 <theme>openstreetmap</theme> 15 <icon pixmap="openstreetmap-preview.png"/> 16 <visible>true</visible> 17 <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> 18 <zoom> 19 <minimum> 900 </minimum> 20 <maximum> 3500 </maximum> 21 <discrete> true </discrete> 22 </zoom> 23 </head> 24 <map bgcolor="#000000"> 25 <canvas/> 26 <target/> 27 <layer name="openstreetmap" backend="texture"> 28 <!-- OpenStreetMap mapnik rendered tiles expire after seven days 29 or 604800 seconds --> 30 <texture name="mapnik_data" expire="604800"> 31 <sourcedir format="PNG"> earth/openstreetmap </sourcedir> 32 <tileSize width="256" height="256"/> 33 <storageLayout levelZeroColumns="1" levelZeroRows="1" maximumTileLevel="19" mode="OpenStreetMap"/> 34 <projection name="Mercator"/> 35 <downloadUrl protocol="https" host="a.tile.openstreetmap.org" path="/"/> 36 <downloadUrl protocol="https" host="b.tile.openstreetmap.org" path="/"/> 37 <downloadUrl protocol="https" host="c.tile.openstreetmap.org" path="/"/> 38 <downloadPolicy usage="Browse" maximumConnections="20"/> 39 <downloadPolicy usage="Bulk" maximumConnections="2"/> 40 </texture> 41 <texture name="humanitarian" expire="31536000"> 42 <sourcedir format="PNG"> earth/humanitarian </sourcedir> 43 <tileSize width="256" height="256"/> 44 <storageLayout levelZeroColumns="1" levelZeroRows="1" maximumTileLevel="17" mode="OpenStreetMap"/> 45 <projection name="Mercator"/> 46 <downloadUrl protocol="https" host="tile-a.openstreetmap.fr" path="/hot/"/> 47 <downloadUrl protocol="https" host="tile-b.openstreetmap.fr" path="/hot/"/> 48 <blending name="AlphaBlending"/> 49 </texture> 50 <texture name="hillshading" expire="31536000"> 51 <sourcedir format="PNG"> earth/hillshading </sourcedir> 52 <tileSize width="256" height="256"/> 53 <storageLayout levelZeroColumns="1" levelZeroRows="1" maximumTileLevel="17" mode="OpenStreetMap"/> 54 <projection name="Mercator"/> 55 <downloadUrl protocol="http" host="a.tiles.wmflabs.org" path="/hillshading/"/> 56 <downloadUrl protocol="http" host="b.tiles.wmflabs.org" path="/hillshading/"/> 57 <downloadUrl protocol="http" host="c.tiles.wmflabs.org" path="/hillshading/"/> 58 <blending name="AlphaBlending"/> 59 </texture> 60 </layer> 61 <layer name="standardplaces" backend="geodata"> 62 <geodata name="cityplacemarks"> 63 <sourcefile>cityplacemarks.cache</sourcefile> 64 </geodata> 65 <geodata name="baseplacemarks"> 66 <sourcefile>baseplacemarks.cache</sourcefile> 67 </geodata> 68 <geodata name="elevplacemarks"> 69 <sourcefile>elevplacemarks.cache</sourcefile> 70 </geodata> 71 <geodata name="otherplacemarks"> 72 <sourcefile>otherplacemarks.cache</sourcefile> 73 </geodata> 74 <geodata name="boundaryplacemarks"> 75 <sourcefile>boundaryplacemarks.cache</sourcefile> 76 </geodata> 77 </layer> 78 </map> 79 <settings> 80 <property name="coordinate-grid"> 81 <value>true</value> 82 <available>true</available> 83 </property> 84 <property name="overviewmap"> 85 <value>true</value> 86 <available>true</available> 87 </property> 88 <property name="compass"> 89 <value>true</value> 90 <available>true</available> 91 </property> 92 <property name="scalebar"> 93 <value>true</value> 94 <available>true</available> 95 </property> 96 <group name="Places"> 97 <property name="places"> 98 <value>true</value> 99 <available>true</available> 100 </property> 101 <property name="cities"> 102 <value>false</value> 103 <available>false</available> 104 </property> 105 <property name="terrain"> 106 <value>false</value> 107 <available>false</available> 108 </property> 109 <property name="otherplaces"> 110 <value>false</value> 111 <available>false</available> 112 </property> 113 </group> 114 <group name="Texture Layers"> 115 <property name="humanitarian"> 116 <value>false</value> 117 <available>true</available> 118 </property> 119 <property name="hillshading"> 120 <value>false</value> 121 <available>true</available> 122 </property> 123 </group> 124 </settings> 125 <legend> 126 127 <section name="Tours"> 128 <heading>Explore the Earth</heading> 129 <item name="earthlandingsites"> 130 <text><![CDATA[<a href="tour://earth/openstreetmap/tour.kml">Play a tour of popular places.</a>]]></text> 131 </item> 132 </section> 133 134 <section name="coordinate-grid" checkable="true" connect="coordinate-grid" spacing="12"> 135 <heading>Coordinate Grid</heading> 136 </section> 137 <section name="hillshading" checkable="true" connect="hillshading" spacing="12"> 138 <heading>Hillshading</heading> 139 </section> 140 <section name="humanitarian" checkable="true" connect="humanitarian" spacing="12"> 141 <heading>Humanitarian OSM Team</heading> 142 </section> 143 <section name="traffic" checkable="false" spacing="12"> 144 <heading>Transportation</heading> 145 <item name="motorway"> 146 <icon pixmap="maps/earth/openstreetmap/legend/motorway.png"/> 147 <text>Motorway</text> 148 </item> 149 <item name="trunk_road"> 150 <icon pixmap="maps/earth/openstreetmap/legend/trunkroad.png"/> 151 <text>Trunk road</text> 152 </item> 153 <item name="primary_road"> 154 <icon pixmap="maps/earth/openstreetmap/legend/primaryroad.png"/> 155 <text>Primary road</text> 156 </item> 157 <item name="secondary_road"> 158 <icon pixmap="maps/earth/openstreetmap/legend/secondaryroad.png"/> 159 <text>Secondary road</text> 160 </item> 161 <item name="unclassified_road"> 162 <icon pixmap="maps/earth/openstreetmap/legend/unclassifiedroad.png"/> 163 <text>Unclassified road</text> 164 </item> 165 <item name="unsurfaced_road"> 166 <icon pixmap="maps/earth/openstreetmap/legend/unsurfacedroad.png"/> 167 <text>Unsurfaced road</text> 168 </item> 169 <item name="track"> 170 <icon pixmap="maps/earth/openstreetmap/legend/track.png"/> 171 <text>Track</text> 172 </item> 173 <item name="byway"> 174 <icon pixmap="maps/earth/openstreetmap/legend/byway.png"/> 175 <text>Byway</text> 176 </item> 177 <item name="bridleway"> 178 <icon pixmap="maps/earth/openstreetmap/legend/bridleway.png"/> 179 <text>Bridleway</text> 180 </item> 181 <item name="cycleway"> 182 <icon pixmap="maps/earth/openstreetmap/legend/cycleway.png"/> 183 <text>Cycleway</text> 184 </item> 185 <item name="footway"> 186 <icon pixmap="maps/earth/openstreetmap/legend/footway.png"/> 187 <text>Footway</text> 188 </item> 189 <item name="railway_station"> 190 <icon pixmap="maps/earth/openstreetmap/legend/railwaystation.png"/> 191 <text>Railway station</text> 192 </item> 193 <item name="railway"> 194 <icon pixmap="maps/earth/openstreetmap/legend/railway.png"/> 195 <text>Railway</text> 196 </item> 197 <item name="subway"> 198 <icon pixmap="maps/earth/openstreetmap/legend/subway.png"/> 199 <text>Subway</text> 200 </item> 201 <item name="lightrail"> 202 <icon pixmap="maps/earth/openstreetmap/legend/tram.png"/> 203 <text>Lightrail, tram</text> 204 </item> 205 <item name="airport_runway"> 206 <icon pixmap="maps/earth/openstreetmap/legend/airportrunway.png"/> 207 <text>Airport runway, taxiway</text> 208 </item> 209 <item name="airport_apron_terminal"> 210 <icon pixmap="maps/earth/openstreetmap/legend/airportapron.png"/> 211 <text>Airport apron, terminal</text> 212 </item> 213 <item name="administrative_boundary"> 214 <icon pixmap="maps/earth/openstreetmap/legend/boundary.png"/> 215 <text>Administrative boundary</text> 216 </item> 217 <item name="bridge"> 218 <icon pixmap="maps/earth/openstreetmap/legend/bridge.png"/> 219 <text>Bridge</text> 220 </item> 221 <item name="tunnel"> 222 <icon pixmap="maps/earth/openstreetmap/legend/tunnel.png"/> 223 <text>Tunnel</text> 224 </item> 225 </section> 226 <section name="areas" checkable="false" spacing="12"> 227 <heading>Areas</heading> 228 <item name="forest"> 229 <icon color="#8dc56c"/> 230 <text>Forest</text> 231 </item> 232 <item name="wood"> 233 <icon color="#aed1a0"/> 234 <text>Wood</text> 235 </item> 236 <item name="golf_course"> 237 <icon color="#b5e3b5"/> 238 <text>Golf course</text> 239 </item> 240 <item name="park"> 241 <icon color="#b6fdb6"/> 242 <text>Park</text> 243 </item> 244 <item name="residential_area"> 245 <icon color="#cccccc"/> 246 <text>Residential Area</text> 247 </item> 248 <item name="tourist_attraction"> 249 <icon color="#f2caea"/> 250 <text>Tourist attraction</text> 251 </item> 252 <item name="common_meadow"> 253 <icon color="#cfeca8"/> 254 <text>Common, meadow</text> 255 </item> 256 <item name="retail_area"> 257 <icon color="#f1dada"/> 258 <text>Retail area</text> 259 </item> 260 <item name="industrial_area"> 261 <icon color="#ffaeb9"/> 262 <text>Industrial Area</text> 263 </item> 264 <item name="commercial_area"> 265 <icon color="#efc8c8"/> 266 <text>Commercial Area</text> 267 </item> 268 <item name="heathland"> 269 <icon color="#ffffc0"/> 270 <text>Heathland</text> 271 </item> 272 <item name="lake_reservoir"> 273 <icon color="#b5d0d0"/> 274 <text>Lake, reservoir</text> 275 </item> 276 <item name="farm"> 277 <icon color="#ead8bd"/> 278 <text>Farm</text> 279 </item> 280 <item name="brownfield_site"> 281 <icon color="#9d9d6c"/> 282 <text>Brownfield site</text> 283 </item> 284 <item name="cemetery"> 285 <icon color="#aacbaf"/> 286 <text>Cemetery</text> 287 </item> 288 <item name="allotments"> 289 <icon color="#c8b084"/> 290 <text>Allotments</text> 291 </item> 292 <item name="sports_pitch"> 293 <icon color="#8ad3af"/> 294 <text>Sports pitch</text> 295 </item> 296 <item name="sports_centre"> 297 <icon color="#33cc99"/> 298 <text>Sports centre</text> 299 </item> 300 <item name="nature_reserve"> 301 <icon color="#abdf96"/> 302 <text>Nature reserve</text> 303 </item> 304 <item name="military_area"> 305 <icon color="#e18f8f"/> 306 <text>Military area</text> 307 </item> 308 </section> 309 <section name="places" checkable="true" connect="places" spacing="12"> 310 <heading>Places of Interest</heading> 311 <item name="school_university"> 312 <icon color="#f0f0d8"/> 313 <text>School, university</text> 314 </item> 315 <item name="significant_building"> 316 <icon pixmap="maps/earth/openstreetmap/legend/significantbuilding.png"/> 317 <text>Significant Building</text> 318 </item> 319 <item name="summit_peak"> 320 <icon pixmap="maps/earth/openstreetmap/legend/summitpeak.png"/> 321 <text>Summit, peak</text> 322 </item> 323 </section> 324 <section name="education" checkable="false" connect="education" spacing="12"> 325 <heading>Education</heading> 326 <item name="college"> 327 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/education_college.p.12.png"/> 328 <text>College</text> 329 </item> 330 <item name="kindergarten"> 331 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/education_nursery.p.12.png"/> 332 <text>Kindergarten</text> 333 </item> 334 <item name="Library"> 335 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/amenity_library.p.12.png"/> 336 <text>Library</text> 337 </item> 338 <item name="school"> 339 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/education_school.p.12.png"/> 340 <text>School</text> 341 </item> 342 <item name="University"> 343 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/education_university.p.12.png"/> 344 <text>University</text> 345 </item> 346 </section> 347 <section name="financial" checkable="false" connect="financial" spacing="12"> 348 <heading>Financial</heading> 349 <item name="atm"> 350 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/money_atm.p.12.png"/> 351 <text>ATM</text> 352 </item> 353 <item name="bank"> 354 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/money_bank.p.12.png"/> 355 <text>Bank</text> 356 </item> 357 <item name="bureau de change"> 358 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/money_currency_exchange.p.12.png"/> 359 <text>Bureau de change</text> 360 </item> 361 </section> 362 <section name="healthcare" checkable="false" connect="healthcare" spacing="12"> 363 <heading>Healthcare</heading> 364 <item name="dentist"> 365 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/health_dentist.p.12.png"/> 366 <text>Dentist</text> 367 </item> 368 <item name="doctors"> 369 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/health_doctors.p.12.png"/> 370 <text>Doctors</text> 371 </item> 372 <item name="Pharmacy"> 373 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/health_pharmacy.p.12.png"/> 374 <text>Pharmacy</text> 375 </item> 376 <item name="Veterinary"> 377 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/health_veterinary.p.12.png"/> 378 <text>Veterinary</text> 379 </item> 380 </section> 381 <section name="Entertainment" checkable="false" connect="Entertainment" spacing="12"> 382 <heading>Entertainment</heading> 383 <item name="cinema"> 384 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/tourist_cinema.p.12.png"/> 385 <text>Cinema</text> 386 </item> 387 <item name="theatre"> 388 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/tourist_theatre.p.12.png"/> 389 <text>Theatre</text> 390 </item> 391 </section> 392 <section name="Publicbuildings" checkable="false" connect="publicbuildings" spacing="12"> 393 <heading>Public Buildings</heading> 394 <item name="court"> 395 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/amenity_court.p.12.png"/> 396 <text>Court</text> 397 </item> 398 <item name="embassy"> 399 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/poi_embassy.p.12.png"/> 400 <text>Embassy</text> 401 </item> 402 <item name="church"> 403 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/place_of_worship_christian.p.12.png"/> 404 <text>Church</text> 405 </item> 406 <item name="PlayGround"> 407 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/amenity_playground.p.12.png"/> 408 <text>Playground</text> 409 </item> 410 <item name="Placeofworship"> 411 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/place_of_worship_unknown.p.12.png"/> 412 <text>Place of worship</text> 413 </item> 414 <item name="PostOffice"> 415 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/amenity_post_office.p.12.png"/> 416 <text>Post office</text> 417 </item> 418 <item name="Publicbuildings"> 419 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/amenity_public_building.p.12.png"/> 420 <text>Public building</text> 421 </item> 422 <item name="toilet"> 423 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/amenity_toilets.p.12.png"/> 424 <text>Toilets</text> 425 </item> 426 </section> 427 <section name="Accommodation" checkable="false" connect="accommodation" spacing="12"> 428 <heading>Accommodation</heading> 429 <item name="hotel"> 430 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/accommodation_hotel2.p.12.png"/> 431 <text>Hotel</text> 432 </item> 433 <item name="motel"> 434 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/accommodation_motel.p.12.png"/> 435 <text>Motel</text> 436 </item> 437 </section> 438 <section name="Emergency" checkable="false" connect="Emergency" spacing="12"> 439 <heading>Emergency</heading> 440 <item name="hospital"> 441 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/health_hospital.p.12.png"/> 442 <text>Hospital</text> 443 </item> 444 <item name="firehouse"> 445 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/amenity_firestation.p.12.png"/> 446 <text>Fire station</text> 447 </item> 448 </section> 449 <section name="Historic" checkable="false" connect="historic" spacing="12"> 450 <heading>Historic</heading> 451 <item name="Monument"> 452 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/tourist_monument.p.12.png"/> 453 <text>Monument</text> 454 </item> 455 <item name="ruins"> 456 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/tourist_ruin.p.12.png"/> 457 <text>Ruins</text> 458 </item> 459 </section> 460 <section name="Food" checkable="false" connect="amenity" spacing="12"> 461 <heading>Food and Drinks</heading> 462 <item name="bar"> 463 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/food_bar.p.12.png"/> 464 <text>Bar</text> 465 </item> 466 <item name="biergarten"> 467 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/food_biergarten.p.12.png"/> 468 <text>Biergarten</text> 469 </item> 470 <item name="cafe"> 471 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/food_cafe.p.12.png"/> 472 <text>Cafe</text> 473 </item> 474 <item name="drinkingwater"> 475 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/food_drinkingtap.p.12.png"/> 476 <text>Drinking water</text> 477 </item> 478 <item name="Fastfood"> 479 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/food_fastfood.p.12.png"/> 480 <text>Fast Food</text> 481 </item> 482 <item name="Icecream"> 483 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/food_ice_cream.p.12.png"/> 484 <text>Ice Cream</text> 485 </item> 486 <item name="pub"> 487 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/food_pub.p.12.png"/> 488 <text>Pub</text> 489 </item> 490 <item name="restaurant"> 491 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/food_restaurant.p.12.png"/> 492 <text>Restaurant</text> 493 </item> 494 </section> 495 <section name="Shop" checkable="false" connect="shop" spacing="12"> 496 <heading>Shop</heading> 497 <item name="alcohol"> 498 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/shopping_alcohol.p.12.png"/> 499 <text>Alcohol</text> 500 </item> 501 <item name="bakery"> 502 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/shopping_bakery.p.12.png"/> 503 <text>Bakery</text> 504 </item> 505 <item name="books"> 506 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/shopping_book.p.12.png"/> 507 <text>Books</text> 508 </item> 509 <item name="car"> 510 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/shopping_car.p.12.png"/> 511 <text>Car</text> 512 </item> 513 <item name="Clothes"> 514 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/shopping_clothes.p.12.png"/> 515 <text>Clothes</text> 516 </item> 517 <item name="convenience"> 518 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/shopping_convenience.p.12.png"/> 519 <text>Convenience</text> 520 </item> 521 <item name="gas"> 522 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/power_station_gas.p.12.png"/> 523 <text>Gas</text> 524 </item> 525 <item name="gift"> 526 <icon pixmap="maps/earth/openstreetmap/legend/mapicons/shopping_gift.p.12.png"/> 527 <text>Gift</text> 528 </item> 529 </section> 530 </legend> 531 </document> 532</dgml> 533