Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*CartoCSS for Geocoded VTIrene Twitter records
- SQL for dates = SELECT * FROM ml_vt_locations_112311k WHERE date_creat = '2011-09-02'
- **********************************************/#ml_vt_locations_112311k{
- [sentiment<-1]{
- marker-fill:#D73027;
- marker-line-color:#D73027;
- }
- [sentiment>-1][sentiment<=-0.5]{
- marker-fill:#FC8D59;
- marker-line-color:#FC8D59;
- }
- [sentiment>-0.5][sentiment<0]{
- marker-fill:#FEE090;
- marker-line-color:#FEE090;
- }
- [sentiment=0]{
- marker-fill:#FFFFBF;
- marker-line-color:#FFFFBF;
- }
- [sentiment>0][sentiment<=0.5]{
- marker-fill:#E0F3F8;
- marker-line-color:#E0F3F8;
- }
- [sentiment>0.5][sentiment<=1]{
- marker-fill:#91BFDB;
- marker-line-color:#91BFDB;
- }
- [sentiment>1]{
- marker-fill:#4575B4;
- marker-line-color:#4575B4;
- }
- [i=0]{
- marker-opacity:0.6;
- marker-line-opacity:0.8;
- }
- [i>0]{
- marker-opacity:0.3;
- marker-line-opacity:0.4;
- }
- marker-width:8;
- marker-line-width:1;
- marker-placement:point;
- marker-type:ellipse;
- marker-allow-overlap:true;
- }
Advertisement
Add Comment
Please, Sign In to add comment