mirror of
https://github.com/django/django.git
synced 2025-09-19 08:49:57 +00:00
Fixed #23804 -- Added RasterField for PostGIS.
Thanks to Tim Graham and Claude Paroz for the reviews and patches.
This commit is contained in:
parent
d3d66d4722
commit
b769bbd4f6
27 changed files with 825 additions and 246 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue