forked from organicmaps/organicmaps
Merge pull request #1378 from Zverik/nolanduse
[styles] Remove landuse=residential rendering from the legacy style
This commit is contained in:
commit
5695f5f127
5 changed files with 2123 additions and 2423 deletions
|
@ -176,7 +176,6 @@
|
|||
15262932
|
||||
15326578
|
||||
15527148
|
||||
15591634
|
||||
15591638
|
||||
15631086
|
||||
15649877
|
||||
|
@ -221,7 +220,6 @@
|
|||
16776064
|
||||
16776960
|
||||
16777104
|
||||
16777164
|
||||
16777215
|
||||
436207616
|
||||
437326080
|
||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load diff
|
@ -75,21 +75,6 @@ area|z12-[landuse=conservation]
|
|||
fill-color: @conservation;
|
||||
z-index: 1;
|
||||
}
|
||||
area|z12-[landuse=residential]
|
||||
{
|
||||
fill-color: @residential_generic;
|
||||
z-index: -2;
|
||||
}
|
||||
area|z12-[landuse=residential][residential=urban]
|
||||
{
|
||||
fill-color: @residential_urban;
|
||||
z-index: -1;
|
||||
}
|
||||
area|z12-[landuse=residential][residential=rural]
|
||||
{
|
||||
fill-color: @residential_rural;
|
||||
z-index: -1;
|
||||
}
|
||||
area|z12-[landuse=retail]
|
||||
{
|
||||
fill-color: @retail;
|
||||
|
@ -160,7 +145,6 @@ area|z15[landuse=salt_pond],
|
|||
area|z15[landuse=village_green],
|
||||
area|z15[landuse=vineyard],
|
||||
area|z14-[landuse=field],
|
||||
area|z15-[landuse=residential],
|
||||
area|z14-15[natural=bay],
|
||||
node|z14-15[natural=bay],
|
||||
area|z15[natural=grassland],
|
||||
|
|
|
@ -393,9 +393,9 @@ world 00000000000000000000 +
|
|||
railway 00000000000011111111 -
|
||||
recreation_ground 00000000000011111111 -
|
||||
reservoir 00000000000011111111 -
|
||||
residential 00000000000011111111 +
|
||||
rural 00000000000011111111 -
|
||||
urban 00000000000011111111 -
|
||||
residential 00000000000000000000 +
|
||||
rural 00000000000000000000 -
|
||||
urban 00000000000000000000 -
|
||||
{}
|
||||
retail 00000000000011111111 -
|
||||
salt_pond 00000000000000011111 -
|
||||
|
|
Loading…
Add table
Reference in a new issue