Skip to content

Instantly share code, notes, and snippets.

@saleiva
Created April 19, 2012 16:38
Show Gist options
  • Save saleiva/2422193 to your computer and use it in GitHub Desktop.
Save saleiva/2422193 to your computer and use it in GitHub Desktop.
points to geom (buffer)
SELECT ST_Transform(ST_Union(ST_Buffer(the_geom::geography,100000)::geometry),3857) as the_geom_webmercator FROM nuclear_plants_spain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment