#16007 closed Bug (fixed)
libgdal.py needs to include 1.8.0
Reported by: | Leo Shklovskii | Owned by: | jabr |
---|---|---|---|
Component: | GIS | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Abrahamsen | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
http://code.djangoproject.com/browser/django/trunk/django/contrib/gis/gdal/libgdal.py#L20
doesn't include 'gdal1.8.0' which caused django to not be able to find the gdal library on a stock ubuntu 10.10 with gdal installed from the ubuntugis ppa.
or is gdal 1.8.0 not yet supported by GeoDjango?
Attachments (1)
Change History (12)
comment:1 by , 13 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 13 years ago
Thanks for reviewing aaugustin, but it's not fixed. r15852 only adds support on the windows side, it doesn't fix it for linux/ubuntu.
comment:3 by , 13 years ago
Yes, I meant that gdal 1.8.0 is supported by the underlying code and that the library detection code should be fixed.
comment:4 by , 13 years ago
Easy pickings: | set |
---|
comment:5 by , 13 years ago
Ah, sorry aaugustin, I thought you meant 'should be fixed' as in it's already been done, not 'should be fixed' as in it's something that needs to happen in the future :-)
comment:6 by , 13 years ago
Owner: | changed from | to
---|---|
UI/UX: | unset |
by , 13 years ago
Attachment: | gdal-lib-patch.diff added |
---|
comment:7 by , 13 years ago
Has patch: | set |
---|
comment:8 by , 13 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
I checked that there is no need to update the docs. Patch looks good and applies cleanly.
comment:9 by , 13 years ago
Cc: | added |
---|
Given r15806 and r15852, I think gdal 1.8.0 is supported and this should be fixed.