Changeset 7126 in josm


Ignore:
Timestamp:
2014-05-14T19:34:34+02:00 (10 years ago)
Author:
simon04
Message:

fix #9758 - Add barrier=swing_gate to style

Location:
trunk/styles/standard
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/styles/standard/elemstyles.mapcss

    r7116 r7126  
    415415node[barrier=lift_gate] {
    416416    icon-image: "vehicle/lift_gate.png";
     417    text: auto;
     418}
     419node[barrier=swing_gate] {
     420    icon-image: "vehicle/swing_gate.png";
    417421    text: auto;
    418422}
  • trunk/styles/standard/elemstyles.xml

    r7116 r7126  
    344344        </rule>
    345345        <rule>
     346                <condition k="barrier" v="swing_gate"/>
     347                <icon annotate="true" src="vehicle/swing_gate.png"/>
     348    </rule>
     349        <rule>
    346350                <condition k="barrier" v="wall"/>
    347351                <icon annotate="true" src="misc/deprecated.png"/>
Note: See TracChangeset for help on using the changeset viewer.