Changes between Version 6 and Version 7 of Styles/PowerMapping
- Timestamp:
- 2013-04-25T02:59:27+02:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/PowerMapping
v6 v7 11 11 link: "http://josm.openstreetmap.de/wiki/Styles/Power_Mapping"; 12 12 } 13 node[node_type=substation], node[node_type=xfrmr] 13 node[node_type=substation], node[node_type=xfrmr], node[power=sub_station], node[power=transformer], node[power=sub_station_big] 14 14 { 15 15 icon-image: "styles/standard/misc/landmark/power/transformer.png"; … … 17 17 } 18 18 19 node[power :note=start_point], node[power:note=end_pole], node[node_type=start_node], node[node_type=endpoint], node[power:note=pause_point], node[power:note=resume_point]19 node[power=end_pole], node[node_type=start_node], node[node_type=endpoint] 20 20 { 21 21 icon-image: "styles/standard/vehicle/restriction/dead_end.png"; … … 23 23 } 24 24 25 node[power :note=branch_point], node[node_type=branch]25 node[power=branch_point], node[node_type=branch] 26 26 { 27 27 icon-image: "selectall.png"; … … 29 29 } 30 30 31 node[power=switch], node[node_type=protection], node[node_type=LBS], node[node_type=generation] 31 node[power=protection_device], node[power=switch], node[node_type=protection], node[node_type=LBS], node[node_type=generation] 32 32 { 33 33 icon-image: "styles/standard/misc/landmark/power.png";
