Changeset 15829 in josm


Ignore:
Timestamp:
2020-02-08T17:13:43+01:00 (4 years ago)
Author:
Klumbumbus
Message:

Fix #17820 - Same support for oneway:bicycle=no as for cycleway=opposite

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r15828 r15829  
    738738                <text key="ref" text="Reference" />
    739739                <reference ref="highway_base" />
    740                 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
     740                <checkgroup columns="2">
     741                    <check key="oneway" text="Oneway" />
     742                    <check key="oneway:bicycle" text="Oneway for bicycle" />
     743                </checkgroup>
     744                <reference ref="highway_yesno_incline" />
     745                <check key="lit" text="Lit" />
     746                <text key="width" text="Width (meters)" />
     747                <combo key="sidewalk" text="Sidewalk" values="both,left,right,no,separate" values_context="sidewalk" />
    741748                <check key="narrow" text="Narrow" disable_off="true" />
    742749                <check key="trolley_wire" text="Overhead trolley wires" />
  • trunk/styles/standard/elemstyles.mapcss

    r15809 r15829  
    10861086}
    10871087    /* render opposite */
     1088way[oneway:bicycle=no][oneway][oneway!=no]::core_cycleway,
    10881089way[cycleway=opposite][oneway][oneway!=no]::core_cycleway {
    10891090    z-index: 1;
Note: See TracChangeset for help on using the changeset viewer.