Opened 9 years ago
Closed 9 years ago
#932 closed defect (fixed)
WCPS parser needs blanks in expressions
Reported by: | Peter Baumann | Owned by: | Alex Dumitru |
---|---|---|---|
Priority: | critical | Milestone: | 9.2 |
Component: | petascope | Version: | development |
Keywords: | Cc: | Vlad Merticariu, Dimitar Misev | |
Complexity: | Medium |
Description (last modified by )
in http://earthlook.org/demo/geo-service/wcps.html the following query does not return the expected (in fact: ignores addition):
image>>for c in ( lena ) return encode (c+480, "png")
while this query works:
image>>for c in ( lena ) return encode (c + 480, "png")
Change History (4)
comment:1 by , 9 years ago
Description: | modified (diff) |
---|
comment:2 by , 9 years ago
comment:3 by , 9 years ago
Milestone: | 9.1 → 9.2 |
---|
comment:4 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
fixed in new parser which, for now, gets invoked from ProcessCoverages with VERSION=1.5 (so do not use VERSION=1.0 in this case).
Note:
See TracTickets
for help on using tickets.
Probably this is the same issue as in #406 (just there with '-')