MCPcopy Index your code
hub / github.com/MapServer/MapServer / mapObj_processLegendTemplate

Function mapObj_processLegendTemplate

mapscript/php/mapscript_i.c:277–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277char *mapObj_processLegendTemplate(mapObj *self,
278 char **names, char **values,
279 int numentries)
280{
281 return msProcessLegendTemplate(self, names, values, numentries);
282}
283
284
285char *mapObj_processQueryTemplate(mapObj *self, int bGenerateImages,

Callers 1

map.cFile · 0.85

Calls 1

msProcessLegendTemplateFunction · 0.85

Tested by

no test coverage detected