| | 1 | =destination_sign Relation= |
| | 2 | |
| | 3 | Highlight relation rols from, sign and to |
| | 4 | |
| | 5 | {{{ |
| | 6 | #!style type="mapcss" |
| | 7 | |
| | 8 | meta { |
| | 9 | title: "destination_sign Relation"; |
| | 10 | autor: mdv; |
| | 11 | version: "1.[[revision]]_[[date]]"; |
| | 12 | watch-modified: true; |
| | 13 | description: "Highlight relation rols from, sign and to"; |
| | 14 | } |
| | 15 | |
| | 16 | relation[type=destination_sign] >[role="to"] node { |
| | 17 | icon-image: https://wiki.openstreetmap.org/w/images/6/65/To_sign.png; |
| | 18 | } |
| | 19 | |
| | 20 | relation[type=destination_sign] >[role="from"] node { |
| | 21 | icon-image: https://wiki.openstreetmap.org/w/images/7/7d/From_sign.png; |
| | 22 | } |
| | 23 | |
| | 24 | relation[type=destination_sign] >[role="sign"] node { |
| | 25 | icon-image: https://wiki.openstreetmap.org/w/images/5/50/Sign_sign.png; |
| | 26 | text: "destination" |
| | 27 | } |
| | 28 | }}} |