Opened 12 years ago
Closed 10 years ago
#56 closed defect (fixed)
Provide configure support for disabling TOWGS84
Reported by: | hobu | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | libgeotiff | Version: | 1.3.0 |
Keywords: | Cc: |
Description
As described in http://trac.osgeo.org/gdal/ticket/3309 it is possible to disable the TOWGS84 support so that other libraries that embed libgeotiff in them do not conflict when creating the GTIFDefn structure themselves.
This is important for the MrSID DSDK and possibly others that are using libgeotiff before the GTIFAllocDefn and GTIFFreeDefn methods became available.
There is no configure support to define the symbol to switch this off, however, and I would like to provide support for it in the next release.
Change History (2)
comment:1 by , 12 years ago
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Added in r2282.