Changes between Initial Version and Version 4 of Ticket #5529


Ignore:
Timestamp:
Jun 23, 2014, 7:29:00 AM (10 years ago)
Author:
strk
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5529

    • Property Version svn-trunk1.11.0
    • Property Summary SRID=0 in raster_columns is taken as != from actual data sridpostgisraster driver confused by multiple raster columns
    • Property Milestone1.11.1
  • Ticket #5529 – Description

    initial v4  
    1 When the raster_column view does not know about the metadata for a table, it reports SRID=0.
    2 
    3 GDAL considers this as a real SRID rather than an "unknown" value, and then when finds different SRIDs in the data complains:
     1When the raster_column view has multiple rows for the same table (for multiple columns) GDAL complains:
    42
    53{{{
     
    75GDALOpen failed - 1
    86}}}
    9 
    10 I think a similar issue was recently fixed for the postgis ogr driver.