#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 , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 7 years ago
Note:
See TracTickets
for help on using tickets.
Committed to trunk at r16531