Modify

Opened 11 years ago

Closed 11 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.

r5752

Attachments (1)

8486.osm (571 bytes ) - added by Don-vip 11 years ago.
sample file to open in wireframe mode

Download all attachments as: .zip

Change History (3)

comment:1 by Don-vip, 11 years ago

Type: enhancementdefect

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.

Version 0, edited 11 years ago by Don-vip (next)

by Don-vip, 11 years ago

Attachment: 8486.osm added

sample file to open in wireframe mode

comment:2 by Don-vip, 11 years ago

Resolution: fixed
Status: newclosed

In 5754/josm:

fix #8486 - Render "work in progress" tags (note, fixme) as tagged nodes in wireframe mode

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.