Modify ↓
Opened 13 years ago
Closed 13 years ago
#8486 closed defect (fixed)
wireframe: Highlight all nodes with mapnik icons as solid white square
| Reported by: | skyper | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Internal mappaint style | Version: | |
| Keywords: | Cc: |
Description
Please, highlight all nodes which are rendered in mapnik style with an icon also in wireframe with a solid white square.
At least fixme=* and FIXME=* are not highlighted at all.
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.



I see this as a defect. I don't know why fixme is not processed as the other node icons in generated styles:
Styles Cache for "House number 1 at Rue du Languedoc (43.5951016, 1.4448914) [id: 1,305,340,530]": > applying xml style "JOSM" Range:|s0.0-Infinity default: Cascade{ text:Keyword{auto}; icon-image:IconReference{iconName='misc/housenumber.png' source='JOSM'}; } List of generated Styles: * NodeElemStyle{z_idx=[4.0/0.0/0.0] icon=[misc/housenumber.png]} * 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} Styles Cache for "node (43.5954429, 1.4448608) [id: 0]": > applying xml style "JOSM" Range:|s0.0-Infinity default: Cascade{ text:Keyword{auto}; icon-image:IconReference{iconName='misc/fixme.png' source='JOSM'}; } List of generated Styles: * NodeElemStyle{z_idx=[4.0/0.0/0.0] icon=[misc/fixme.png]}-> BoxTextElemStyle is missing for fixme nodes.