[Gvsig_english] Problems with WCS
Frank Warmerdam
warmerdam at pobox.com
Fri Sep 30 16:00:55 CEST 2005
On 9/30/05, Luis W. Sevilla <sevilla_lui at gva.es> wrote:
> Hi again,
> well, I've discovered the origin of that error, and it comes from a
> completely bad strategy for computing
> RESX and RESY parameters.
> I've found a temporal (working and accurate) bypass for that
> problem. on gvSIG WCSClient,
> on file FMapWCSAdapter.java you may substitute line 413
> coverageQuery = coverage + crs + boundingBox + time + param +
> resX + resY + format;
> for
> coverageQuery = coverage + crs + boundingBox + time + param +
> format;
> coverageQuery += "&WIDTH="+sz.width+"&HEIGHT="+sz.height;
> after compiling and executing build.xml on gvSIG WCSClient it should be
> working (it has gone here).
>
> I hope it helps
Luis,
Time for me to build gvSIG from source I guess!
Best regards,
--
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up | Frank Warmerdam, warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush | Geospatial Programmer for Rent
More information about the Gvsig_internacional
mailing list