forked from organicmaps/organicmaps
Mapcss fix
This commit is contained in:
parent
a50698224d
commit
7c9906e888
1 changed files with 6 additions and 12 deletions
|
@ -783,11 +783,9 @@ node|z8-9[place=region],
|
|||
|
||||
|
||||
area|z16[building],
|
||||
node|z16[building],
|
||||
area|z16[addr:housenumber][addr:street],
|
||||
node|z16[addr:housenumber][addr:street]
|
||||
node|z16[building]
|
||||
{
|
||||
text: "addr:housenumber";
|
||||
text: "addr:housename";
|
||||
font-size: 8;
|
||||
text-color: @housename;
|
||||
text-position: center;
|
||||
|
@ -795,11 +793,9 @@ node|z16[addr:housenumber][addr:street]
|
|||
}
|
||||
|
||||
area|z17[building],
|
||||
node|z17[building],
|
||||
area|z17[addr:housenumber][addr:street],
|
||||
node|z17[addr:housenumber][addr:street]
|
||||
node|z17[building]
|
||||
{
|
||||
text: "addr:housenumber";
|
||||
text: name;
|
||||
font-size: 9;
|
||||
text-color: @building_label;
|
||||
text-position: center;
|
||||
|
@ -808,11 +804,9 @@ node|z17[addr:housenumber][addr:street]
|
|||
|
||||
|
||||
area|z18-[building],
|
||||
node|z18-[building],
|
||||
area|z18-[addr:housenumber][addr:street],
|
||||
node|z18-[addr:housenumber][addr:street]
|
||||
node|z18-[building]
|
||||
{
|
||||
text: "addr:housenumber";
|
||||
text: name;
|
||||
font-size: 10;
|
||||
text-color: @building_label;
|
||||
text-position: center;
|
||||
|
|
Loading…
Add table
Reference in a new issue