Skip to content

Instantly share code, notes, and snippets.

@javisantana
Created May 14, 2013 16:15
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/d5b5eddf75a555d82ce6 to your computer and use it in GitHub Desktop.
Save javisantana/d5b5eddf75a555d82ce6 to your computer and use it in GitHub Desktop.
sql.execute("select ST_Simplify(the_geom, 2) as the_geom from european_countries_e").done(function(geojson) {
countriesLayer.addData(geojson);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment