mirror of
https://github.com/omniscale/magnacarto.git
synced 2025-10-15 11:35:17 +02:00
22 lines
408 B
Text
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;
|
|
};
|
|
}
|
|
|
|
|