magnacarto/regression/cases/033-label-fields/test.mss
Oliver Tonnhofer 150e26189a initial import
2015-05-22 14:21:28 +02:00

14 lines
344 B
Text

#test::label{
text-name: '';
text-size: 14;
text-halo-radius: 2;
text-halo-fill: #fff;
text-face-name: "Noto Sans Regular";
text-placement: point;
[id=1] { text-name: [name] + [id]; }
[id=2] { text-name: '|' + [name] + '|'; } // TODO not supported by mapserver
[id=3] { text-name: "{" + [name] + "}"; }
}