Changes between Version 8 and Version 9 of Styles/PowerMapping


Ignore:
Timestamp:
2015-09-13T23:25:14+02:00 (11 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Styles/PowerMapping

    v8 v9  
    66    description: "Special icons for facilitating mapping of power lines; in development.";
    77    version: "0.1_2013-04-22";
    8     author: "prabhasp";
     8    author: "prabhasp+ssherpa";
    99   
    1010    watch-modified: true;
     
    2222    text: auto;
    2323}
    24 way[power=line]
     24way[power=line][voltage=33]
    2525{
    2626    width: 3;
     
    3434}
    3535
    36 node[power=protection_device], node[power=switch], node[node_type=protection], node[node_type=LBS], node[node_type=generation]
     36node[power=protection_device], node[power=switch], node[node_type=protection], node[node_type=LBS], node[node_type=generation],node[power=isolator],node[power=RMU]
    3737{
    3838    icon-image: "styles/standard/misc/landmark/power.png";
     
    4444    text: auto;
    4545}
    46 
     46node[power=plant]
     47{
     48    icon-image: "power_station.png";
     49    text: auto;
     50}
    4751
    4852}}}