Opened 19 years ago

Closed 17 years ago

#1164 closed enhancement (fixed)

Enhancement of the symbolObj class in php mapscript to handle pixmaps and truetype based symbols

Reported by: mapserver@… Owned by: mapserverbugs
Priority: high Milestone:
Component: MapScript-PHP Version: 4.4
Severity: minor Keywords:
Cc: mathieuparent@…

Description (last modified by dmorissette)

The current iplementation of the symbolObj class in php mapscript do not provide
the ability to generate symbols of the type PIXMAP and truetype. I would be
pleased to see the support for these type in php mapscript too.

Change History (4)

comment:1 by mathieuparent@…, 19 years ago

Cc: mathieuparent@… added

comment:2 by mathieuparent@…, 19 years ago

dependson: 1367
Bug 1367 will solve pixmap problem

comment:3 by dmorissette, 19 years ago

Note that you can use $style->set("symbolname", "filename.gif") to create a
pixmap symbol.

comment:4 by dmorissette, 17 years ago

Description: modified (diff)
Resolution: fixed
Status: newclosed

This was fixed in v4.8 with the implementation of symbol.setImagePath() (ticket #1472, changeset r4871).

Note: See TracTickets for help on using tickets.