We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 892deaf commit e6b66a6Copy full SHA for e6b66a6
mapogr.cpp
@@ -4298,8 +4298,6 @@ static void msOGREnablePaging(layerObj *layer, int value)
4298
if (layer->debug) {
4299
msDebug("msOGREnablePaging(%d) called.\n", value);
4300
}
4301
- if( value < 0 )
4302
- return;
4303
4304
if(!msOGRLayerIsOpen(layer))
4305
msOGRLayerOpenVT(layer);
@@ -4327,7 +4325,7 @@ static int msOGRGetPaging(layerObj *layer)
4327
4325
4328
4326
4329
4330
- return -1;
+ msOGRLayerOpenVT(layer);
4331
4332
assert( layer->layerinfo != NULL);
4333
0 commit comments