Changeset 13430

Show
Ignore:
Timestamp:
12/21/07 11:41:36 (7 months ago)
Author:
dron
Message:

Documentation updated.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gdal/ogr/ogr_srs_panorama.cpp

    r13428 r13430  
    309309 * <pre> 
    310310 *      1:  Gauss-Kruger (Transverse Mercator) 
    311  *      4:  Lambert Azimuthal Equal Area 
     311 *      2:  Lambert Conformal Conic 2SP 
    312312 *      5:  Stereographic 
    313313 *      6:  Azimuthal Equidistant (Postel) 
    314314 *      8:  Mercator 
    315  *      11: Polyconic 
     315 *      10: Polyconic 
    316316 *      13: Polar Stereographic 
    317317 *      15: Gnomonic 
    318318 *      17: Universal Transverse Mercator (UTM) 
     319 *      18: Wagner I (Kavraisky VI) 
    319320 *      19: Mollweide 
    320321 *      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 
    321326 * </pre> 
    322327 * 
     
    504509 
    505510        case PAN_PROJ_IMWP: 
    506             SetIMWPolyconyc( TO_DEGREES * padfPrjParams[0], 
     511            SetIWMPolyconic( TO_DEGREES * padfPrjParams[0], 
    507512                             TO_DEGREES * padfPrjParams[1], 
    508513                             TO_DEGREES * padfPrjParams[3],