Opened 12 years ago

Last modified 12 years ago

#9994 closed enhancement

mapcss: prop() in selector doesn't work together with child selector — at Version 1

Reported by: Klumbumbus Owned by: team
Priority: normal Milestone:
Component: Core mappaint Version:
Keywords: Cc:

Description (last modified by Klumbumbus)

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.

Change History (2)

by Klumbumbus, 12 years ago

Attachment: blue nodes.png added

comment:1 by Klumbumbus, 12 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.