[mapserver-users] County Projection Help

Hankley, Chip Chip.Hankley at GASAI.Com
Fri May 10 09:55:50 EDT 2002


I'm having trouble writing the PROJ4 definition for the following
projection:

Spatial_Reference_Information:
  Horizontal_Coordinate_System_Definition:
    Planar:
      Map_Projection:
        Map_Projection_Name: Lambert Conformal Conic
        Lambert_Conformal_Conic:
          Standard_Parallel: 45.056389
          Standard_Parallel: 44.745278
          Longitude_of_Central_Meridian: -89.770000
          Latitude_of_Projection_Origin: 44.405556
          False_Easting: 245000
          False_Northing: 0
      Planar_Coordinate_Information:
        Planar_Coordinate_Encoding_Method: 
        Coordinate_Representation:
          Abscissa_Resolution: 
          Ordinate_Resolution: 
        Planar_Distance_Units: survey feet
    Geodetic_Model:
      Horizontal_Datum_Name: North American Datum of 1983 (1991 adjusted)
      Ellipsoid_Name: Geodetic Reference System 1980 (GRS 80)
      Semi-major_Axis: 20923797.3851
      Denominator_of_Flattening_Ratio: 298.274225

This is what I've come up with, but it doesn't seem to be working:

  PROJECTION
    "proj=lcc" 
    "lat_1=45.056389" 
    "lat_2=44.745278" 
    "lat_0=44.405556" 
    "lon_0=-89.770000" 
    "x_0=245000" 
    "y_0=0" 
    "ellps=GRS80"
    "datum=NAD83" #Tried w/ and w/out this line
    "to_meter=0.3048006096"
    "no_defs"
  END

What am I missing. Is there some special way to define the NAD83(91) Datum?
TIA!

Chip Hankley





More information about the mapserver-users mailing list