Created
July 21, 2014 20:00
-
-
Save pedromcunha/438e152405d3ea715c95 to your computer and use it in GitHub Desktop.
Setting up a layer
This file contains 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
{ | |
sql: "SELECT * FROM pm25_na", | |
cartocss: $('#pm25_na').html().format('pm25_2012'), | |
interactivity: "cartodb_id, the_geom, pm25_2000, pm25_2001, pm25_2002, pm25_2003, pm25_2004, pm25_2005, pm25_2006, pm25_2007, pm25_2008, pm25_2009, pm25_2010, pm25_2011, pm25_2012, country" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment