MCPcopy Index your code
hub / github.com/MapServer/MapServer / mapObj_OWSDispatch

Function mapObj_OWSDispatch

mapscript/php/mapscript_i.c:374–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372}
373
374int mapObj_OWSDispatch(mapObj *self, cgiRequestObj *req )
375{
376 return msOWSDispatch( self, req, MS_TRUE);
377}
378
379int mapObj_insertLayer(mapObj *self, layerObj *layer, int index)
380{

Callers 1

map.cFile · 0.85

Calls 1

msOWSDispatchFunction · 0.85

Tested by

no test coverage detected