{{{ #!style type="mapcss" meta { title: "Power Mapping Additions"; description: "Special icons for facilitating mapping of power lines; in development."; version: "0.1_2013-04-22"; author: "SSherpa+prabhasp"; watch-modified: true; link: "http://josm.openstreetmap.de/wiki/Styles/Power_Mapping"; } node[node_type=substation], node[node_type=xfrmr], node[power=sub_station], node[power=transformer], node[power=sub_station_big] { icon-image: "styles/standard/misc/landmark/power/transformer.png"; text: auto; } node[node_type=substation], node[power=sub_station], node[power=sub_station_big] { icon-image: "icons/power_substation.n.16.png"; text: auto; } node[power=end_pole], node[node_type=start_node], node[node_type=endpoint] { icon-image: "styles/standard/vehicle/restriction/dead_end.png"; text: auto; } way[power=line] { width: 3; color: blue; } node[power=branch_point], node[node_type=branch],node[power=TEE-OFF],node[power=T-Off] { icon-image: "selectall.png"; text: auto; } node[power=protection_device], node[power=switch], node[node_type=protection], node[node_type=LBS], node[node_type=generation],node[power=isolator],node[power=RMU] { icon-image: "styles/standard/misc/landmark/power.png"; text: auto; } node[todo=yes] { icon-image: "misc/error.png"; text: auto; } node[power=plant] { icon-image: "icons/power_station.png"; text: auto; } }}}