Last active
August 29, 2015 14:24
-
-
Save joshuapowell/1f25ec149b0c5c295356 to your computer and use it in GitHub Desktop.
Revisions
-
joshuapowell revised this gist
Jul 11, 2015 . 1 changed file with 15 additions and 0 deletions.There are no files selected for viewing
-
joshuapowell created this gist
Jul 11, 2015 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ SELECT huc_6_name, ST_AsGeoJson(ST_Multi(ST_Union(CAST(t.geometry AS Geometry)))) as huc_6_dissovled FROM territory AS t WHERE huc_6_name = 'Potomac' GROUP BY huc_6_name