Opened 9 years ago
Last modified 9 years ago
#932 closed defect
WCPS parser needs blanks in expressions — at Initial Version
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
in http://earthlook.org/demo/geo-service/wcps.html the following query does not the expected (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.