Modify

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#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 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

Attachments (0)

Change History (4)

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

It still worked OK in version 4279.

Jo

comment:2 by simon04, 13 years ago

Description: modified (diff)

comment:3 by bastiK, 13 years ago

Resolution: fixed
Status: newclosed

In [4415/josm]:

fixed #6817 - mapcss stylesheet not rendered correctly in 4399

comment:4 by Polyglot, 13 years ago

It works again now in josm-latest.jar. Many thanks! I got quite dependent on the feature...

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.