magnacarto/regression/cases/032-label-point-dxdy/test.mss
2015-11-17 10:50:51 +01:00

17 lines
348 B
Text

Map { background-color: white; }
#test::label{
text-name: [name];
text-size: 14;
text-halo-radius: 2;
text-halo-fill: #fff;
text-face-name: "Noto Sans Regular";
text-placement: point;
[id=1] { text-dx: 5; }
[id=2] { text-dy: 5; }
[id=3] { text-dx: 5; text-dy: 5; }
[id=4] { text-dx: -5; text-dy: -5; }
}