GetFeaturesByBoundsParameters = new SuperMap.REST.GetFeaturesByBoundsParameters({
queryParameter: getFeatureParam,
datasetNames: ["jysORCL:ST_RIDRGN"],
spatialQueryMode: SuperMap.REST.SpatialQueryMode.INTERSECT,
bounds: map.getExtent(),
fromImdex:0,
toIndex: -1,
maxFeatures: 300
});
数据集的范围查询,为什么只能返回200条数据