Ignore:
Timestamp:
2015-01-19T22:54:26+01:00 (9 years ago)
Author:
Klumbumbus
Message:

see #10835 - icon unification and geometry consistency for some water related tags. add validator warnings

File:
1 edited

Legend:

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

    r7968 r7975  
    12791279    color: manmade#d8d8d8;
    12801280}
    1281 node[man_made=groyne] {
    1282     icon-image: "nautical/groyne.png";
    1283     set icon_z17;
    1284     text: auto;
    1285 }
    12861281node[man_made=lighthouse] {
    12871282    icon-image: "misc/landmark/lighthouse.png";
     
    13351330    color: pipeline#660000;
    13361331}
     1332node[man_made=breakwater],
     1333node[man_made=groyne],
    13371334node[man_made=embankment],
    13381335node[man_made=pipeline] {
     
    14951492    text: auto;
    14961493}
    1497 area[leisure=slipway],
     1494way[leisure=slipway] {
     1495    width: 2;
     1496    color: leisure#c7f1a3;
     1497}
     1498node[leisure=slipway] {
     1499    icon-image: "nautical/slipway.png";
     1500    set icon_z17;
     1501    text: auto;
     1502}
    14981503area[leisure=fishing],
    14991504area[leisure=nature_reserve],
     
    15041509area[leisure=firepit] {
    15051510    fill-color: leisure#c7f1a3;
    1506 }
    1507 node[leisure=slipway] {
    1508     icon-image: "nautical/slipway.png";
    1509     set icon_z17;
    1510     text: auto;
    15111511}
    15121512node[leisure=fishing] {
Note: See TracChangeset for help on using the changeset viewer.