[Gvsig_english] Problems with WCS
Frank Warmerdam
warmerdam at pobox.com
Fri Sep 30 16:07:16 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).
Luis,
Is there public anonymous CVS access for gvSIG? If I'm going to start
working with the code, it seems like I ought to be working with the
current code.
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