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

Function mapObj_insertLayer

mapscript/php/mapscript_i.c:379–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377}
378
379int mapObj_insertLayer(mapObj *self, layerObj *layer, int index)
380{
381 if (self && layer)
382 return msInsertLayer(self, layer, index);
383
384 return -1;
385}
386
387layerObj *mapObj_removeLayer(mapObj *self, int layerindex)
388{

Callers 1

map.cFile · 0.85

Calls 1

msInsertLayerFunction · 0.85

Tested by

no test coverage detected