Ticket #1578 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.
