Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
149
int mapObj_embedLegend(mapObj* self, imageObj *img) {
150
return msEmbedLegend(self, img);
151
}
152
153
int mapObj_drawLabelCache(mapObj* self, imageObj *img) {
154
return msDrawLabelCache(img, self);
Callers
1
map.c
File · 0.85
Calls
1
msEmbedLegend
Function · 0.85
Tested by
no test coverage detected