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