MCPcopy Create free account
hub / github.com/MapServer/MapServer / msLayerApplyCondSQLFilterToLayer

Function msLayerApplyCondSQLFilterToLayer

maplayer.c:1148–1158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1146}
1147
1148int
1149msLayerApplyCondSQLFilterToLayer(FilterEncodingNode *psNode, mapObj *map,
1150 int iLayerIndex)
1151{
1152#if USE_OGR
1153 return FLTLayerApplyCondSQLFilterToLayer(psNode, map, iLayerIndex);
1154
1155#else
1156 return MS_FAILURE;
1157#endif
1158}
1159
1160int msLayerSupportsPaging(layerObj *layer)
1161{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected