diff --git a/data/styles/clear/include/Basemap_label.mapcss b/data/styles/clear/include/Basemap_label.mapcss index f485e95700..af8c43c97c 100644 --- a/data/styles/clear/include/Basemap_label.mapcss +++ b/data/styles/clear/include/Basemap_label.mapcss @@ -329,14 +329,17 @@ node|z13-[place=city][capital!=2][population>=0]::int_name /* 4.2 Town */ node|z8[place=town][population>=40000], -node|z9[place=town][population>=20000] +node|z9[place=town][population>=20000], +node|z10[place=town], {text: name;text-color: @city_label;} node|z8[place=town][population>=40000]::int_name, -node|z9[place=town][population>=20000]::int_name +node|z9[place=town][population>=20000]::int_name, +node|z10[place=town]::int_name, {text:int_name;text-color: @city_label;} -node|z10-[place=town][population<20000], + +node|z11-[place=town][population<20000], {text: name;text-color: @label_medium;text-halo-radius: 1;text-halo-opacity: 0.8;text-halo-color: @label_halo_light;} -node|z10-[place=town][population<20000]::int_name +node|z11-[place=town][population<20000]::int_name {text:int_name;text-color: @label_medium;text-halo-radius: 1;text-halo-opacity: 0.8;text-halo-color: @label_halo_light;} node|z8[place=town][population>=40000] @@ -349,10 +352,10 @@ node|z9[place=town][population>=20000] node|z9[place=town][population>=20000]::int_name {font-size: 9;} -node|z10[place=town][population<20000] -{font-size: 10;text-color: @city_label;text-halo-opacity: 0.7;} -node|z10[place=town][population<20000]::int_name -{font-size: 9;text-color: @city_label;text-halo-opacity: 0.7;} +node|z10[place=town][population>=0] +{font-size: 10;text-halo-opacity: 0.7;text-halo-color: @label_halo_light;} +node|z10[place=town][population>=0]::int_name +{font-size: 9;text-halo-opacity: 0.7;text-halo-color: @label_halo_light;} node|z11[place=town][population>=0] {font-size: 11;} diff --git a/data/styles/vehicle/include/Basemap_label.mapcss b/data/styles/vehicle/include/Basemap_label.mapcss index ee0c97f560..11b6d3df0e 100644 --- a/data/styles/vehicle/include/Basemap_label.mapcss +++ b/data/styles/vehicle/include/Basemap_label.mapcss @@ -297,15 +297,18 @@ node|z13-[place=city][capital!=2][population>=0]::int_name /* 4.2 Town */ -node|z8[place=town][population>=30000], -node|z9[place=town][population>=20000] +node|z8[place=town][population>=40000], +node|z9[place=town][population>=20000], +node|z10[place=town], {text: name;text-color: @city_label;} -node|z8[place=town][population>=30000]::int_name, -node|z9[place=town][population>=20000]::int_name +node|z8[place=town][population>=40000]::int_name, +node|z9[place=town][population>=20000]::int_name, +node|z10[place=town]::int_name, {text:int_name;text-color: @city_label;} -node|z10-[place=town][population<20000], + +node|z11-[place=town][population<20000], {text: name;text-color: @label_medium;text-halo-radius: 1;text-halo-opacity: 0.8;text-halo-color: @label_halo_light;} -node|z10-[place=town][population<20000]::int_name +node|z11-[place=town][population<20000]::int_name {text:int_name;text-color: @label_medium;text-halo-radius: 1;text-halo-opacity: 0.8;text-halo-color: @label_halo_light;} node|z8[place=town][population>=40000] @@ -318,10 +321,10 @@ node|z9[place=town][population>=20000] node|z9[place=town][population>=20000]::int_name {font-size: 9;} -node|z10[place=town][population<20000] -{font-size: 10;text-color: @city_label;text-halo-opacity: 0.7;} -node|z10[place=town][population<20000]::int_name -{font-size: 9;text-color: @city_label;text-halo-opacity: 0.7;} +node|z10[place=town][population>=0] +{font-size: 10;text-halo-opacity: 0.7;text-halo-color: @label_halo_light;} +node|z10[place=town][population>=0]::int_name +{font-size: 9;text-halo-opacity: 0.7;text-halo-color: @label_halo_light;} node|z11[place=town][population>=0] {font-size: 11;}