Opened 9 years ago
Last modified 9 years ago
#932 closed defect
WCPS parser needs blanks in expressions — at Version 1
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")
Note:
See TracTickets
for help on using tickets.