Changes between Initial Version and Version 1 of Presets/Bus_lanes


Ignore:
Timestamp:
2014-10-26T07:49:31+01:00 (11 years ago)
Author:
geozeisig
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Presets/Bus_lanes

    v1 v1  
     1Formular um Busspuren zu kartieren. Man unterscheidet Busspuren mit Taxi (psv) und Busspuren ohne Taxi (bus). Weiter kann das Radfahren erlaubt sein, oder auf einem separaten Ratweg geführt sein. Auf Einbahnstraßen, das ist das selbe wir Richtungsfahrbahnen, werden die Zusätze wie forward und bachward nicht gebraucht.
     2
     3{{{
     4#!preset
     5<?xml version="1.0" encoding="UTF-8"?>
     6<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
     7                  author="geozeisig"
     8                  version="1.0.[[revision]]_[[date]]"
     9                  shortdescription="Bus lane"
     10                  de.shortdescription="Busspur"
     11                  description="Bus lane"
     12                  de.description="Busspur">
     13                 
     14        <item name="psv lane"
     15                de.name="Bus+Taxi"
     16                icon="Bus.png"
     17                type="way"
     18                preset_name_label="true">
     19               
     20                <link
     21                        href="http://wiki.openstreetmap.org/wiki/Key:lanes:psv"
     22                        de.href="http://wiki.openstreetmap.org/wiki/DE:Key:lanes:psv"/>
     23                <text key="name" text="Name" />
     24                <combo key="highway"
     25                        text="highway"
     26                        values="primary,secondary,tertiary,residential"
     27                        match="keyvalue"/>
     28                <combo key="oneway"
     29                        text="oneway"
     30                        de.text="Einbahnstraße"
     31                        values="yes" />
     32                <space/>
     33                <combo key="lanes"
     34                        text="total of lanes"
     35                        de.text="Fahrstreifen insgesamt"
     36                        values="1,2,3,4,5,6,7,8,9"
     37                        match="keyvalue"/>
     38                <combo key="lanes:psv"
     39                        text="bus lane of it"
     40                        de.text="davon Busspuren"
     41                        values="1,2,3,4,5,6,7,8,9"
     42                        match="keyvalue"/>
     43                <label text="Time restriction"
     44                        de.text="Zeitliche Einschränkung"/>
     45                <combo key="lanes:psv:conditional"
     46                        text="please edit"
     47                        de.text="bitte editieren"
     48                        values="1 @ (Mo-Fr 06:00-12:00)"
     49                        match="keyvalue"/>
     50                <space/>
     51                <combo key="cycleway"
     52                        text="cycleway"
     53                        de.text="Radweg"
     54                        values="share_busway,track,opposite_track"
     55                        match="keyvalue"/>
     56                <space/>
     57                <space/>       
     58                <label text="Only for roads with oncoming traffic"
     59                        de.text="Nur für Straßen mit Gegenverkehr"/>
     60                <combo key="lanes:psv:forward"
     61                        text="lanes:psv:forward"
     62                        de.text="Busspuren vorwärds"
     63                        values="1,2,3,4,5,6,7,8,9"
     64                        match="keyvalue"/>
     65                <combo key="lanes:psv:backward"
     66                        text="lanes:psv:backward"
     67                        de.text="Busspuren rückwärds"
     68                        values="1,2,3,4,5,6,7,8,9"
     69                        match="keyvalue"/>
     70                <space/>
     71                <label text="Time restriction"
     72                        de.text="Zeitliche Einschränkung"/>
     73                <combo key="lanes:psv:forward:conditional"
     74                        text="forward, please edit"
     75                        de.text="vorwärts, bitte editieren"
     76                        values="1 @ (Mo-Fr 06:00-12:00)"
     77                        match="keyvalue"/>
     78                <combo key="lanes:psv:backward:conditional"
     79                        text="backward, please edit"
     80                        de.text="rückwärts, bitte editieren"
     81                        values="1 @ (Mo-Fr 06:00-12:00)"
     82                        match="keyvalue"/>
     83                <space/>
     84                <combo key="cycleway:right"
     85                        text="cycleway only right"
     86                        de.text="Radweg nur rechts"
     87                        values="share_busway,track"
     88                        match="keyvalue"/>     
     89                <combo key="cycleway:left"
     90                        text="cycleway only left"
     91                        de.text="Radweg nur links"
     92                        values="share_busway,track"
     93                        match="keyvalue"/>             
     94        </item>
     95        <item name="Bus lane"
     96                de.name="Bus ohne Taxi"
     97                icon="Bus.png"
     98                type="way"
     99                preset_name_label="true">
     100                <link
     101                        href="http://wiki.openstreetmap.org/wiki/Key:lanes:bus"
     102                        de.href="http://wiki.openstreetmap.org/wiki/DE:Key:lanes:bus"/>
     103                <text key="name" text="Name" />
     104                <text key="name" text="Name" />
     105                <combo key="highway"
     106                        text="highway"
     107                        values="primary,secondary,tertiary,residential"
     108                        match="keyvalue"/>
     109                <combo key="oneway"
     110                        text="oneway"
     111                        de.text="Einbahnstraße"
     112                        values="yes" />
     113                <space/>
     114                <combo key="lanes"
     115                        text="total of lanes"
     116                        de.text="Fahrstreifen insgesamt"
     117                        values="1,2,3,4,5,6,7,8,9"
     118                        match="keyvalue"/>
     119                <combo key="lanes:bus"
     120                        text="bus lane of it"
     121                        de.text="davon Busspuren"
     122                        values="1,2,3,4,5,6,7,8,9"
     123                        match="keyvalue"/>
     124                <label text="Time restriction"
     125                        de.text="Zeitliche Einschränkung"/>
     126                <combo key="lanes:bus:conditional"
     127                        text="please edit"
     128                        de.text="bitte editieren"
     129                        values="1 @ (Mo-Fr 06:00-12:00)"
     130                        match="keyvalue"/>
     131                <space/>
     132                <combo key="cycleway"
     133                        text="cycleway"
     134                        de.text="Radweg"
     135                        values="share_busway,track,opposite_track"
     136                        match="keyvalue"/>
     137                <space/>
     138                <space/>       
     139                <label text="Only for roads with oncoming traffic"
     140                        de.text="Nur für Straßen mit Gegenverkehr"/>
     141                <combo key="lanes:bus:forward"
     142                        text="lanes:bus:forward"
     143                        de.text="Busspuren vorwärds"
     144                        values="1,2,3,4,5,6,7,8,9"
     145                        match="keyvalue"/>
     146                <combo key="lanes:bus:backward"
     147                        text="lanes:bus:backward"
     148                        de.text="Busspuren rückwärds"
     149                        values="1,2,3,4,5,6,7,8,9"
     150                        match="keyvalue"/>
     151                <space/>
     152                <label text="Time restriction"
     153                        de.text="Zeitliche Einschränkung"/>
     154                <combo key="lanes:bus:forward:conditional"
     155                        text="forward, please edit"
     156                        de.text="vorwärts, bitte editieren"
     157                        values="1 @ (Mo-Fr 06:00-12:00)"
     158                        match="keyvalue"/>
     159                <combo key="lanes:bus:backward:conditional"
     160                        text="backward, please edit"
     161                        de.text="rückwärts, bitte editieren"
     162                        values="1 @ (Mo-Fr 06:00-12:00)"
     163                        match="keyvalue"/>
     164                <space/>
     165                <combo key="cycleway:right"
     166                        text="cycleway only right"
     167                        de.text="Radweg nur rechts"
     168                        values="share_busway,track"
     169                        match="keyvalue"/>     
     170                <combo key="cycleway:left"
     171                        text="cycleway only left"
     172                        de.text="Radweg nur links"
     173                        values="share_busway,track"
     174                        match="keyvalue"/>             
     175        </item>
     176</presets>
     177}}}