magnacarto/regression/cases/090-text-placement/test.mss

22 lines
408 B
Text

Map { background-color: white; }
@foo: 2;
#test::label{
text-name: [name];
text-size: 14;
text-halo-radius: 2;
text-halo-fill: #fff;
text-face-name: "Noto Sans Regular";
text-placement-list:
{ text-fill: red; },
{ text-dx: 25; text-dy: 4; },
{ text-fill: gray; text-dx: -20; text-dy: -9; text-name: "X" },
{
text-fill: blue;
text-dy: 40;
};
}