Opened 15 years ago
Closed 15 years ago
#476 closed defect (fixed)
rtpostgis.sql errors out no st_raster_to_box2d
Reported by: | robe | Owned by: | pracine |
---|---|---|---|
Priority: | medium | Milestone: | WKTRaster 0.1.6 |
Component: | postgis | Version: | 1.5.X |
Keywords: | Cc: |
Description
when running the rtpostgis.sql it errors out, but if I remark out this cast it works fine. Is this supposed to exist or not?
CREATE CAST (raster AS box2d) WITH FUNCTION st_raster_to_box2d(raster) AS IMPLICIT;
Change History (2)
comment:1 by , 15 years ago
Owner: | changed from | to
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in http://trac.osgeo.org/postgis/changeset/5474