Changeset 3349 in josm


Ignore:
Timestamp:
Jun 27, 2010 10:45:05 PM (3 years ago)
Author:
stoecker
Message:

add priority for fixme

File:
1 edited

Legend:

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

    r3345 r3349  
    43794379        <rule>  
    43804380                <condition k="fixme"/>  
    4381                 <icon annotate="true" src="fixme.png"/> 
     4381                <icon annotate="true" src="fixme.png" priority="-10000"/> 
     4382                <scale_min>1</scale_min>  
     4383                <scale_max>50000</scale_max>  
     4384        </rule>  
     4385 
     4386        <rule>  
     4387                <condition k="FIXME"/>  
     4388                <icon annotate="true" src="fixme.png" priority="-10000"/> 
    43824389                <scale_min>1</scale_min>  
    43834390                <scale_max>50000</scale_max>  
Note: See TracChangeset for help on using the changeset viewer.