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 Peter Baumann)

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 (1)

comment:1 by Peter Baumann, 9 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.