wiki:Styles/PowerMapping
meta 
{
    title: "Power Mapping Additions";
    description: "Special icons for facilitating mapping of power lines; in development.";
    version: "0.35_2020-10-31";
    author: "SSherpa+prabhasp";
    link: "https://josm.openstreetmap.de/wiki/Styles/PowerMapping"; 
}
node[node_type=xfrmr], node[power=transformer]
{
    icon-image: "presets/power/transformer.svg";
    text: auto;
}

node[node_type=substation], node[power=sub_station],  node[power=sub_station_big]
{
    icon-image: "icons/power_substation.n.svg";
    text: auto;
}

node[power=end_pole], node[power=pole], node[node_type=start_node], node[node_type=endpoint]
{
    icon-image: "icons/power_tower_low.n.svg";
    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.svg";
    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: "presets/power/power.svg"; 
}
node[todo=yes]
{
    icon-image: "cancel.svg";
    text: auto;
}
node[power=plant]
{
    icon-image: "icons/power_station.svg";
    text: auto;
}

Styles_PowerMapping-style.mapcss, Styles_PowerMapping.zip

Last modified 3 years ago Last modified on 2020-10-31T16:33:33+01:00

Attachments (1)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.