MCPcopy Create free account
hub / github.com/MapServer/MapServer / classObj_createLegendIcon

Function classObj_createLegendIcon

mapscript/php/mapscript_i.c:839–841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

837}
838
839imageObj *classObj_createLegendIcon(classObj *self, mapObj *map, layerObj *layer, int width, int height) {
840 return msCreateLegendIcon(map, layer, self, width, height);
841 }
842
843
844int classObj_setSymbolByName(classObj *self, mapObj *map, char* pszSymbolName) {

Callers 1

class.cFile · 0.85

Calls 1

msCreateLegendIconFunction · 0.85

Tested by

no test coverage detected