Changeset 13550

Show
Ignore:
Timestamp:
01/19/08 18:25:22 (6 months ago)
Author:
warmerdam
Message:

carry style string through VRT layer

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gdal/ogr/ogrsf_frmts/vrt/ogrvrtlayer.cpp

    r12504 r13550  
    567567     
    568568/* -------------------------------------------------------------------- */ 
     569/*      Handle style string.                                            */ 
     570/* -------------------------------------------------------------------- */ 
     571    if( poSrcFeat->GetStyleString() != NULL ) 
     572        poDstFeat->SetStyleString(poSrcFeat->GetStyleString()); 
     573     
     574/* -------------------------------------------------------------------- */ 
    569575/*      Handle the geometry.  Eventually there will be several more     */ 
    570576/*      supported options.                                              */