forked from organicmaps/organicmaps
[ink] hotfix: oceans, boundaries
This commit is contained in:
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
|
@ -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"));
|
||||
|
|
Loading…
Add table
Reference in a new issue