We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 205c673 + 00cac98 commit 50720deCopy full SHA for 50720de
1 file changed
packages/arcgis-rest-feature-service/src/query.ts
@@ -367,7 +367,8 @@ export async function queryAllFeatures(
367
368
const returnedCount = response.features.length;
369
370
- // check if the response has exceededTransferLimit handles both thes stantard json and geojson responses
+
371
+ // check if the response has exceededTransferLimit handles both the standard json and geojson responses
372
const exceededTransferLimit =
373
response.exceededTransferLimit ||
374
(response as any).properties?.exceededTransferLimit;
0 commit comments