Changes between Version 5 and Version 6 of Styles/PowerMapping


Ignore:
Timestamp:
2013-04-23T02:17:08+02:00 (13 years ago)
Author:
prabhasp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Styles/PowerMapping

    v5 v6  
    55    title: "Power Mapping Additions";
    66    description: "Special icons for facilitating mapping of power lines; in development.";
    7     version: "0.[[revision]]_[[date]]";
     7    version: "0.1_2013-04-22";
    88    author: "prabhasp";
    99   
     
    2929}
    3030
    31 node[power=switch], node[node_type=protection], node[node_type=generation], node[node_type=LBS]
     31node[power=switch], node[node_type=protection], node[node_type=LBS], node[node_type=generation]
    3232{
    3333    icon-image: "styles/standard/misc/landmark/power.png";
    3434    text: auto;
    3535}
     36node[todo=yes]
     37{
     38    icon-image: "misc/error.png";
     39    text: auto;
     40}
     41
    3642
    3743}}}