Ticket #410 (closed defect: fixed)
ST_SetPoint and bounding box
| Reported by: | sdikiy | Owned by: | pramsey |
|---|---|---|---|
| Priority: | critical | Milestone: | PostGIS 1.4.2 |
| Component: | postgis | Version: | 1.4.X |
| Keywords: | ST_SetPoint | Cc: |
Description
ST_SetPoint return old bounding box for geometry.
as a result:
(1)
INSERT INTO foo(the_geom) VALUES (ST_GeomFromText('LINESTRING(0 0, 1 3)'));
select the_geom=ST_SetPoint(the_geom, 0, 'POINT(100000 200000)') from foo;
Returns TRUE. Must be FALSE
see attach for more results
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

