[ink] hotfix: oceans, boundaries

This commit is contained in:
Darafei Praliaskouski 2013-10-04 18:59:56 +03:00 committed by Alex Zolotarev
parent 25f18db787
commit ae166c1640
3 changed files with 146 additions and 868 deletions

Binary file not shown.

File diff suppressed because it is too large Load diff

View file

@ -5063,6 +5063,15 @@ line[highway=steps]
text-halo-color: #7;
}
*[waterway],
*[place=ocean],
*[place=sea],
{
text-halo-color: #1;
text-color: #f;
}
*[amenity!=bench][natural!=tree][!barrier][railway!=subway_entrance][!power][natural!=peak]
{
symbol-shape: eval(cond(prop("icon-image"), "circle", ""));
@ -5097,6 +5106,15 @@ area[area:highway]{fill-color: white}
color: #d;
}
*[boundary]
{dashes: ""}
*[boundary]::d2p2,
*[boundary]::d2p1
*[boundary]::*
{dashes: ""}
*[highway][area?]
{
fill-color: eval(prop("color"));