Opened 14 years ago

Closed 14 years ago

#3297 closed defect (fixed)

Georaster - Error loading ColorTable

Reported by: ilucena Owned by: ilucena
Priority: high Milestone: 1.7.0
Component: GDAL_Raster Version: unspecified
Severity: critical Keywords: georaster, colortable
Cc: warmerdam

Description

Loading ColorTable, CPLSPrintf() truncates the XML what cause the PL/SQL to be incomplete.

Change History (1)

comment:1 by ilucena, 14 years ago

Resolution: fixed
Status: newclosed

Fixed at revision: 18361

Replaces the CPLSPrintf() by a CPLString::Printf().

This revision also implements a new create-option:

  <Option name="COORDLOCATION" type="string-select" default="CENTER">
    <Value>CENTER</Value>
    <Value>UPPERLEFT</Value>
  </Option>
Note: See TracTickets for help on using tickets.