Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#4063 closed enhancement (fixed)

ST_Scale with origin point

Reported by: pramsey Owned by: pramsey
Priority: medium Milestone: PostGIS 2.5.0
Component: postgis Version: master
Keywords: Cc:

Description

Almost everyone ends up scaling relative to a local origin, rather than an absolute origin, so a utility function that allows folks to set that point, rather than manually constructing a translate(scale(translate())) chain would be helpful.

ST_Scale(geom, x, y, z, geom)

Change History (2)

comment:1 by pramsey, 6 years ago

Resolution: fixed
Status: newclosed

comment:2 by pramsey, 6 years ago

Committed to trunk at r16531

Note: See TracTickets for help on using tickets.