Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#23064 closed Cleanup/optimization (fixed)

GDAL 1.11 Support for Win

Reported by: anonymous Owned by: Claude Paroz
Component: GIS Version: 1.6
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

Support recent versions of GDAL (1.10 and 1.11) for win32 machines. This can be done by adding "gdal110" and "gdal111" to line 25 on django/contrib/gis/gdal/libgdal.py

Change History (3)

comment:1 by Claude Paroz, 10 years ago

Owner: changed from nobody to Claude Paroz
Status: newassigned
Triage Stage: UnreviewedAccepted
Type: UncategorizedCleanup/optimization

comment:2 by Claude Paroz <claude@…>, 10 years ago

Resolution: fixed
Status: assignedclosed

In 3f1412ff7bbfd7b1a15b7ed8c574ee8ba5aa6309:

Fixed #23064 -- Added lib detection support for GDAL 1.10/1.11

Note that GDAL 1.11 is not yet officially supported, until someone
has tested it and can confirm it has no issues with Django.

comment:3 by Claude Paroz <claude@…>, 10 years ago

In 6e41ae1a4e924908fc07ef6b4ce28feb31c994fd:

[1.7.x] Fixed #23064 -- Added lib detection support for GDAL 1.10/1.11

Note that GDAL 1.11 is not yet officially supported, until someone
has tested it and can confirm it has no issues with Django.
Backport of 3f1412ff7b from master.

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