Opened 12 years ago

Closed 12 years ago

#4780 closed defect (fixed)

ARG Driver: rows and columns are written to .JSON incorrectly.

Reported by: dzwarg Owned by: dzwarg
Priority: normal Milestone:
Component: GDAL_Raster Version: svn-trunk
Severity: normal Keywords: arg
Cc:

Description

The .JSON accompanying file contains 'rows' and 'cols' properties, and they should contain the Y and X size, respectively. Currently, these properties are written to the JSON file backwards.

Attachments (1)

rows_cols.patch (889 bytes ) - added by dzwarg 12 years ago.
Swap X and Y values for rows and columns, respectively.

Download all attachments as: .zip

Change History (2)

by dzwarg, 12 years ago

Attachment: rows_cols.patch added

Swap X and Y values for rows and columns, respectively.

comment:1 by dzwarg, 12 years ago

Resolution: fixed
Status: newclosed

Fixed in r24795

Note: See TracTickets for help on using tickets.