Opened 18 years ago

Closed 18 years ago

#1832 closed defect (fixed)

msAddImageSymbol does not set imagepath on dynamically created pixmap

Reported by: zjames@… Owned by: sdlime
Priority: high Milestone:
Component: MapServer C Library Version: 4.8
Severity: normal Keywords:
Cc:

Description

msAddImageSymbol does not set imagepath on pixmaps. The image path used to create the symbol is set 
as the name in mapsymbol.c:589, but symbols of type MS_SYMBOL_PIXMAP created from the symbol file 
have symbol->imagepath set.

  symbolset->symbol[i].imagepath = strdup(filename);

could be added at mapsymbol.c:589

Change History (1)

comment:1 by sdlime, 18 years ago

Resolution: fixed
Status: newclosed
Zak: I have fixed in CVS head and the 4.8 branch. Thanks for finding...

Steve
Note: See TracTickets for help on using tickets.