Changes between Version 8 and Version 9 of Styles/PowerMapping
- Timestamp:
- 2015-09-13T23:25:14+02:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/PowerMapping
v8 v9 6 6 description: "Special icons for facilitating mapping of power lines; in development."; 7 7 version: "0.1_2013-04-22"; 8 author: "prabhasp"; 8 author: "prabhasp+ssherpa"; 9 9 10 10 watch-modified: true; … … 22 22 text: auto; 23 23 } 24 way[power=line] 24 way[power=line][voltage=33] 25 25 { 26 26 width: 3; … … 34 34 } 35 35 36 node[power=protection_device], node[power=switch], node[node_type=protection], node[node_type=LBS], node[node_type=generation] 36 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] 37 37 { 38 38 icon-image: "styles/standard/misc/landmark/power.png"; … … 44 44 text: auto; 45 45 } 46 46 node[power=plant] 47 { 48 icon-image: "power_station.png"; 49 text: auto; 50 } 47 51 48 52 }}}
