wiki:Styles/DestinationSignRelation

Version 1 (modified by Klumbumbus, 10 years ago) ( diff )

copied from https://josm.openstreetmap.de/attachment/wiki/StylesSource/signs.mapcss and adjusted a bit (formatting, autorevision)

=destination_sign Relation=

Highlight relation rols from, sign and to

meta {
    title: "destination_sign Relation";
    autor: mdv;
    version: "1.8_2020-10-05";
    watch-modified: true;
    description: "Highlight relation rols from, sign and to";
}

relation[type=destination_sign] >[role="to"] node {  
    icon-image: https://wiki.openstreetmap.org/w/images/6/65/To_sign.png;
}

relation[type=destination_sign] >[role="from"] node { 
    icon-image: https://wiki.openstreetmap.org/w/images/7/7d/From_sign.png;
}

relation[type=destination_sign] >[role="sign"] node {  
    icon-image: https://wiki.openstreetmap.org/w/images/5/50/Sign_sign.png;
    text: "destination"
}

Styles_DestinationSignRelation-style.mapcss, Styles_DestinationSignRelation.zip

Note: See TracWiki for help on using the wiki.