Skip to content

Commit

Permalink
Add outline to piers
Browse files Browse the repository at this point in the history
  • Loading branch information
yohanboniface committed Nov 14, 2012
1 parent 5eec25e commit e6003aa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion openriverboatmap/palette.mss
Expand Up @@ -45,7 +45,7 @@ Map { font-directory: url(./fonts); }
@park: #DAF2C1;
@cemetery: #D6DED2;
@wooded: #d4e4c4;
@mooring: #252305; //#13272e;
@mooring: #13272e; //#13272e #252305
@stone: #ceba82;
@agriculture: #F2E8B6;

Expand Down
12 changes: 12 additions & 0 deletions openriverboatmap/waterways.mss
Expand Up @@ -66,12 +66,24 @@ Map { background-color: @water; }
/* MOORING
/* ================================================================== */

#piers::outline[zoom>=14][mooring='yes'] {
line-color: #ddd;
line-width: 3;
line-cap: round;
[zoom>16] {
line-width: 5;
}
}
#piers[zoom>=14] {
line-cap: butt;
line-color: @land;
[mooring='yes'] {
line-color: @mooring;
}
line-width: 2;
[zoom>16] {
line-width: 3;
}
}

/* ================================================================== */
Expand Down

0 comments on commit e6003aa

Please sign in to comment.