Changeset 13430
- Timestamp:
- 12/21/07 11:41:36 (7 months ago)
- Files:
-
- trunk/gdal/ogr/ogr_srs_panorama.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/gdal/ogr/ogr_srs_panorama.cpp
r13428 r13430 309 309 * <pre> 310 310 * 1: Gauss-Kruger (Transverse Mercator) 311 * 4: Lambert Azimuthal Equal Area311 * 2: Lambert Conformal Conic 2SP 312 312 * 5: Stereographic 313 313 * 6: Azimuthal Equidistant (Postel) 314 314 * 8: Mercator 315 * 1 1: Polyconic315 * 10: Polyconic 316 316 * 13: Polar Stereographic 317 317 * 15: Gnomonic 318 318 * 17: Universal Transverse Mercator (UTM) 319 * 18: Wagner I (Kavraisky VI) 319 320 * 19: Mollweide 320 321 * 20: Equidistant Conic 322 * 24: Lambert Azimuthal Equal Area 323 * 27: Equirectangular 324 * 28: Cylindrical Equal Area (Lambert) 325 * 29: International Map of the World Polyconic 321 326 * </pre> 322 327 * … … 504 509 505 510 case PAN_PROJ_IMWP: 506 SetI MWPolyconyc( TO_DEGREES * padfPrjParams[0],511 SetIWMPolyconic( TO_DEGREES * padfPrjParams[0], 507 512 TO_DEGREES * padfPrjParams[1], 508 513 TO_DEGREES * padfPrjParams[3],
