diff --git a/data/styles/clear/include/Basemap_label.mapcss b/data/styles/clear/include/Basemap_label.mapcss index fede22b0b3..a54efaeba9 100644 --- a/data/styles/clear/include/Basemap_label.mapcss +++ b/data/styles/clear/include/Basemap_label.mapcss @@ -115,38 +115,44 @@ line[waterway], node|z1-2[place=continent], node|z10-[place=archipelago], -node|z10-[place=island], area|z10-[place=archipelago], +node|z10-[place=island], area|z10-[place=island], node|z14-[natural=cape], -area|z14-[natural=cape] +area|z14-[natural=cape], +node|z14-[place=islet], +area|z14-[place=islet], {text: name;} node|z1-2[place=continent] {font-size: 12;text-color: @country_label;max-width: 5;-x-me-text-priority:16000;} node|z10-[place=archipelago], -node|z10-[place=island], area|z10-[place=archipelago], +node|z10-[place=island], area|z10-[place=island] {font-size: 8;text-color: @district_label;} node|z12-[place=archipelago], -node|z12-[place=island], area|z12-[place=archipelago], +node|z12-[place=island], area|z12-[place=island] {font-size: 9;text-color: @district_label;} node|z14-[place=archipelago], -node|z14-[place=island], area|z14-[place=archipelago], -area|z14-[place=island] +node|z14-[place=island], +area|z14-[place=island], +node|z14-[place=islet], +area|z14-[place=islet], {font-size: 10;text-color: @district_label;} node|z16-[place=archipelago], -node|z16-[place=island], area|z16-[place=archipelago], -area|z16-[place=island] +node|z16-[place=island], +area|z16-[place=island], +node|z16-[place=islet], +area|z16-[place=islet], {font-size: 8;text-color: @district_label;} node|z14-[natural=cape], diff --git a/data/styles/vehicle/include/Basemap_label.mapcss b/data/styles/vehicle/include/Basemap_label.mapcss index c575b5c3fc..ee0c97f560 100644 --- a/data/styles/vehicle/include/Basemap_label.mapcss +++ b/data/styles/vehicle/include/Basemap_label.mapcss @@ -111,8 +111,8 @@ line[waterway], node|z1-2[place=continent], node|z12-[place=archipelago], -node|z12-14[place=island], area|z12-[place=archipelago], +node|z12-14[place=island], area|z12-14[place=island], node|z14-[natural=cape], area|z14-[natural=cape] @@ -122,8 +122,8 @@ node|z1-2[place=continent] {font-size: 12;text-color: @country_label;max-width: 5;-x-me-text-priority:16000;} node|z12-[place=archipelago], -node|z12-14[place=island], area|z12-[place=archipelago], +node|z12-14[place=island], area|z12-14[place=island] {font-size: 9;text-color: @district_label;}