Changes between Version 1 and Version 3 of Ticket #1578
- Timestamp:
- Jul 5, 2017, 8:08:46 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1578
- Property Status new → closed
- Property Resolution → fixed
-
Ticket #1578 – Description
v1 v3 2 2 3 3 Petascope, raswct, and any other client code that relies on encoding to CSV should be updated to use JSON. This is straightforward, the `'{'` and `'}'` handling should be simply changed to `'['` and `']'`. 4 5 There are 2 things need to change: 6 + Petascope with GetCoverage in GML+XML using JSON format internally. 7 + Raswct supports parsing value from JSON beside CSV.