Changeset 3127

Show
Ignore:
Timestamp:
04/17/02 17:49:02 (7 years ago)
Author:
warmerda
Message:

Fixed a bug writing arcs with Z coordinates.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ogr/ogrsf_frmts/shape/shape2ogr.cpp

    r3124 r3127  
    3030 * 
    3131 * $Log$ 
     32 * Revision 1.19  2002/04/17 21:49:02  warmerda 
     33 * Fixed a bug writing arcs with Z coordinates. 
     34 * 
    3235 * Revision 1.18  2002/04/17 20:03:27  warmerda 
    3336 * Try to preserve Z values on read. 
     
    312315            padfX[iPoint] = poPoint->getX(); 
    313316            padfY[iPoint] = poPoint->getY(); 
    314             padfZ[iPoint] = poPoint->getY(); 
     317            padfZ[iPoint] = poPoint->getZ(); 
    315318        } 
    316319