Hello,
i updated from the latest stable Geoserver to 1.4.0-RC2. I let Geoserver
feed my Google Maps. For this i use the script "wms-gs-1_0_1.js".
When the script uses EPSG:41001, i get an empty image, when it uses
EPSG:4326, it looks fine.
See http://freesync.ath.cx/demo/index.php , Layer Demo, when loaded
Zoomlevel is 4 and you'll see only a blue background, nothing else. Zoom 1
step up to Zoomlevel 5 and you get the map.
This works:
http://freesync.ath.cx:8080/geoserver/wms
?REQUEST=GetMap
&SRS=EPSG:4326
&LAYERS=topp:world
&STYLES=world
&FORMAT=image/png
&BGCOLOR=0x99B3CC
&TRANSPARENT=False
&BBOX=33.75,31.95216223802497,45,40.97989806962013
&WIDTH=256
&HEIGHT=256
&reaspect=false
And this not:
http://freesync.ath.cx:8080/geoserver/wms
?REQUEST=GetMap
&SRS=EPSG:41001
&LAYERS=topp:world
&STYLES=world
&FORMAT=image/png
&BGCOLOR=0x99B3CC
&TRANSPARENT=False
&BBOX=-4992581.516097316,0.052157810355956576,-2496290.758048658,2496290.8123096717
&WIDTH=256
&HEIGHT=256
&reaspect=false
I'm pretty shure this has worked for 1.3. Is this possible a bug? Or can
someone confirm this should work?
Regards,
Frank
--
View this message in context: http://www.nabble.com/Bug-with-EPSG%3A41001-in-Geoserver-1.4.0-RC2--tf2558721.html#a7130516
Sent from the GeoServer - User mailing list archive at Nabble.com.