carto/test/rendering-mss/basic_attachment_internal_with_label.mss
2013-08-09 15:39:12 +02:00

12 lines
214 B
Plaintext

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