Opened 13 years ago

Closed 13 years ago

Last modified 12 years ago

#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)

gdal-lib-patch.diff (618 bytes ) - added by Jørgen Abrahamsen 13 years ago.

Download all attachments as: .zip

Change History (12)

comment:1 by Aymeric Augustin, 13 years ago

Triage Stage: UnreviewedAccepted

Given r15806 and r15852, I think gdal 1.8.0 is supported and this should be fixed.

comment:2 by Leo Shklovskii, 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 Aymeric Augustin, 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 Leo Shklovskii, 13 years ago

Easy pickings: set

comment:5 by Leo Shklovskii, 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 anonymous, 13 years ago

Owner: changed from nobody to jabr
UI/UX: unset

by Jørgen Abrahamsen, 13 years ago

Attachment: gdal-lib-patch.diff added

comment:7 by Jørgen Abrahamsen, 13 years ago

Has patch: set

comment:8 by Aymeric Augustin, 13 years ago

Triage Stage: AcceptedReady for checkin

I checked that there is no need to update the docs. Patch looks good and applies cleanly.

comment:9 by Jørgen Abrahamsen, 13 years ago

Cc: Abrahamsen added

comment:10 by jbronn, 13 years ago

Resolution: fixed
Status: newclosed

In [16500]:

Fixed #16007 -- Give POSIX platforms the same courtesy as NT for GDAL 1.8. Thanks, Leo.

comment:11 by Jacob, 12 years ago

milestone: 1.4

Milestone 1.4 deleted

Note: See TracTickets for help on using tickets.
Back to Top