wboykinm

VTIrene Tweets Carto

Nov 23rd, 2011
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.07 KB | None | 0 0
  1. /*CartoCSS for Geocoded VTIrene Twitter records
  2.  
  3. SQL for dates = SELECT * FROM ml_vt_locations_112311k WHERE date_creat = '2011-09-02'
  4.  
  5. **********************************************/#ml_vt_locations_112311k{
  6.    [sentiment<-1]{
  7.    marker-fill:#D73027;
  8.    marker-line-color:#D73027;
  9.    }
  10. [sentiment>-1][sentiment<=-0.5]{
  11.    marker-fill:#FC8D59;
  12.    marker-line-color:#FC8D59;
  13.    }
  14. [sentiment>-0.5][sentiment<0]{
  15.    marker-fill:#FEE090;
  16.    marker-line-color:#FEE090;
  17.    }
  18. [sentiment=0]{
  19.    marker-fill:#FFFFBF;
  20.    marker-line-color:#FFFFBF;
  21.    }
  22. [sentiment>0][sentiment<=0.5]{
  23.    marker-fill:#E0F3F8;
  24.    marker-line-color:#E0F3F8;
  25.    }
  26. [sentiment>0.5][sentiment<=1]{
  27.    marker-fill:#91BFDB;
  28.    marker-line-color:#91BFDB;
  29.    }
  30. [sentiment>1]{
  31.    marker-fill:#4575B4;
  32.    marker-line-color:#4575B4;
  33.    }
  34. [i=0]{
  35.    marker-opacity:0.6;
  36.    marker-line-opacity:0.8;
  37.    }
  38. [i>0]{
  39.    marker-opacity:0.3;
  40.    marker-line-opacity:0.4;
  41.    }
  42. marker-width:8;
  43.    marker-line-width:1;
  44.    marker-placement:point;
  45.    marker-type:ellipse;
  46.    marker-allow-overlap:true;
  47.    }
  48.  
  49.  
Advertisement
Add Comment
Please, Sign In to add comment