Ignore:
Timestamp:
2015-02-03T15:43:53+01:00 (10 years ago)
Author:
Klumbumbus
Message:

fix #11062 - Add a preset for natural=rock

File:
1 edited

Legend:

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

    r7997 r8003  
    39093909    fill-color: bare_rock#f8f8c7;
    39103910}
     3911area[natural=rock] {
     3912    fill-color: stone#f8f8c7;
     3913}
     3914node[natural=rock] {
     3915    icon-image: "misc/rock.svg";
     3916    set icon_z17;
     3917    text: auto;
     3918}
    39113919area[natural=stone] {
    39123920    fill-color: stone#f8f8c7;
    39133921}
    39143922node[natural=stone] {
    3915     icon-image: "misc/no_icon.png";
     3923    icon-image: "misc/stone.svg";
    39163924    set icon_z17;
    39173925    text: auto;
Note: See TracChangeset for help on using the changeset viewer.