Changeset 767 in josm for trunk/styles


Ignore:
Timestamp:
2008-08-11T20:38:39+02:00 (16 years ago)
Author:
stoecker
Message:

added secondary_link

File:
1 edited

Legend:

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

    r735 r767  
    102102                <condition k="bicycle" v="no" />
    103103                <icon src="misc/no_icon.png" />
    104         <scale_min>1</scale_min>
    105         <scale_max>50000</scale_max>
     104                <scale_min>1</scale_min>
     105                <scale_max>50000</scale_max>
    106106        </rule>
    107107        <rule>
     
    325325                <line width="3" realwidth="6" colour="#fdbf6f"/>
    326326                <icon annotate="true" src="misc/deprecated.png" />
    327         <scale_min>1</scale_min>
    328         <scale_max>300000</scale_max>
    329     </rule>
    330 
    331     <rule>
     327                <scale_min>1</scale_min>
     328                <scale_max>300000</scale_max>
     329        </rule>
     330
     331        <rule>
     332                <condition k="highway" v="secondary_link"/>
     333                <line width="3" realwidth="6" colour="#fdbf6f"/>
     334                <icon annotate="true" src="misc/deprecated.png" />
     335                <scale_min>1</scale_min>
     336                <scale_max>300000</scale_max>
     337        </rule>
     338
     339        <rule>
    332340        <condition k="highway" v="tertiary"/>
    333341        <line width="2" realwidth="5" colour="#f7f496"/>
     
    33533361        <!-- keep this generic rules at the end of the file, so more specialised rules fit first -->
    33543362        <rule>
    3355                 <condition k="building" v="yes"/>
    3356                 <icon annotate="true" src="misc/no_icon.png" />
    3357                 <area colour="#cb9999"/>
    3358                 <scale_min>1</scale_min>
    3359                 <scale_max>50000</scale_max>
    3360         </rule>
    3361         <rule>
    3362                 <condition k="building" v="true"/>
     3363                <condition k="building" b="yes"/>
    33633364                <icon annotate="true" src="misc/no_icon.png" />
    33643365                <area colour="#cb9999"/>
Note: See TracChangeset for help on using the changeset viewer.