Fixed #23804 -- Added RasterField for PostGIS.

Thanks to Tim Graham and Claude Paroz for the reviews and patches.
This commit is contained in:
Daniel Wiesmann 2015-06-19 16:46:03 +01:00 committed by Tim Graham
parent d3d66d4722
commit b769bbd4f6
27 changed files with 825 additions and 246 deletions

View file

@ -111,7 +111,7 @@ class GDALRaster(GDALBase):
if 'nodata_value' in band_input:
self.bands[i].nodata_value = band_input['nodata_value']
# Set SRID, default to 0 (this assures SRS is always instanciated)
# Set SRID
self.srs = ds_input.get('srid')
# Set additional properties if provided