MCPcopy 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
122imageObj *mapObj_draw(mapObj* self) {
123 return msDrawMap(self, MS_FALSE);
124 }
125
126imageObj *mapObj_drawQuery(mapObj* self) {
127 return msDrawMap(self, MS_TRUE);

Callers 1

map.cFile · 0.85

Calls 1

msDrawMapFunction · 0.85

Tested by

no test coverage detected