Proj.4 definition for USA_Contiguous_Lambert_Conformal_Conic
Randy How
rhow at I3.COM
Mon Jul 2 17:12:04 PDT 2007
I'm trying to support a specific projection in MapServer:
USA_Contiguous_Lambert_Conformal_Conic
1) Why it wouldn't be in proj/nad/epsg in the first place, I'm sure there's
a good reason.
2) Now that it's added to proj/nad/epsg file, it produces a map. But the
scale is calculated incorrectly. The datasets at larger scales are not
displaying. What other info does mapserver need to calculate the scale
correctly?
Definition:
PROJCS["USA_Contiguous_Lambert_Conformal_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["Lambert_Conformal_Conic"],
PARAMETER["False_Easting",0.0],PARAMETER["False_Northing",0.0],
PARAMETER["Central_Meridian",-96.0],
PARAMETER["Standard_Parallel_1",33.0],
PARAMETER["Standard_Parallel_2",45.0],
PARAMETER["Latitude_Of_Origin",39.0],
UNIT["Meter",1.0]]
My Proj Definition:
# USA_Contiguous_Lambert_Conformal_Conic
<102004> +proj=lcc +lat_1=33.0 +lat_2=45.0 +lat_0=39.0 +lon_0=-96.0 +x_0=0
+y_0=0 +ellps=GRS80 +datum=NAD83 +units=m +no_defs <>
________________________________________________
Randy How
Geospatial Applications Developer
Rhow[@]i3[.]com
More information about the MapServer-users
mailing list