wiki:Presets/Bus_lanes

Version 7 (modified by geozeisig, 9 years ago) ( diff )

--

Languages:

[[Image(...)]] Bus lane

Preset to map bus lanes. One distinguishes between bus lanes with taxi (psv) and bus lanes without taxi (bus). Furthermore cycling can be allowed, or there is a separate cycling lane/track. On oneways (or carriageways) the additions like forward und backward are not necessary.

<?xml version="1.0" encoding="UTF-8"?>
<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
                  author="geozeisig"
                  version="1.0.13_2018-03-24"
                  shortdescription="Bus lane" 
                  de.shortdescription="Busspur" 
                  description="Bus lane"
                  de.description="Busspur"
                  icon="Bus.png">
                  
        <item name="psv lane"
                de.name="Bus+Taxi"
                icon="Bus.png"
                type="way"
                preset_name_label="true">
                
                <link
                        href="http://wiki.openstreetmap.org/wiki/Key:lanes:psv"
                        de.href="http://wiki.openstreetmap.org/wiki/DE:Key:lanes:psv"/>
                <text key="name" text="Name" />
                <combo key="highway"
                        text="highway"
                        values="primary,secondary,tertiary,residential"
                        match="keyvalue"/>
                <combo key="oneway" 
                        text="oneway"
                        de.text="Einbahnstraße"
                        values="yes" />
                <space/>
                <combo key="lanes"
                        text="total of lanes"
                        de.text="Fahrstreifen insgesamt"
                        values="1,2,3,4,5,6,7,8,9"
                        match="keyvalue"/>
                <combo key="lanes:psv"
                        text="bus lane of it"
                        de.text="davon Busspuren"
                        values="1,2,3,4,5,6,7,8,9"
                        match="keyvalue"/>
                <label text="Time restriction"
                        de.text="Zeitliche Einschränkung"/>
                <combo key="lanes:psv:conditional"
                        text="please edit"
                        de.text="bitte editieren"
                        values="1 @ (Mo-Fr 06:00-12:00)"
                        match="keyvalue"/>
                <space/>
                <combo key="cycleway"
                        text="cycleway"
                        de.text="Radweg"
                        values="share_busway,track,opposite_track"
                        match="keyvalue"/>
                <space/>
                <space/>        
                <label text="Only for roads with oncoming traffic"
                        de.text="Nur für Straßen mit Gegenverkehr"/>
                <combo key="lanes:psv:forward"
                        text="lanes:psv:forward"
                        de.text="Busspuren vorwärds"
                        values="1,2,3,4,5,6,7,8,9"
                        match="keyvalue"/>
                <combo key="lanes:psv:backward"
                        text="lanes:psv:backward"
                        de.text="Busspuren rückwärds"
                        values="1,2,3,4,5,6,7,8,9"
                        match="keyvalue"/>
                <space/>
                <label text="Time restriction"
                        de.text="Zeitliche Einschränkung"/>
                <combo key="lanes:psv:forward:conditional"
                        text="forward, please edit"
                        de.text="vorwärts, bitte editieren"
                        values="1 @ (Mo-Fr 06:00-12:00)"
                        match="keyvalue"/>
                <combo key="lanes:psv:backward:conditional"
                        text="backward, please edit"
                        de.text="rückwärts, bitte editieren"
                        values="1 @ (Mo-Fr 06:00-12:00)"
                        match="keyvalue"/>
                <space/>
                <combo key="cycleway:right"
                        text="cycleway only right"
                        de.text="Radweg nur rechts"
                        values="share_busway,track"
                        match="keyvalue"/>      
                <combo key="cycleway:left"
                        text="cycleway only left"
                        de.text="Radweg nur links"
                        values="share_busway,track"
                        match="keyvalue"/>              
        </item>
        <item name="Bus lane"
                de.name="Bus ohne Taxi"
                icon="Bus.png"
                type="way"
                preset_name_label="true">
                <link
                        href="http://wiki.openstreetmap.org/wiki/Key:lanes:bus"
                        de.href="http://wiki.openstreetmap.org/wiki/DE:Key:lanes:bus"/>
                <text key="name" text="Name" />
                <combo key="highway"
                        text="highway"
                        values="primary,secondary,tertiary,residential"
                        match="keyvalue"/>
                <combo key="oneway"
                        text="oneway"
                        de.text="Einbahnstraße"
                        values="yes" />
                <space/>
                <combo key="lanes"
                        text="total of lanes"
                        de.text="Fahrstreifen insgesamt"
                        values="1,2,3,4,5,6,7,8,9"
                        match="keyvalue"/>
                <combo key="lanes:bus"
                        text="bus lane of it"
                        de.text="davon Busspuren"
                        values="1,2,3,4,5,6,7,8,9"
                        match="keyvalue"/>
                <label text="Time restriction"
                        de.text="Zeitliche Einschränkung"/>
                <combo key="lanes:bus:conditional"
                        text="please edit"
                        de.text="bitte editieren"
                        values="1 @ (Mo-Fr 06:00-12:00)"
                        match="keyvalue"/>
                <space/>
                <combo key="cycleway"
                        text="cycleway"
                        de.text="Radweg"
                        values="share_busway,track,opposite_track"
                        match="keyvalue"/>
                <space/>
                <space/>        
                <label text="Only for roads with oncoming traffic"
                        de.text="Nur für Straßen mit Gegenverkehr"/>
                <combo key="lanes:bus:forward"
                        text="lanes:bus:forward"
                        de.text="Busspuren vorwärds"
                        values="1,2,3,4,5,6,7,8,9"
                        match="keyvalue"/>
                <combo key="lanes:bus:backward"
                        text="lanes:bus:backward"
                        de.text="Busspuren rückwärds"
                        values="1,2,3,4,5,6,7,8,9"
                        match="keyvalue"/>
                <space/>
                <label text="Time restriction"
                        de.text="Zeitliche Einschränkung"/>
                <combo key="lanes:bus:forward:conditional"
                        text="forward, please edit"
                        de.text="vorwärts, bitte editieren"
                        values="1 @ (Mo-Fr 06:00-12:00)"
                        match="keyvalue"/>
                <combo key="lanes:bus:backward:conditional"
                        text="backward, please edit"
                        de.text="rückwärts, bitte editieren"
                        values="1 @ (Mo-Fr 06:00-12:00)"
                        match="keyvalue"/>
                <space/>
                <combo key="cycleway:right"
                        text="cycleway only right"
                        de.text="Radweg nur rechts"
                        values="share_busway,track"
                        match="keyvalue"/>      
                <combo key="cycleway:left"
                        text="cycleway only left"
                        de.text="Radweg nur links"
                        values="share_busway,track"
                        match="keyvalue"/>              
        </item>
</presets>

Presets_Bus_lanes-preset.xml, Presets_Bus_lanes.zip

Attachments (1)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.