| 1146 | } |
| 1147 | |
| 1148 | int |
| 1149 | msLayerApplyCondSQLFilterToLayer(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 | |
| 1160 | int msLayerSupportsPaging(layerObj *layer) |
| 1161 | { |
nothing calls this directly
no test coverage detected