Changeset 1109 in josm


Ignore:
Timestamp:
Dec 8, 2008 8:53:03 PM (5 years ago)
Author:
ce
Message:

added addr:interpolation

File:
1 edited

Legend:

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

    r1100 r1109  
    36853685        </rule> 
    36863686 
     3687        <rule> 
     3688                <condition k="addr:interpolation" v="odd"/> 
     3689                <line width="1" realwidth="1" dashed="true" colour="#1C86EE"/> 
     3690                <scale_min>1</scale_min> 
     3691                <scale_max>40000</scale_max> 
     3692        </rule> 
     3693 
     3694        <rule> 
     3695                <condition k="addr:interpolation" v="even"/> 
     3696                <line width="1" realwidth="1" dashed="true" colour="#1C86EE"/> 
     3697                <scale_min>1</scale_min> 
     3698                <scale_max>40000</scale_max> 
     3699        </rule> 
     3700 
     3701        <rule> 
     3702                <condition k="addr:interpolation" v="all"/> 
     3703                <line width="1" realwidth="1" dashed="true" colour="#1C86EE"/> 
     3704                <scale_min>1</scale_min> 
     3705                <scale_max>40000</scale_max> 
     3706        </rule> 
     3707 
    36873708</rules> 
Note: See TracChangeset for help on using the changeset viewer.