Opened 9 years ago

Last modified 9 years ago

#13477 closed defect

mapcss area selector matches open lines — at Version 3

Reported by: francois.lacombe Owned by: team
Priority: normal Milestone:
Component: Core mappaint Version:
Keywords: mapcss, area, fill Cc:

Description (last modified by Don-vip)

Hi,

It seems that the mapcss area type selector matches open lines on JOSM.

Use this simple piece of mapcss :

area[test="ok"]{
        fill-color:"#31A500";
        text-color:"#00DE00";
}

and draw an open line with test=ok and the space between its nodes is filled.

That doesn't sound right against the definition given here : http://wiki.openstreetmap.org/wiki/MapCSS/0.2#Types

Am I wrong ?

Change History (3)

comment:1 by francois.lacombe, 9 years ago

Description: modified (diff)

comment:2 by francois.lacombe, 9 years ago

Description: modified (diff)

comment:3 by Don-vip, 9 years ago

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