#5071 closed enhancement (wontfix)
Render FIXME/note/description
Reported by: | AM909 | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | tested |
Keywords: | Cc: | AM909 |
Description
I'd like to see the values of FIXME, fixme, note, and description tags rendered when a node has no other text to render. I realize that the validator can find them for you, but that's an extra step that people may not take, whereas seeing the note when they're working on an area might trigger them to work on the issue.
Attachments (0)
Change History (2)
comment:1 by , 15 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 by , 15 years ago
Nice. By way of documentation:
mappaint.nameOrder contains a list of keys that are searched, in the order specified, for the name to be rendered for an object. The keys are separated by the RS control character (30 = 0x1E), which I copied from the plugins preference since the textbox editor doesn't seem to support entering it with Alt-Num0-Num3-Num0.
My value is name:en,name,int_name,brand,ref,operator,addr:housenumber,FIXME,note,description
(RS shown as ',')
Set "mappaint.nameOrder" to reach what you want for yourself. Rendering notes will not be default.