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.

Change History (1)

comment:1 by Bang Pham Huu, 3 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.