carto/test/rendering-mss/basic_attachment_separate_with_label.mss
2013-08-09 22:03:55 +02:00

12 lines
207 B
Plaintext

#layer {
marker-width: 10;
marker-allow-overlap: true;
marker-fill: peru;
}
#layer::label {
text-face-name: "DejaVu Sans Book";
text-name: "'1'";
text-fill: tomato;
text-allow-overlap: true;
}