How to make text above polygon-fill?

المشرف العام

Administrator
طاقم الإدارة
How to show text above polygon-fill ? I do not want to change the polygon-opacity as I would like to keep the solid color of the polygon, but how do I show the country name label text ON TOP/ABOVE the polygon-fill?

Please assists. Thank you in advance. `

#country_label[zoom>=3] {

text-name: @name; text-face-name: @sans_bold; text-fill: #06050b; text-size: 12; text-opacity: 1; [zoom>=3][scalerank=1], [zoom>=4][scalerank=2], [zoom>=5][scalerank=3], [zoom>=6][scalerank>3] { text-size: 14; } [zoom>=4][scalerank=1], [zoom>=5][scalerank=2], [zoom>=6][scalerank=3], [zoom>=7][scalerank>3] { text-size: 16; } }

#country_label_line { line-color: fadeout(#020204,75%); }

#Map {

background-color : #82caff; }

#ne_10m_admin_0_countries [ADM0_A3_IS = 'THA']{

polygon-fill: #c7422f ; polygon-opacity: 1; line-width: 1; line-color: rgb(5, 2, 2); }


أكثر...
 
أعلى