Created
June 28, 2012 09:19
-
-
Save saleiva/3010148 to your computer and use it in GitHub Desktop.
labels on carto
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#{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