Opened 15 years ago

Last modified 15 years ago

#6817 closed defect

mapcss stylesheet not rendered correctly in 4399 — at Version 2

Reported by: Polyglot Owned by: team
Priority: major Milestone:
Component: External mappaint style Version:
Keywords: Cc:

Description (last modified by simon04)

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

Change History (2)

in reply to:  description comment:1 by Polyglot, 15 years ago

It still worked OK in version 4279.

Jo

comment:2 by simon04, 15 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.