hi,
1) Get the CurrentExtentWk from the client using "map.getExtent().toGeometry().toString();"
2) Server side error "The format of the well known text is incorrect." when using :
RectangleShape currentBoundingBox = new RectangleShape(AjaxComArea.CurrentExtentWkt);
content received from the client using the javascript API to get the current extent.
AjaxComArea.CurrentExtentWkt = "POLYGON((-176.47265625 6.8003125,-8.77734375 6.8003125,-8.77734375 65.1596875,-176.47265625 65.1596875,-176.47265625 6.8003125))"
was working perfectly well till now!
any ideas?
thanks.
jm.