| 1166 | } |
| 1167 | |
| 1168 | int |
| 1169 | msLayerApplyPlainFilterToLayer(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 | |
| 1179 | int LayerDefaultGetExtent(layerObj *layer, rectObj *extent) |
| 1180 | { |
nothing calls this directly
no test coverage detected