﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6817	mapcss stylesheet not rendered correctly in 4399	Polyglot	team	"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:

{{{#!css
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"	defect	closed	major		External mappaint style		fixed		
