﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
24868	No key, but only value visualisation, problem.	Allroads	team	"I want to express sunrise-sunset on a [highway] with a image on a way.

In [https://overpass-turbo.eu/s/2vrS overpass] it works but not in mapcss style.

overpass
{{{
way[highway][~"".""~""sunrise""]({{bbox}});
}}}

mapcss
{{{
way|z19-[highway][~"".""~""sunrise""]:
}}}

I read some tickets about regex problems.
Saw [https://josm.eu/browser/trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSParser.jj#L169 this MapCSSParser.jj#L169 page]

Tried some variation, that does not work.
Maybe there is a better string, usable.

How to set up a mapcss string that works, when no key selected.

Later I exclude the value of opening_hours with sunrise-sunset. Because I visualise it already.
I am interested in all transportation modes with sunrise and sunset in de value as a hint in the style.

Here I gave access:conditional a no at sunset, next to that I want to see all that have sunset or sunrise in the value as a hint.(black/white image, day night)
[[Image(sun.png)]]
[[Image(sunrise.png)]]"	defect	new	normal		Core mappaint	tested			
