forked from organicmaps/organicmaps
[styles] Fixed draw order for some "landuse".
This commit is contained in:
parent
4c1cab5faf
commit
62135b29ec
1 changed files with 13 additions and 2 deletions
|
@ -56,53 +56,64 @@ area|z12-[landuse=quarry],
|
|||
area|z12-[landuse=railway],
|
||||
{
|
||||
fill-color: #DDDDCC;
|
||||
z-index: 1;
|
||||
}
|
||||
area|z12-[landuse=commercial],
|
||||
area|z12-[natural=heath]
|
||||
{
|
||||
fill-color: #f8f8d8;
|
||||
fill-position: background;
|
||||
z-index: 2;
|
||||
}
|
||||
area|z12-[landuse=military]
|
||||
{
|
||||
fill-color: #d0d050;
|
||||
z-index: 10;
|
||||
}
|
||||
area|z12-[landuse=conservation]
|
||||
{
|
||||
fill-color: #cfeca8;
|
||||
z-index: 1;
|
||||
}
|
||||
area|z12-[landuse=residential]
|
||||
{
|
||||
fill-color: #ede8d2;
|
||||
z-index: 5;
|
||||
}
|
||||
area|z12-[landuse=residential][residential=urban]
|
||||
{
|
||||
fill-color: #eeeeee;
|
||||
z-index: 6;
|
||||
}
|
||||
area|z12-[landuse=residential][residential=rural]
|
||||
{
|
||||
fill-color: #FFFFCC;
|
||||
z-index: 6;
|
||||
}
|
||||
area|z12-[landuse=retail]
|
||||
{
|
||||
fill-color: #f8ecec;
|
||||
z-index: 3;
|
||||
}
|
||||
area|z13-[landuse=farmyard]
|
||||
{
|
||||
fill-color: #e4e4e4;
|
||||
z-index: 1;
|
||||
}
|
||||
area|z13-[landuse=landfill],
|
||||
area|z13-[landuse=quarry]
|
||||
{
|
||||
fill-color: #e9dd72;
|
||||
z-index: 1;
|
||||
}
|
||||
area|z13-[landuse=vineyard]
|
||||
{
|
||||
fill-color: #d1ead1;
|
||||
z-index: 2;
|
||||
}
|
||||
area|z15-[landuse=garages]
|
||||
{
|
||||
fill-color: #e1e1e5;
|
||||
z-index: 4;
|
||||
}
|
||||
area|z15-16[landuse=construction],
|
||||
node|z15-16[landuse=construction]
|
||||
|
@ -249,7 +260,7 @@ node|z16-[natural=vineyard]
|
|||
text-color: #202020;
|
||||
}
|
||||
|
||||
area|z13-[natural=glacier]
|
||||
area|z10-[natural=glacier]
|
||||
{
|
||||
fill-color: lightblue;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue