magnacarto/regression/cases/034-label-orientation/test.mss
2015-11-17 10:50:51 +01:00

15 lines
374 B
Text

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