Opened 12 years ago
Last modified 12 years ago
#9994 closed enhancement
mapcss: prop() in selector doesn't work together with child selector — at Initial Version
| Reported by: | Klumbumbus | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core mappaint | Version: | |
| Keywords: | Cc: |
Description
The following mapcss code is not working:
*
{
help: tag("addr:housenumber");
}
way[prop(help)>3] > node
{
symbol-shape: circle;
symbol-size: 20;
}
The result should look like:
Tested with JOSM stable 7000 and latest 7080.
Note:
See TracTickets
for help on using tickets.


