| | 1 | {{{ |
| | 2 | #!style type="mapcss" |
| | 3 | meta |
| | 4 | { |
| | 5 | title: "Power Mapping Additions"; |
| | 6 | description: "Special icons for facilitating mapping of power lines; in development."; |
| | 7 | version: "0.1_2013-04-22"; |
| | 8 | author: "prabhasp"; |
| | 9 | |
| | 10 | watch-modified: true; |
| | 11 | link: "http://josm.openstreetmap.de/wiki/Styles/Power_Mapping"; |
| | 12 | } |
| | 13 | node[node_type=substation], node[node_type=xfrmr] |
| | 14 | { |
| | 15 | icon-image: "styles/standard/misc/landmark/power/transformer.png"; |
| | 16 | text: auto; |
| | 17 | } |
| | 18 | |
| | 19 | node[power:note=start_point], node[power:note=end_pole], node[node_type=start_node], node[node_type=endpoint] |
| | 20 | { |
| | 21 | icon-image: "styles/standard/vehicle/restriction/dead_end.png"; |
| | 22 | text: auto; |
| | 23 | } |
| | 24 | |
| | 25 | node[power:note=branch_point], node[node_type=branch] |
| | 26 | { |
| | 27 | icon-image: "selectall.png"; |
| | 28 | text: auto; |
| | 29 | } |
| | 30 | |
| | 31 | node[power=switch], node[node_type=protection], node[node_type=LBS] |
| | 32 | { |
| | 33 | icon-image: "styles/standard/misc/landmark/power.png"; |
| | 34 | text: auto; |
| | 35 | } |
| | 36 | |
| | 37 | }}} |