Opened 21 years ago

Closed 21 years ago

#341 closed defect (fixed)

mapObj->processquerytemplate() does not generate image for [img]

Reported by: stevem@… Owned by: assefa
Priority: high Milestone:
Component: MapScript-PHP Version: 4.0
Severity: major Keywords:
Cc:

Description

The mapObj->processquerytemplate() method does not generate an image for the 
[img] tag. This is not expected behaviour, since the mapObj->processtemplate() 
method _does_ generate images for the corresponding tags ([img], [ref], 
[scalebar], [legend]).

Change History (2)

comment:1 by assefa, 21 years ago

Owner: changed from morissette@… to assefa
Working on this.

comment:2 by assefa, 21 years ago

Resolution: fixed
Status: newclosed
Added a 2nd argument to the function

char *processquerytemplate(array params, boolean generateimages)     
       Process query template files and return the resut in a buffer.
       Second argument generateimages is not manadatory. If not given
       it will be set to TRUE.

       See also : processtemplate function.

Closing bug
Note: See TracTickets for help on using tickets.