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

Function mapObj_embedLegend

mapscript/php/mapscript_i.c:149–151  ·  view source on GitHub ↗

TODO

Source from the content-addressed store, hash-verified

147
148//TODO
149int mapObj_embedLegend(mapObj* self, imageObj *img) {
150 return msEmbedLegend(self, img);
151 }
152
153int mapObj_drawLabelCache(mapObj* self, imageObj *img) {
154 return msDrawLabelCache(img, self);

Callers 1

map.cFile · 0.85

Calls 1

msEmbedLegendFunction · 0.85

Tested by

no test coverage detected