Changes between Initial Version and Version 3 of Ticket #456


Ignore:
Timestamp:
Apr 2, 2007, 11:39:24 AM (17 years ago)
Author:
warmerdam
Comment:

Reviewing for 1.4.1 release.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #456

    • Property Priority highesthigh
    • Property Milestone1.4.1
  • Ticket #456 – Description

    initial v3  
     1There are many cases where the projection parameters between ESRI and OGR differ in name.  There are two included examples of where this occurs.  The second one, the World Mercator projection, has an additional problem where "Standard_Parallel_1" is used by ESRI but isn't considered a valid parameter by OGR.  Therefore this projection fails to validate correctly.
     2
    13{{{
    2 There are many cases where the projection parameters between ESRI and OGR differ
    3 in name.  There are two included examples of where this occurs.  The second one,
    4 the World Mercator projection, has an additional problem where
    5 "Standard_Parallel_1" is used by ESRI but isn't considered a valid parameter by
    6 OGR.  Therefore this projection fails to validate correctly.
    7 
    8 
    94PROJCS["North_America_Equidistant_Conic",GEOGCS["GCS_North_American_1983",DATUM["D_North_American_1983",SPHEROID["GRS_1980",6378137.0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Equidistant_Conic"],PARAMETER["False_Easting",0.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",-96.0],PARAMETER["Standard_Parallel_1",20.0],PARAMETER["Standard_Parallel_2",60.0],PARAMETER["Latitude_Of_Origin",40.0],UNIT["Meter",1.0]]
    105