Changeset 3127
- Timestamp:
- 04/17/02 17:49:02 (7 years ago)
- Files:
-
- trunk/ogr/ogrsf_frmts/shape/shape2ogr.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ogr/ogrsf_frmts/shape/shape2ogr.cpp
r3124 r3127 30 30 * 31 31 * $Log$ 32 * Revision 1.19 2002/04/17 21:49:02 warmerda 33 * Fixed a bug writing arcs with Z coordinates. 34 * 32 35 * Revision 1.18 2002/04/17 20:03:27 warmerda 33 36 * Try to preserve Z values on read. … … 312 315 padfX[iPoint] = poPoint->getX(); 313 316 padfY[iPoint] = poPoint->getY(); 314 padfZ[iPoint] = poPoint->get Y();317 padfZ[iPoint] = poPoint->getZ(); 315 318 } 316 319
