forked from organicmaps/organicmaps
[styles] Adjust font sizes of suburbs and neighbourhoods
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
parent
041757e67d
commit
a7da2ad33b
1 changed files with 15 additions and 8 deletions
|
@ -354,26 +354,33 @@ node|z17-[landuse=residential]::int_name,
|
|||
{text: int_name;text-color: @district_label;}
|
||||
|
||||
node|z10[place=suburb]
|
||||
{font-size: 8;}
|
||||
node|z11[place=suburb]
|
||||
{font-size: 9;}
|
||||
node|z12[place=suburb]
|
||||
node|z11[place=suburb]
|
||||
{font-size: 10;}
|
||||
node|z12[place=suburb]
|
||||
{font-size: 11;}
|
||||
node|z12[place=suburb]::int_name
|
||||
{font-size: 9;}
|
||||
node|z13-14[place=suburb]
|
||||
{font-size: 11;}
|
||||
{font-size: 12;}
|
||||
node|z13-14[place=suburb]::int_name
|
||||
{font-size: 10;}
|
||||
|
||||
node|z13-[place=locality],
|
||||
node|z13-[place=neighbourhood],
|
||||
node|z13-14[place=locality],
|
||||
node|z13-14[place=neighbourhood],
|
||||
{font-size: 10;}
|
||||
node|z13-14[place=locality]::int_name,
|
||||
node|z13-14[place=neighbourhood]::int_name,
|
||||
{font-size: 9;}
|
||||
|
||||
node|z15-[place=locality],
|
||||
node|z15-[place=neighbourhood],
|
||||
node|z14-[place=farm],
|
||||
node|z14-[place=isolated_dwelling],
|
||||
node|z17-[landuse=residential],
|
||||
{font-size: 12;}
|
||||
node|z13-[place=locality]::int_name,
|
||||
node|z13-[place=neighbourhood]::int_name,
|
||||
node|z15-[place=locality]::int_name,
|
||||
node|z15-[place=neighbourhood]::int_name,
|
||||
node|z14-[place=isolated_dwelling]::int_name,
|
||||
node|z14-[place=farm]::int_name,
|
||||
node|z17-[landuse=residential]::int_name,
|
||||
|
|
Loading…
Add table
Reference in a new issue