Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6.0-beta4
-
Fix Version/s: 1.6.0-RC1
-
Component/s: None
-
Labels:None
-
Environment:Linux/PostGIS/GS 1.6b4
-
Number of attachments :
Description
thanks CodeHaus/Jira for losing my long and descriptive issue description the first time around. please forgive me if this is a bit more terse.
wms/reflect has issues. to replicate the bug:
import this shapefile layer: ftp://data.massgis.state.ma.us/pub/shape/cen2000/tracts/census2000tracts_poly.exe with srid = 26986 and name the layer census_tracts in namespace 'aw'
try this: http://transit.frumin.net:8081/geoserver/wms/reflect?Format=application/openlayers&layers=aw:census_tracts&srs=EPSG:26986
notice the bounds in the javascript: var bounds = new OpenLayers.Bounds(-180.0,-90.0,180.0,90.0);
messed up, eh?
try again, but with EPSG:4326 – same issue, still no STDERR from geoserver
try again, but for KML: http://transit.frumin.net:8081/geoserver/wms/reflect?Format=kml&layers=aw:census_tracts&srs=EPSG:4326
and get this over http:
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE ServiceExceptionReport SYSTEM "http://schemas.opengis.net/wms/1.1.1/WMS_exception_1_1_1.dtd"> <ServiceExceptionReport version="1.1.1" > <ServiceException>
java.io.IOException
java.io.IOException
java.io.IOException
java.io.IOException
java.io.IOException
and the attached file on STDERR
thanks,
Mike
Hey Mike, any chance you could grab a build of geoserver and try it out? Arne just put in a fix - 7722 that has a pretty decent chance of solving your problem, as it gets the bounds right.
If the nightly works tonight (08) then you should be able to just test from there: http://traffic.openplans.org/geoserver/trunk/
Or if you can check out and build.
Or Arne or I can send you the jar you need.