On 17.02.2015 05:11, Jo wrote:
Hi,

I'm trying to create a style to visualize road signs.

All the icons are already in the roadsigns plugin. Is there a way to access
them? I've been trying all kinds of variations, but all I'm getting is a
white square.

node|z15-[traffic_sign="BE:B1"]
{
     icon-image: "/josm/plugins/roadsigns.jar/images/BE/BE_B1.png";
}

This would be simply

      icon-image: "BE/BE_B1.png";

But if you plan to distribute the style, I would recommend to include the images anyway. This way the style works regardless of the installed plugins.

Paul

_______________________________________________
josm-dev mailing list
josm-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/josm-dev

Reply via email to