Opened 17 years ago

Closed 17 years ago

#2198 closed defect (fixed)

mapswf.c / symbol overhaul problems

Reported by: warmerdam Owned by: assefa
Priority: normal Milestone: 5.0 release
Component: Output-SWF Version: unspecified
Severity: normal Keywords: symbols swf
Cc: assefa

Description

Umberto,

I think there are a number of places in mapswf.c with stuff like:

      symbol = &(symbolset->symbol[style->symbol]);

That should be:

      symbol = symbolset->symbol[style->symbol];

When I build I get these warnings:

mapswf.c: In function `msDrawMarkerSymbolSWF':
mapswf.c:1218: warning: assignment from incompatible pointer type
mapswf.c: In function `msDrawLineSymbolSWF':
mapswf.c:1684: warning: assignment from incompatible pointer type
mapswf.c: In function `msDrawShadeSymbolSWF':

I would fix it, but I have no easy way to test swf symbol output. I have added Assefa as a cc: in the hopes that he does have an easy way to test this.

Change History (2)

comment:1 by assefa, 17 years ago

Owner: changed from unicoletti to assefa
Status: newassigned

I will do the chages and tests.

comment:2 by assefa, 17 years ago

Resolution: fixed
Status: assignedclosed

Fixed and tested r6449.

Note: See TracTickets for help on using tickets.