Opened 7 years ago

Closed 7 years ago

#6692 closed task (fixed)

Can we remove DISABLE_OGRGEOM_TRANSFORM?

Reported by: Kurt Schwehr Owned by: warmerdam
Priority: normal Milestone:
Component: default Version: unspecified
Severity: normal Keywords:
Cc:

Description

What is DISABLE_OGRGEOM_TRANSFORM used for? Is it still needed? If we can't remove it, then we should doc why it might be used.

Added by Warmerdam in r2608 in 2001.

find . -type f | grep -v svn | xargs grep DISABLE_OGRGEOM_TRANSFORM

./gdal/ogr/ogrcurvecollection.cpp:#ifdef DISABLE_OGRGEOM_TRANSFORM
./gdal/ogr/ogrgeometry.cpp:#ifdef DISABLE_OGRGEOM_TRANSFORM
./gdal/ogr/ogrgeometrycollection.cpp:#ifdef DISABLE_OGRGEOM_TRANSFORM
./gdal/ogr/ogrlinestring.cpp:#ifdef DISABLE_OGRGEOM_TRANSFORM
./gdal/ogr/ogrpoint.cpp:#ifdef DISABLE_OGRGEOM_TRANSFORM

Change History (2)

comment:1 by Even Rouault, 7 years ago

+1 to remove that (cannot make sense of why it was introduced however). Wasn't even aware that it existed.

comment:2 by Kurt Schwehr, 7 years ago

Resolution: fixed
Status: newclosed

Removed with r35868

Note: See TracTickets for help on using tickets.