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

Function msLayerApplyPlainFilterToLayer

maplayer.c:1168–1177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1166}
1167
1168int
1169msLayerApplyPlainFilterToLayer(FilterEncodingNode *psNode, mapObj *map,
1170 int iLayerIndex)
1171{
1172#if USE_OGR
1173 return FLTLayerApplyPlainFilterToLayer(psNode, map, iLayerIndex);
1174#else
1175 return MS_FAILURE;
1176#endif
1177}
1178
1179int LayerDefaultGetExtent(layerObj *layer, rectObj *extent)
1180{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected