wiki:Styles/PowerMapping

Version 8 (modified by prabhasp, 13 years ago) ( diff )

--

meta 
{
    title: "Power Mapping Additions";
    description: "Special icons for facilitating mapping of power lines; in development.";
    version: "0.1_2013-04-22";
    author: "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[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]
{
    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]
{
    icon-image: "styles/standard/misc/landmark/power.png";
    text: auto;
}
node[todo=yes]
{
    icon-image: "misc/error.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.