Opened 18 years ago

Closed 18 years ago

#1835 closed defect (fixed)

Symbols could not be displayed

Reported by: c.wilmes@… Owned by: szekerest
Priority: high Milestone: 4.10 release
Component: MapScript-C# Version: 4.8
Severity: normal Keywords:
Cc:

Description

Hi,

it seems, that displaying Point-Symbols in a c#-mapscript application doesn't 
work correct. Trying to displaying a point-shape with simple symbols, just get 
small points in the image instead of the symbols.

Christian

Attachments (1)

SymbolTest.zip (749.2 KB ) - added by c.wilmes@… 18 years ago.
A simple VS2005 sample project, which is using a point-shape.

Download all attachments as: .zip

Change History (6)

by c.wilmes@…, 18 years ago

Attachment: SymbolTest.zip added

A simple VS2005 sample project, which is using a point-shape.

comment:1 by szekerest, 18 years ago

Status: newassigned
With the current implementation setting styleObj.symbolname will not set
styleObj.symbol (the index of the symbol in the symbolset) so the layer is
rendered with a default symbol. After saving and reloading the map file the
layer is drawn correctly because mapserver will search the symbol index when
parsing the file.

comment:2 by szekerest, 18 years ago

Cc: szekeres.tamas@… added

comment:3 by szekerest, 18 years ago

*** Bug 1837 has been marked as a duplicate of this bug. ***

comment:4 by szekerest, 18 years ago

Milestone: 4.10 release
Setting the target to 4.10

comment:5 by szekerest, 18 years ago

Resolution: fixed
Status: assignedclosed
Added styleObj.setSymbolByName() to provide this kind of functionality.
Committed to the CVS-HEAD

Note: See TracTickets for help on using tickets.