mirror of
https://github.com/omniscale/magnacarto.git
synced 2025-06-16 21:30:23 +02:00
22 lines
483 B
Text
22 lines
483 B
Text
Map { background-color: white; }
|
|
|
|
#test::line{
|
|
line-width: 1;
|
|
}
|
|
|
|
#test::label{
|
|
text-name: "'Teststring Teststring'";
|
|
text-halo-radius: 2;
|
|
text-halo-fill: #fff;
|
|
text-face-name: "Noto Sans Regular";
|
|
text-placement: line;
|
|
|
|
[id=1] { text-size: 5; }
|
|
[id=2] { text-size: 7; }
|
|
[id=3] { text-size: 9; }
|
|
[id=4] { text-size: 10; }
|
|
[id=5] { text-size: 11; }
|
|
[id=6] { text-size: 13; }
|
|
[id=7] { text-size: 15; }
|
|
[id=8] { text-size: 18; }
|
|
}
|