[postgis-users] simplify a geom, and now what??
Bob Basques
Bob.Basques at ci.stpaul.mn.us
Mon Apr 2 10:41:09 PDT 2012
Gery,
here is a hint: INSERT INTO <SOMETABLE> (select . . . )
or something close to that . . .
bobb
>>> "Gery ." <gamejihou at hotmail.com> wrote:
I'm really amazed by such basic question, sorry for this but I don't find the answer, this is, I simplified a table like this:
select transform(simplify(transform(rawgeom,2249),50),4326) as smoothedgeom from rawnav_line_wgs84 ;
I suppose now it looks like I want, however no idea how to save this as another table, so I did:
select astext(transform(simplify(transform(rawgeom,2249),50),4326)) as smoothedgeom from rawnav_line_wgs84 ;
but this didn't help in the way I want.
What I'm looking for is to save the smoothedgeom as a new table, then put it as a shape and then kml. The shape/kml process is easy, I did it before, but put the smoothedgeom as a new table is new for me, how could I do this??
Thanks for any help,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20120402/626fae0d/attachment.html>
More information about the postgis-users
mailing list