wiki:Styles/PowerMapping

Version 5 (modified by prabhasp, 12 years ago) ( diff )

--

meta 
{
    title: "Power Mapping Additions";
    description: "Special icons for facilitating mapping of power lines; in development.";
    version: "0.35_2020-10-31";
    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=generation], node[node_type=LBS]
{
    icon-image: "styles/standard/misc/landmark/power.png";
    text: auto;
}

Styles_PowerMapping-style.mapcss, Styles_PowerMapping.zip

Attachments (1)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.