[Gvsig_english] Problems with WCS
Luis W. Sevilla
sevilla_lui at gva.es
Fri Sep 30 16:47:48 CEST 2005
Frank Warmerdam wrote:
>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.
>
>
I'm sorry but there are no public access to gvSIG cvs. We're evaluating
the posibility of starting a public SVN,
but this will take some time to be decided.
greetings
Luis
>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
>
>
--
Luis W. Sevilla
gvSIG development team
Conselleria de Infraestructuras y Transporte
Generalitat Valenciana
Valencia - Spain
http://www.gvsig.gva.es
More information about the Gvsig_internacional
mailing list