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