Should this work if I have all the data in one table and thus using the same geom1 and geom2?
I have now installed PostGIS 2.0 and use only one geom as an input to the ST_Snap and have problems with the result being only one geometry data row. What should I change? I will really appreciate any answer since I'm completely lost here. Thanks! 2012/1/21 Sandro Santilli <[email protected]>: > On Sat, Jan 21, 2012 at 02:19:06PM +0100, Andrea Peri wrote: > >> ST_SharedPath(geom1, ST_Snap(geom1, geom2, 0.5)) > > I guess you meant: > > ST_SharedPath(geom2, ST_Snap(geom1, geom2, 0.5)) > > --strk; > > () Free GIS & Flash consultant/developer > /\ http://strk.keybit.net/services.html > _______________________________________________ > postgis-users mailing list > [email protected] > http://postgis.refractions.net/mailman/listinfo/postgis-users _______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
