Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MapServer/MapServer
/ mapObj_prepareImage
Function
mapObj_prepareImage
mapscript/php/mapscript_i.c:118–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
}
117
118
imageObj *mapObj_prepareImage(mapObj* self) {
119
return msPrepareImage(self, MS_FALSE);
120
}
121
122
imageObj *mapObj_draw(mapObj* self) {
123
return msDrawMap(self, MS_FALSE);
Callers
1
map.c
File · 0.85
Calls
1
msPrepareImage
Function · 0.85
Tested by
no test coverage detected