MCPcopy 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
126imageObj *mapObj_drawQuery(mapObj* self) {
127 return msDrawMap(self, MS_TRUE);
128 }
129
130imageObj *mapObj_drawLegend(mapObj* self) {
131 return msDrawLegend(self, MS_FALSE);

Callers 1

map.cFile · 0.85

Calls 1

msDrawMapFunction · 0.85

Tested by

no test coverage detected