Changeset 3345 in josm for trunk/styles


Ignore:
Timestamp:
2010-06-26T22:39:27+02:00 (14 years ago)
Author:
stoecker
Message:

#fix 5174 - add style for fixme nodes (red/white F)

File:
1 edited

Legend:

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

    r3337 r3345  
    6363- description      what is your style meant to be
    6464- shortdescription very short description
    65 - link             a link to a helpful website (optional)
     65- link       a link to a helpful website (optional)
    6666- The fields description, shortdescription and link may also be localized (e.g. de.link)
    67 - name             is the name of the style
     67- name       is the name of the style
    6868                   - when the style replaces the whole rendering choose a new name
    6969                   - when the style is additional choose "standard" or don't use name tag
     
    663663        <rule>
    664664                <condition k="highway" v="living_street"/>
    665                 <line width="2" realwidth="3" colour="street#c0c0c0" dashed="9" dashedcolour="livingdashed#00ff00" />
     665                <line width="2" realwidth="3" colour="street#c0c0c0" dashed="9" dashedcolour="livingdashed#00ff00"/>
    666666                <icon annotate="true" src="misc/deprecated.png"/>
    667667                <scale_min>1</scale_min>
     
    43584358        <rule>
    43594359                <condition k="addr:interpolation" v="even"/>
    4360                 <line width="1" realwidth="1" dashed="true" colour="address#1C86EE"/>
     4360                <line width="1" realwidth="1" dashed="true" colour="address#1C86EE"/>
    43614361                <scale_min>1</scale_min>
    43624362                <scale_max>40000</scale_max>
     
    43654365        <rule>
    43664366                <condition k="addr:interpolation" v="all"/>
    4367                 <line width="1" realwidth="1" dashed="true" colour="address#1C86EE"/>
     4367                <line width="1" realwidth="1" dashed="true" colour="address#1C86EE"/>
    43684368                <scale_min>1</scale_min>
    43694369                <scale_max>40000</scale_max>
    43704370        </rule>
    43714371
    4372         <rule>
    4373                 <condition k="addr:interpolation" v="alphabetic"/>
    4374                 <line width="1" realwidth="1" dashed="true" colour="address#1C86EE"/>
    4375                 <scale_min>1</scale_min>
    4376                 <scale_max>40000</scale_max>
    4377         </rule>
     4372        <rule>
     4373                <condition k="addr:interpolation" v="alphabetic"/>
     4374                <line width="1" realwidth="1" dashed="true" colour="address#1C86EE"/>
     4375                <scale_min>1</scale_min>
     4376                <scale_max>40000</scale_max>
     4377        </rule>
     4378
     4379        <rule>
     4380                <condition k="fixme"/>
     4381                <icon annotate="true" src="fixme.png"/>
     4382                <scale_min>1</scale_min>
     4383                <scale_max>50000</scale_max>
     4384        </rule>
    43784385
    43794386<!--public_transport tags -->
    4380     <rule>
    4381         <condition k="public_transport" v="stop_position"/>
    4382         <icon annotate="true" src="misc/no_icon.png"/>
    4383         <scale_min>1</scale_min>
    4384         <scale_max>50000</scale_max>
    4385     </rule>
    4386 
    4387     <rule>
    4388         <condition k="public_transport" v="platform"/>
    4389         <icon annotate="true" src="misc/no_icon.png"/>
    4390         <line width="1" realwidth="1" colour="service#809bc0" dashed="9" dashedcolour="livingdashed#00ff00" />
    4391         <scale_min>1</scale_min>
    4392         <scale_max>50000</scale_max>
    4393     </rule>
     4387        <rule>
     4388                <condition k="public_transport" v="stop_position"/>
     4389                <icon annotate="true" src="misc/no_icon.png"/>
     4390                <scale_min>1</scale_min>
     4391                <scale_max>50000</scale_max>
     4392        </rule>
     4393
     4394        <rule>
     4395                <condition k="public_transport" v="platform"/>
     4396                <icon annotate="true" src="misc/no_icon.png"/>
     4397                <line width="1" realwidth="1" colour="service#809bc0" dashed="9" dashedcolour="livingdashed#00ff00"/>
     4398                <scale_min>1</scale_min>
     4399                <scale_max>50000</scale_max>
     4400        </rule>
    43944401
    43954402<!--"deprecated" tags -->
Note: See TracChangeset for help on using the changeset viewer.