Ticket #341 (closed defect: fixed)

Opened 10 years ago

Last modified 10 years ago

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

Changed 10 years ago by assefa

  • owner changed from morissette@… to assefa
Working on this.

Changed 10 years ago by assefa

  • status changed from new to closed
  • resolution set to fixed
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.