carto/test/rendering-mss/basic_attachment_internal_with_label.mss

12 lines
214 B
Plaintext
Raw Permalink Normal View History

2014-06-11 23:52:06 +08:00
#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;
}
}