Opened 12 years ago

Closed 12 years ago

#141 closed defect (fixed)

Cannot setup transformation from NAD27 to NAD83 through [CS_dtcsu()]

Reported by: baertelchen Owned by: baertelchen
Priority: major Milestone:
Component: Dictionaries Version: svn-trunk
Keywords: Vertcon.GDC file missing NAD27_TO_NAD83 setup failure Cc: hugueswski

Description

Trying to setup a transformation from a NAD27-based CS to a NAD83-based CS like done in CStest5.cpp currently fails.

This is due the Vertcon.GDC file now not being available anymore (removed due to fixing ticket 139, http://trac.osgeo.org/csmap/ticket/139).

Note, that there's currently a lot of code which is excluded from the build both in Linux & Windows which, however, still references some of the other GDC files that got deleted.

We have to recover the deleted GDC files and then do some proper cleanup of the code later on - incl. looking into ways how to change the code so it doesn't require the CSDs & GDCs.

Change History (1)

comment:1 by baertelchen, 12 years ago

Resolution: fixed
Status: newclosed

Fixed in changeset 2230 (http://trac.osgeo.org/csmap/changeset/2230).

The GDC files have been undeleted and are now available again /trunk/CsMapDev/Dictionaries. Transformations to & from NAD27 can be created again.

Note: See TracTickets for help on using tickets.