Changes between Initial Version and Version 1 of Styles/PowerMapping


Ignore:
Timestamp:
2013-04-22T11:23:16+02:00 (13 years ago)
Author:
prabhasp
Comment:

New MapStyle

Legend:

Unmodified
Added
Removed
Modified
  • Styles/PowerMapping

    v1 v1  
     1{{{
     2#!style type="mapcss"
     3meta
     4{
     5    title: "Power Mapping Additions";
     6    description: "Special icons for facilitating mapping of power lines; in development.";
     7    version: "0.1_2013-04-22";
     8    author: "prabhasp";
     9   
     10    watch-modified: true;
     11    link: "http://josm.openstreetmap.de/wiki/Styles/Power_Mapping";
     12}
     13node[node_type=substation], node[node_type=xfrmr]
     14{
     15    icon-image: "styles/standard/misc/landmark/power/transformer.png";
     16    text: auto;
     17}
     18
     19node[power:note=start_point], node[power:note=end_pole], node[node_type=start_node], node[node_type=endpoint]
     20{
     21    icon-image: "styles/standard/vehicle/restriction/dead_end.png";
     22    text: auto;
     23}
     24
     25node[power:note=branch_point], node[node_type=branch]
     26{
     27    icon-image: "selectall.png";
     28    text: auto;
     29}
     30
     31node[power=switch], node[node_type=protection], node[node_type=LBS]
     32{
     33    icon-image: "styles/standard/misc/landmark/power.png";
     34    text: auto;
     35}
     36
     37}}}