Opened 3 years ago
Closed 3 years ago
#2467 closed enhancement (fixed)
#353: petascope should not put new lines in rasql's extra metadata for WMS GetMap request
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | petascope | Version: | 9.8 |
Keywords: | Cc: | Dimitar Misev | |
Complexity: | Medium |
Description
For example, WMS GetMap request returns:
"png", "{ \"nodata\" : [ 0 ] }") FROM
it should return
"{\"nodata\":[0]}"
without extra indentations and breakline characters from JSON serializer.
Note:
See TracTickets
for help on using tickets.