Changeset 7571
- Timestamp:
- 05/08/08 10:10:14 (2 months ago)
- Files:
-
- branches/branch-5-0/mapserver/HISTORY.TXT (modified) (1 diff)
- branches/branch-5-0/mapserver/mapogcsld.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/branch-5-0/mapserver/HISTORY.TXT
r7566 r7571 13 13 Current Version (future 5.0.3, svn branch-5-0) 14 14 ---------------------------------------------- 15 16 - mapogcsld.c: fetch TextSymbolizer/Label/ogc:PropertyName correctly (#2611) 15 17 16 18 - Don't ignore .qix file when DATA reference includes .shp extension (#590) branches/branch-5-0/mapserver/mapogcsld.c
r7189 r7571 2465 2465 psTmpNode->psChild->pszValue) 2466 2466 { 2467 sprintf(szTmp, "[%s]", psTmpNode->psChild->pszValue);2467 sprintf(szTmp, "[%s]", CPLGetXMLValue(psTmpNode, NULL, NULL)); 2468 2468 pszClassText = msStringConcatenate(pszClassText, szTmp); 2469 2469 }
