Skip to content

Instantly share code, notes, and snippets.

@javisantana
Created May 14, 2013 16:14
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/3936f073bf5f4ab5ddab to your computer and use it in GitHub Desktop.
Save javisantana/3936f073bf5f4ab5ddab to your computer and use it in GitHub Desktop.
sql.execute("SELECT * FROM european_countries_e WHERE ST_Area(the_geom::geography)/1000000 > {{area}}", { area: 1000000 }).done(function(geojson) {
countriesLayer.addData(geojson);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment