I'm trying to figure out an issue I'm having. I have a single image (world 
coverage) ImageMosaic layer in WGS84. The problem is that when wms requests are 
made in EPSG:4269 (NAD83) geographic coordinates, it sometimes returns an 
image, but sometimes does not. I have the logging set to verbose, but I don't 
see any errors. It doesn't seem to fail when requests are made in EPSG:4326.

Here is an example of a failing request parameters:
 {BGCOLOR=0xFEFFFF, 
BBOX=-120.316719381971,46.0733168048027,-108.59097232471,53.632730508056, 
SERVICE=WMS, HEIGHT=655, REQUEST=GetMap, STYLES=, WIDTH=1016, TRANSPARENT=TRUE, 
EXCEPTIONS=application/vnd.ogc.se_xml, VERSION=1.1.1, FORMAT=image/png, 
LAYERS=test:nasa_test, SRS=EPSG:4269}

vs a successful request:
{BGCOLOR=0xFEFFFF, 
BBOX=-120.316719381971,46.0733168048027,-108.59097232471,53.632730508056, 
SERVICE=WMS, HEIGHT=655, REQUEST=GetMap, STYLES=, WIDTH=1016, TRANSPARENT=TRUE, 
EXCEPTIONS=application/vnd.ogc.se_xml, VERSION=1.1.1, FORMAT=image/png, 
LAYERS=test:nasa_test, SRS=EPSG:4326}


My setup is:

 *
Geoserver 2.1.4 (war)
 *
Tomcat 6.0.32
 *
Java 1.6.0_33 with JAI 1.1.3 amd64 and JAI imageio 1.1 amd64 installed

Any ideas?



Lonnie
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to