Modify ↓
#10370 closed defect (fixed)
MapCSS: text:name print "name" on the object
Reported by: | plepe | Owned by: | team |
---|---|---|---|
Priority: | major | Milestone: | 14.08 |
Component: | Core mappaint | Version: | |
Keywords: | Cc: |
Description
Until yesterday or two days ago, the following mapcss styles were equal:
node[something] { text: name; } node[something] { text: "name"; } node[something] { text: tag(name); }
Now (josm-latest, version: 7396, but snapshot 7391 has the same issue) the first prints the text "name" on all rendered objects. Version 7380 was the last snapshot to be correct. See the attached screenshots.
This is the style I'm using:
canvas { default-points: false; default-lines: false; } way[highway] { text: name; width: 2; color: blue; }
Attachments (2)
Change History (4)
by , 10 years ago
Attachment: | josm-bug-10370-v7396.png added |
---|
by , 10 years ago
Attachment: | josm-bug-10370-v7380.png added |
---|
comment:1 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 10 years ago
Milestone: | → 14.08 |
---|
Note:
See TracTickets
for help on using tickets.
In 7397/josm: