Opened 7 years ago

Closed 7 years ago

#1551 closed defect (invalid)

Rasql supports nilValue with string interval in array

Reported by: Bang Pham Huu Owned by: Dimitar Misev
Priority: major Milestone: 9.5
Component: rasql Version: development
Keywords: Cc: Vlad Merticariu
Complexity: Medium

Description

Current, rasql seems can parse the interval of nilValues in array of JSON without any error about the JSON validity, such as:

\"nodata\":[0:20]}"

However, the 0:20 is not valid for JSON array, it should work if 0:20 is a string \"0:20\", such as:

{
	"nodata": ["0:5", 1, 2, 3],
	"geoReference": {
		"crs": "EPSG:4326"
	}
}

Change History (1)

comment:1 by Dimitar Misev, 7 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.