[postgis-devel] [PostGIS] #1356: [raster] srid in raster_columns view is zero
PostGIS
trac at osgeo.org
Thu Dec 8 13:02:27 PST 2011
#1356: [raster] srid in raster_columns view is zero
----------------------------+-----------------------------------------------
Reporter: bnordgren | Owner: pracine
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis raster | Version: trunk
Keywords: |
----------------------------+-----------------------------------------------
Comment(by dustymugs):
raster2pgsql.py is currently stunted as far as adding any constraints to
the rasters loaded into the table. This is because of the upcoming
replacement C-based loader which will do all the appropriate constraint
setting (assuming you flag it to) so no effort is being made to update the
python version.
Should be a non-issue. By default, if a raster column does NOT have a
SRID constraint, the view will have the SRID column default to
SRID_UNKNOWN (which is 0).
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1356#comment:3>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list