Re: [gdal-dev] OGRFeatureStyle update from version1.4.1 to 1.5.2;

2008-08-18 Thread wow
------ To the world you're little, but to a person you're the world. Chen Xuexia -- Original -- From: "wow"<[EMAIL PROTECTED]>; Date: Tue,

Re: [gdal-dev] OGRFeatureStyle update from version1.4.1 to 1.5.2;

2008-08-18 Thread wow
TECTED]>; Cc: "gdal-dev"; Subject: Re: [gdal-dev] OGRFeatureStyle update from version1.4.1 to 1.5.2; On 8/17/08, wow <[EMAIL PROTECTED]> wrote: > Hi, > When i tried to update my whole program from ver1.4.1 to 1.5.2, all worked > well except the OGRFeatureStyle

Re: [gdal-dev] OGRFeatureStyle update from version1.4.1 to 1.5.2;

2008-08-18 Thread Frank Warmerdam
On 8/17/08, wow <[EMAIL PROTECTED]> wrote: > Hi, > When i tried to update my whole program from ver1.4.1 to 1.5.2, all worked > well except the OGRFeatureStyle module. The function > OGRStyleMgr::AddStyle() couldn't write the provided style > name and style string right with ver1.5.2, but could

[gdal-dev] OGRFeatureStyle update from version1.4.1 to 1.5.2;

2008-08-16 Thread wow
Hi, When i tried to update my whole program from ver1.4.1 to 1.5.2, all worked well except the OGRFeatureStyle module. The function OGRStyleMgr::AddStyle() couldn't write the provided style name and style string right with ver1.5.2, but could run smoothly with version 1.4.1. My code :