Changeset 7571

Show
Ignore:
Timestamp:
05/08/08 10:10:14 (2 months ago)
Author:
tomkralidis
Message:

- mapogcsld.c: fetch TextSymbolizer/Label?/ogc:PropertyName correctly (#2611)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/branch-5-0/mapserver/HISTORY.TXT

    r7566 r7571  
    1313Current Version (future 5.0.3, svn branch-5-0) 
    1414---------------------------------------------- 
     15 
     16- mapogcsld.c: fetch TextSymbolizer/Label/ogc:PropertyName correctly (#2611)  
    1517 
    1618- Don't ignore .qix file when DATA reference includes .shp extension (#590) 
  • branches/branch-5-0/mapserver/mapogcsld.c

    r7189 r7571  
    24652465                             psTmpNode->psChild->pszValue) 
    24662466                    { 
    2467                         sprintf(szTmp, "[%s]", psTmpNode->psChild->pszValue); 
     2467                        sprintf(szTmp, "[%s]", CPLGetXMLValue(psTmpNode, NULL, NULL)); 
    24682468                        pszClassText = msStringConcatenate(pszClassText, szTmp); 
    24692469                    }