Hi all,
Now I'm using GeoServer v1.5.3, v1.5.4 and v1.6.2 on 3 PCs. I create the
same FeatureType on 3 PCs with my CRS:
2000105=PROJCS["VN-2000 / UTM zone 48N", GEOGCS["VN-2000", DATUM["Vietnam
2000", SPHEROID["WGS 84", 6378137.0, 298.257223563,
AUTHORITY["EPSG","7030"]], TOWGS84[-192.873, -39.382,-111.202,
0.00928836,-0.01975479, 0.00427372, 1.000000252906278],
AUTHORITY["EPSG","6756"]], PRIMEM["Greenwich", 0.0,
AUTHORITY["EPSG","8901"]], UNIT["degree", 0.017453292519943295],
AXIS["Geodetic longitude", EAST], AXIS["Geodetic latitude", NORTH],
AUTHORITY["EPSG","4756"]], PROJECTION["Transverse Mercator",
AUTHORITY["EPSG","9807"]], PARAMETER["central_meridian", 105.0],
PARAMETER["latitude_of_origin", 0.0], PARAMETER["scale_factor", 0.9996],
PARAMETER["false_easting", 500000.0], PARAMETER["false_northing", 0.0],
UNIT["m", 1.0], AXIS["Easting", EAST], AXIS["Northing", NORTH],
AUTHORITY["EPSG","2000105"]]
* Information of my FeatureType:
Name: hcm_dghc_qh_25000
SRS: 2000105
Data min X: 647398.8928454181 , Data min Y: 1147048.262926546
Data max X: 722267.2067535208 , Data max Y: 1234572.2551661464
Min Long: 106.35168608544143 , Min Lat: 10.372723001802987
Max Long: 107.03182331091746 , Max Lat: 11.160256768823237
When I send the following request with SRS EPSG:2000105 on 3 GeoServers:
http://localhost:8080/geoserver/wms?bbox=643655.477150013,1142672.063314566,726010.6224489259,1238948.4547781264&styles=&Format=image/png&request=GetMap&layers=webgis:hcm_dghc_qh_25000&width=520&height=550&srs=EPSG:2000105
All are good.
But when I send the following request with SRS EPSG:4326 on 3 GeoServers:
http://localhost:8080/geoserver/wms?bbox=106.35168608544143,10.372723001802987,107.03182331091746,11.160256768823237&styles=&Format=image/png&request=GetMap&layers=webgis:hcm_dghc_qh_25000&width=520&height=550&srs=EPSG:4326
Results of GeoServer v1.5.3 and v1.5.4 are good, but result of GeoServer
v1.6.2 is a white image.
Is this a bug?
Best Regards,
--
View this message in context: http://www.nabble.com/bug-in-GeoServer-1.6.2---tp16089632p16089632.html
Sent from the GeoServer - User mailing list archive at Nabble.com.