Skip to content

Instantly share code, notes, and snippets.

@javisantana
Created May 14, 2013 16:12
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 javisantana/25d62c1a9dca447b771e to your computer and use it in GitHub Desktop.
Save javisantana/25d62c1a9dca447b771e to your computer and use it in GitHub Desktop.
var sql = new cartodb.SQL({ user: 'examples', format: 'geojson' });
sql.execute("SELECT * FROM table").done(function(geojson) {
console.log("here is the geojson", geojson);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment