﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10060	MapCSS: set tag=value	plepe	team	"According to the MapCSS specification ​osmwiki:MapCSS/0.2, it should be possible to modify tags (temporarily for the rendering process).

{{{
#!mapcss
{ set tag=value; }   /* set a tag */
{ set tag; }         /* set a tag to 'yes' */
{ set tag=eval(tag('name')); }   /* set tag to the result of the eval() expression */
}}}

It would be great, if JOSM would support this."	enhancement	new	normal		Core mappaint			mapcss modify tag	
