Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (25 - 27 of 2765)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Resolution Summary Owner Reporter
#422 fixed RasUtil methods don't handle result of metadata queries abeccati Dirk Daems
Description

The method executeWcpsQuery of the RasUtil class fails when executing a WCPS query which only retrieves metadata. E.g. in case of query:

for c in (Biopar_Africa_LAI) return crsSet(c)

It will try to execute RASQL query

t:CRS:1, x:http://www.opengis.net/def/crs/EPSG/0/4326 CRS:1, y:http://www.opengis.net/def/crs/EPSG/0/4326 CRS:1

which of course fails.

The PetascopeInterface.handleProcessCoverages(..) method handles this, and this handling should be factored into RasUtil.

#466 fixed StringUtil: check on contenttype used by urlDecode() method is too specific abeccati Dirk Daems
Description

Better is to check if the contentType starts with application/x-www-form-urlencoded. Otherwise, this causes problems when using the ajax utility of the JQuery library in Firefox as it will append the character set used (UTF-8).
See 52North WPS class org.n52.wps.server.WebProcessingService for a better implementation.

#473 fixed Add textual comparison to systemtests (WCS et al) abeccati abeccati
Description

I have failing test with output that differs only for the endline mode (Win vs Lin). Weird since I am using Lin but get output in Win mode.

A robust way of dealing with that would be to add a textual comparison mode to the existing image and byte.

In RASSRC/systemtest/util/common.sh add case for when file is text to compare using "diff -w" which ignores all whitespace during the comparison.

PS: wanted to assign to nkolev but cannot find him in the users drop down

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.