Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MapServer/MapServer
/ mapObj_drawLegend
Function
mapObj_drawLegend
mapscript/php/mapscript_i.c:130–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
}
129
130
imageObj *mapObj_drawLegend(mapObj* self) {
131
return msDrawLegend(self, MS_FALSE);
132
}
133
134
135
imageObj *mapObj_drawScalebar(mapObj* self) {
Callers
1
map.c
File · 0.85
Calls
1
msDrawLegend
Function · 0.85
Tested by
no test coverage detected