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