Ticket #7434: 7434.0.diff
File 7434.0.diff, 776 bytes (added by , 16 years ago) |
---|
-
django/contrib/gis/gdal/__init__.py
19 19 types (GDAL library not required). 20 20 21 21 SpatialReference: Represents OSR Spatial Reference objects. 22 23 The GDAL library will be imported from the system path using the default 24 library name for the current OS. Override the library path by specifying 25 settings.GDAL_LIBRARY_PATH. Prevent GDAL from loading by setting 26 GDAL_LIBRARY_PATH to a non-existant file (but not None/False/''). 22 27 """ 23 28 # Attempting to import objects that depend on the GDAL library. The 24 29 # HAS_GDAL flag will be set to True if the library is present on