{{{ #!style type="mapcss" meta { title: "Power Mapping Additions"; description: "Special icons for facilitating mapping of power lines; in development."; version: "0.[[revision]]_[[date]]"; author: "prabhasp"; watch-modified: true; link: "http://josm.openstreetmap.de/wiki/Styles/Power_Mapping"; } node[node_type=substation], node[node_type=xfrmr] { icon-image: "styles/standard/misc/landmark/power/transformer.png"; text: auto; } node[power:note=start_point], node[power:note=end_pole], node[node_type=start_node], node[node_type=endpoint], node[power:note=pause_point], node[power:note=resume_point] { icon-image: "styles/standard/vehicle/restriction/dead_end.png"; text: auto; } node[power:note=branch_point], node[node_type=branch] { icon-image: "selectall.png"; text: auto; } node[power=switch], node[node_type=protection], node[node_type=LBS], node[node_type=generation] { icon-image: "styles/standard/misc/landmark/power.png"; text: auto; } }}}