[Geoserver-users] native bounding box didn't store coordinates

Hi,

I have a problem with geoserver 2.3.5.
When I'm creating new layer form MSSQL datastore a have to compute native
BBox from the data.
geoserver reads the data and fill the forms. I do the same for the Lat/Lon
BBox and save layer.
I realized the layer preview did't show any results, just the service
exception:

<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE
ServiceExceptionReport SYSTEM
&quot;http://172.30.4.1:8080/geoserver/schemas/wms/1.1.1/WMS_exception_1_1_1.dtd&quot;&gt;
<ServiceExceptionReport version="1.1.1" >
   <ServiceException code="InvalidBBox">
      The request bounding box has zero area: ReferencedEnvelope[-591.0 :
-165.0, -1.0 : -1.0]
</ServiceException></ServiceExceptionReport>

The problem is that computed coordinates contains spaces

<http://osgeo-org.1560.x6.nabble.com/file/n5075960/bbox_compute.png&gt;

but geoserver save just firs digits.

<http://osgeo-org.1560.x6.nabble.com/file/n5075960/bbox_after.png&gt;

I can fix it, when I manually delete spaces and save it. But I have to do it
always, when I change something in layer settings. Its very uncomfortable.
Can someone help me to fix it. I have tried different browsers, but without
success.

Peter

--
View this message in context: http://osgeo-org.1560.x6.nabble.com/native-bounding-box-didn-t-store-coordinates-tp5075960.html
Sent from the GeoServer - User mailing list archive at Nabble.com.