[postgis-users] how to move geometries to a fraction of their position?

Pietro Rossin pierigis at gmail.com
Tue Nov 5 06:15:38 PST 2013


Hello
Thanks st_scale worked really nice!
To reduce x and y by 100 I used

UPDATE mytable
   SET geom= ST_Scale(geom, 0.01, 0.01)

Super!
Ciao



--
View this message in context: http://postgis.17.x6.nabble.com/how-to-move-geometries-to-a-fraction-of-their-position-tp5004728p5004731.html
Sent from the PostGIS - User mailing list archive at Nabble.com.


More information about the postgis-users mailing list