Changeset 3659 in josm for trunk/styles/standard


Ignore:
Timestamp:
2010-11-17T11:24:33+01:00 (13 years ago)
Author:
ulfl
Message:

remove scale_min / scale_max
This was from the time, when I was experimenting about speed up of the map display. As the map display is now fast enough for editing, this has become obsolete.
I've removed this, as it repeatingly confused people looking at the file content.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/styles/standard/elemstyles_gb.xml

    r3612 r3659  
    1515                <condition k="restriction" v="no_left_turn"/>
    1616                <icon annotate="true" src="vehicle/restriction/turn_restrictions/ireland/no_left_turn.png" priority="10000" />
    17                 <scale_min>1</scale_min>
    18                 <scale_max>40000</scale_max>
    1917        </rule>
    2018        <rule>
    2119                <condition k="restriction" v="no_right_turn"/>
    2220                <icon annotate="true" src="vehicle/restriction/turn_restrictions/ireland/no_right_turn.png" priority="10000" />
    23                 <scale_min>1</scale_min>
    24                 <scale_max>40000</scale_max>
    2521        </rule>
    2622        <rule>
    2723                <condition k="restriction" v="no_straight_on"/>
    2824                <icon annotate="true" src="vehicle/restriction/turn_restrictions/ireland/no_straight_on.png" priority="10000" />
    29                 <scale_min>1</scale_min>
    30                 <scale_max>40000</scale_max>
    3125        </rule>
    3226        <rule>
    3327                <condition k="restriction" v="no_u_turn"/>
    3428                <icon annotate="true" src="vehicle/restriction/turn_restrictions/ireland/no_u_turn.png" priority="10000" />
    35                 <scale_min>1</scale_min>
    36                 <scale_max>40000</scale_max>
    3729        </rule>
    3830        <rule>
    3931                <condition k="highway" v="mini_roundabout"/>
    4032                <icon annotate="true" src="vehicle/restriction/roundabout_left.png" priority="10000"/>
    41                 <scale_min>1</scale_min>
    42                 <scale_max>50000</scale_max>
    4333        </rule>
    4434
Note: See TracChangeset for help on using the changeset viewer.