I have the following user projection defined in GeoServer (v 2.5.1):
*Name*: North_America_Lambert_Conformal_Conic
*WKT*: PROJCS["North_America_Lambert_Conformal_Conic",
GEOGCS["GCS_North_American_1983",
DATUM["North_American_Datum_1983",
SPHEROID["GRS_1980", 6378137.0, 298.257222101]],
PRIMEM["Greenwich", 0.0],
UNIT["degree", 0.017453292519943295],
AXIS["Longitude", EAST],
AXIS["Latitude", NORTH]],
PROJECTION["Lambert_Conformal_Conic_2SP"],
PARAMETER["central_meridian", -96.0],
PARAMETER["latitude_of_origin", 40.0],
PARAMETER["standard_parallel_1", 60.0],
PARAMETER["false_easting", 0.0],
PARAMETER["false_northing", 0.0],
PARAMETER["scale_factor", 1.0],
PARAMETER["standard_parallel_2", 20.0],
UNIT["m", 1.0],
AXIS["x", EAST],
AXIS["y", NORTH],
AUTHORITY["EPSG","102009"]]
I've noticed certain layers *do not* display in this projection on GeoServer
v2.5.1, but they *do* display in this projection on GeoServer v2.5.
Also, in GeoServer v2.5.1, I see no errors in the logs and blank images are
returned.
Does anyone know why I'm seeing this behavior on v2.5.1?
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Certain-layers-do-not-display-in-GeoServer-v2-5-1-in-a-user-defined-projection-tp5156481.html
Sent from the GeoServer - User mailing list archive at Nabble.com.