File:Radroutennetz Brandenburg Hell.png

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(1,321 × 1,353 pixels, file size: 1.67 MB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents

Summary

[edit]
Description
Deutsch: Visualisierung der in OpenStreetMap angelegten Radrouten für das Bundesland. Erstellt durch cmuelle8's Abfrage auf overpass-turbo.eu.
Farbkodierung
rot/red
europäische und internationale Radrouten
blau/blue
nationale Radrouten des D-Netz
orange
regionale und überregionale Radrouten
pink/magenta
lokale und regionale Radrouten
Date
Source Own work
Author Cmuelle8
Permission
(Reusing this file)
Dieses Erzeugnis (Produced Work) basiert auf Kartendaten © OpenStreetMap Mitwirkende, verfügbar unter OdbL, und auf Kartenkacheln © openstreetmap.org, verfügbar unter CC-BY-SA. (Details)
Other versions File:Radroutennetz Brandenburg Dunkel.png, File:Radroutennetz Brandenburg Ohne Kartenhintergrund.png

Source Code

[edit]
<!-- This is an Overpass Turbo Query for visualizing cycling routes of Germany or it's states.
     Visit http://overpass-turbo.eu/s/48K to run and tinker with the following code.
     Exchange DE-BB by, e.g. DE-BW for Baden-Wuerttemberg etc. pp. -->
{{a=<has-kv k="boundary" v="administrative"/><has-kv k="ISO3166-2" v="DE-BB"/>}}

<osm-script output="json">
 <union into="area">
  <query type="relation">{{a}}</query>
  <recurse type="down"/>
 </union>
 <query type="area">{{a}}</query>

 <!-- get cycle route relations -->
 <query type="relation" into="cr">
  <area-query/>
  <has-kv k="route" v="bicycle"/>
  <!-- exclude unmaintained cycle networks
  <has-kv k="network" regv=".cn"/> -->
 </query>
 <recurse type="down" from="cr" into="crw"/>

 <!-- drop all ways not within area -->
 <query type="way" into="crw_in_area">
  <item set="crw"/>
  <area-query/>
 </query>

 <union into="_">
  <item set="area"/>
  <item set="cr"/>
  <item set="crw_in_area"/>
  <recurse type="way-node" from="crw_in_area"/>
 </union>

 <print mode="body" order="quadtile"/>
</osm-script>

{{style: /* MapCSS stylesheet */
node {
  width:0;
  symbol-size:0.0001;
}
way {
  color:darkgray;
  width:1.66;
}
area {
  color:white;
  opacity:0.8;
  width:3.2;
  /* fill-color:black; */
  /* fill-opacity:0.33; */
  fill-color:white;
  fill-opacity:0.66;
}

relation[boundary] way { width:0; }
relation[network=lcn] way { width:1.00; color:magenta; }
relation[network=rcn] way { width:1.66; color:orange; }
relation[network=ncn] way { width:1.66; color:blue; }
relation[network=icn] way { width:1.66; color:red; }

relation[network] area { width:0; }
relation[network=lcn] area { fill-color:magenta; }
relation[network=rcn] area { fill-color:orange; }
relation[network=ncn] area { fill-color:blue; }
relation[network=icn] area { fill-color:red; }

/* dim unmaintained cycle networks */
relation[network=~/^(?!.cn)/] way { opacity:.5; }
relation[network=~/^.cn/] way { opacity:1; }
}}

Licensing

[edit]
I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current05:41, 12 July 2014Thumbnail for version as of 05:41, 12 July 20141,321 × 1,353 (1.67 MB)Cmuelle8 (talk | contribs)User created page with UploadWizard

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file: