| | 1 | {{{ |
| | 2 | #!style type="mapcss" |
| | 3 | |
| | 4 | meta |
| | 5 | { |
| | 6 | title: "Whitewater"; |
| | 7 | description: "Show icons for some whitewater tags"; |
| | 8 | version: "0.1_2011-08-31"; |
| | 9 | author: "pankdm"; |
| | 10 | |
| | 11 | watch-modified: true; |
| | 12 | } |
| | 13 | |
| | 14 | node[whitewater=put_in] |
| | 15 | { |
| | 16 | icon-image: "icons/put_in.png"; |
| | 17 | text: auto; |
| | 18 | } |
| | 19 | |
| | 20 | node[whitewater=egress] |
| | 21 | { |
| | 22 | icon-image: "icons/egress.png"; |
| | 23 | text: auto; |
| | 24 | } |
| | 25 | |
| | 26 | node[whitewater="put_in;egress"] |
| | 27 | { |
| | 28 | icon-image: "icons/put_in_egress.png"; |
| | 29 | text: auto; |
| | 30 | } |
| | 31 | |
| | 32 | node[whitewater=hazard] |
| | 33 | { |
| | 34 | icon-image: "icons/hazard.png"; |
| | 35 | text: auto; |
| | 36 | } |
| | 37 | |
| | 38 | }}} |