Changes between Initial Version and Version 1 of Ticket #8486, comment 1


Ignore:
Timestamp:
2013-03-03T15:43:15+01:00 (11 years ago)
Author:
Don-vip

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8486, comment 1

    initial v1  
    1 I see this as a defect. I don't know why fixme is not processed as the other node icons in generated styles:
     1I see this as a defect. I don't know why fixme is not processed as the other node icons.
    22
    3 {{{
    4 Styles Cache for "House number 1 at Rue du Languedoc ‎(43.5951016, 1.4448914) [id: 1,305,340,530]":
    5 
    6 > applying xml style "JOSM"
    7 
    8 Range:|s0.0-Infinity
    9  default:
    10 Cascade{ text:Keyword{auto}; icon-image:IconReference{iconName='misc/housenumber.png' source='JOSM'}; }
    11 
    12 List of generated Styles:
    13  * NodeElemStyle{z_idx=[4.0/0.0/0.0]  icon=[misc/housenumber.png]}
    14  * BoxTextElemStyle{z_idx=[5.0/0.0/0.0]  labelCompositionStrategy={DeriveLabelFromNameTagsCompositionStrategy} font=java.awt.Font[family=Dialog,name=Helvetica,style=plain,size=8] color=#ffffff box=java.awt.Rectangle[x=-5,y=-5,width=10,height=10] hAlign=RIGHT vAlign=BOTTOM}
    15 
    16 
    17 Styles Cache for "node ‎(43.5954429, 1.4448608) [id: 0]":
    18 
    19 > applying xml style "JOSM"
    20 
    21 Range:|s0.0-Infinity
    22  default:
    23 Cascade{ text:Keyword{auto}; icon-image:IconReference{iconName='misc/fixme.png' source='JOSM'}; }
    24 
    25 List of generated Styles:
    26  * NodeElemStyle{z_idx=[4.0/0.0/0.0]  icon=[misc/fixme.png]}
    27 
    28 }}}
    29 
    30 -> BoxTextElemStyle is missing for fixme nodes.
     3EDIT: forget what I said after.