mirror of
https://github.com/omniscale/magnacarto.git
synced 2025-06-16 21:30:23 +02:00
15 lines
374 B
Text
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]; }
|
|
}
|