Opened 15 years ago
Last modified 15 years ago
#6817 closed defect
mapcss stylesheet not rendered correctly in 4399 — at Initial Version
| Reported by: | Polyglot | Owned by: | team |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | External mappaint style | Version: | |
| Keywords: | Cc: |
Description
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


