Modify ↓
#6817 closed defect (fixed)
mapcss stylesheet not rendered correctly in 4399
Reported by: | Polyglot | Owned by: | team |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | External mappaint style | Version: | |
Keywords: | Cc: |
Description (last modified by )
Hi,
starting with version 4399 JOSM is only showing text for my nodes if they also have another property. This is the contents of my stylesheet:
node[rcn_ref] {text-color: green; font-size: 17; text: rcn_ref; text-halo: #aaffcc; text-halo-radius: 2; text-position: right;} relation[type=network][network=rcn] > node {text-color: red; font-size: 17; text: rcn_ref; text-halo: #aaffcc; text-halo-radius: 2; text-position: right;}
This worked fine in the previous josm-tested.jar
Jo
Attachments (0)
Change History (4)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Description: | modified (diff) |
---|
comment:4 by , 13 years ago
It works again now in josm-latest.jar. Many thanks! I got quite dependent on the feature...
Note:
See TracTickets
for help on using tickets.
It still worked OK in version 4279.
Jo