Changeset 8135 in josm for trunk/styles


Ignore:
Timestamp:
2015-03-13T20:34:02+01:00 (10 years ago)
Author:
Klumbumbus
Message:

fix #11223 - remove waterway=wadi and waterway=rapids, update natural=ridge, natural=valley and intermittent=yes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/styles/standard/elemstyles.mapcss

    r8134 r8135  
    39093909    color: natural#002f00;
    39103910}
     3911way[natural=valley] {
     3912    width: 1;
     3913    color: natural#002f00;
     3914}
    39113915area[natural=scree] {
    39123916    fill-color: natural#002f00;
     
    40204024node[natural=land],
    40214025node[natural=bare_rock],
    4022 node[natural=ridge] {
     4026node[natural=ridge],
     4027node[natural=valley] {
    40234028    icon-image: "misc/deprecated.png";
    40244029    set icon_z17;
     
    40384043    color: riverbank#0000cf;
    40394044}
    4040 way[waterway=canal], way[waterway=wadi] {
     4045way[waterway=canal] {
    40414046    width: 2;
    40424047    color: water#0000ff;
     
    40944099node[waterway=weir] {
    40954100    icon-image: "nautical/weir.png";
    4096     set icon_z17;
    4097     text: auto;
    4098 }
    4099 way[waterway=rapids] {
    4100     width: 2;
    4101     color: rapids#8080ff;
    4102 }
    4103 node[waterway=rapids] {
    4104     icon-image: "misc/no_icon.png";
    41054101    set icon_z17;
    41064102    text: auto;
Note: See TracChangeset for help on using the changeset viewer.