Skip to content

Instantly share code, notes, and snippets.

@saleiva
Created June 28, 2012 09:19
Show Gist options
  • Save saleiva/3010148 to your computer and use it in GitHub Desktop.
Save saleiva/3010148 to your computer and use it in GitHub Desktop.
labels on carto
#{table_name}{
text-face-name: "DejaVu Sans Book";
text-fill:#000;
text-size:10;
text-halo-fill:rgba(255,255,255,1);
text-halo-radius:1;
text-line-spacing:1;
text-wrap-width:20;
text-opacity:.7;
text-allow-overlap:true;
text-name:"[{desired_column}]";
line-width:1.3;
::outline {
line-color:#000;
line-width: 5;
line-opacity: .1;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment