Opened 4 days ago
#24868 new defect
No key, but only value visualisation, problem.
| Reported by: | Allroads | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core mappaint | Version: | tested |
| Keywords: | Cc: |
Description
I want to express sunrise-sunset on a [highway] with a image on a way.
In 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 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)




