Ignore:
Timestamp:
2009-07-03T20:58:24+02:00 (15 years ago)
Author:
ulfl
Message:

add rules for:
public_transport=stop_position
public_transport=platform

File:
1 edited

Legend:

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

    r1717 r1723  
    41594159        </rule>
    41604160
     4161<!--public_transport tags -->
     4162    <rule>
     4163        <condition k="public_transport" v="stop_position"/>
     4164        <icon annotate="true" src="misc/no_icon.png"/>
     4165        <scale_min>1</scale_min>
     4166        <scale_max>50000</scale_max>
     4167    </rule>
     4168
     4169    <rule>
     4170        <condition k="public_transport" v="platform"/>
     4171        <icon annotate="true" src="misc/no_icon.png"/>
     4172        <line width="1" realwidth="1" colour="service#809bc0" dashed="9" dashedcolour="livingdashed#00ff00" />
     4173        <scale_min>1</scale_min>
     4174        <scale_max>50000</scale_max>
     4175    </rule>
     4176
    41614177<!--"deprecated" tags -->
    41624178
Note: See TracChangeset for help on using the changeset viewer.