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 2004fb8 + 5b4f4e1 commit 00cac98Copy full SHA for 00cac98
1 file changed
packages/arcgis-rest-feature-service/src/query.ts
@@ -368,7 +368,8 @@ export async function queryAllFeatures(
368
369
const returnedCount = response.features.length;
370
371
- // check if the response has exceededTransferLimit handles both thes stantard json and geojson responses
+
372
+ // check if the response has exceededTransferLimit handles both the standard json and geojson responses
373
const exceededTransferLimit =
374
response.exceededTransferLimit ||
375
(response as any).properties?.exceededTransferLimit;
0 commit comments