Skip to content

Instantly share code, notes, and snippets.

@andrewxhill
Forked from anonymous/cartodb_test.md
Created August 21, 2012 16:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewxhill/3417216 to your computer and use it in GitHub Desktop.
Save andrewxhill/3417216 to your computer and use it in GitHub Desktop.
cartodb_test.md

Failures - 2012-08-21 12:46

Test 10


production staging
production staging
production staging
SQL
SELECT 'my polygon name here' as name, st_envelope(st_buffer(st_transform(st_setsrid(st_makepoint(56.4236261505,51.2567136555),4326),3857),10000000)) as the_geom_webmercator FROM generate_series(-6,6) x UNION ALL SELECT 'my marker name here' as name, st_transform(st_setsrid(st_makepoint(-119.798836547,-65.9699933222),4326),3857) as the_geom_webmercator FROM generate_series(-6,6) x
Carto
#carto_tests {marker-fill:green; marker-max-error:0.722768868493; marker-line-opacity:0.152108960941; marker-allow-overlap:true; polygon-fill:green; marker-spacing:14.0; marker-width:9.0; marker-height:6.0; marker-opacity:0.155858349818; line-color:#ff7; line-gamma:0.109487293885; line-cap:square; polygon-opacity:0.114303744732; marker-type:arrow; polygon-gamma:0.754244555227; line-dasharray:1,1; line-join:round; marker-placement:point; line-width:10.0; marker-line-color:rgb(155, 133, 0); line-opacity:0.845728104484; marker-line-width:5.0; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment