Hi, if I have the following style:
<rule> <condition k="highway" v="motorway"/> <line width="15" realwidth="15" colour="00f496" priority="1000"/> <linemod mode="over" width="+70" colour="00ff00" dashed="7"/> </rule> it ignores the "over" line modifier. This is because of l. 144 in ElemStyles.java: over.remove(linestring); (Where linestring is the condition key for the line style.) Is there a reason for this behaviour or can we remove the line? Sebastian _______________________________________________ josm-dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/josm-dev
