Ticket #1578 (closed defect: fixed)

Opened 7 years ago

Last modified 7 years ago

Pixmap symbols not displaying on maps

Reported by: marc.jacquin@… Owned by: sdlime
Priority: high Milestone:
Component: MapServer C Library Version: 4.6
Severity: normal Keywords:
Cc:

Description

in mapfile.c loadClass function for case(SYMBOL) the line class->numstyles = 1; 
is after the break; and for case(OVERLAYSYMBOL) the line class->numstyles = 2; 
is also after the break. This prevents pixmap symbols to display

Change History

Changed 7 years ago by sdlime

  • status changed from new to closed
  • resolution set to fixed
Wow, suprised I missed something like that. *argh* I have fixed in both the 4.8 
and 4.6 trees.

Steve
Note: See TracTickets for help on using tickets.