arcgis-rest-js icon indicating copy to clipboard operation
arcgis-rest-js copied to clipboard

compact, modular JavaScript wrappers for the ArcGIS REST API

Results 107 arcgis-rest-js issues
Sort by recently updated
recently updated
newest added

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.3.3. Changelog Sourced from nanoid's changelog. 3.3.3 Reduced size (by Anton Khlynovskiy). 3.3.2 Fixed enhanced-resolve support. 3.3.1 Reduced package size. 3.3 Added size argument to...

dependencies

We should replace the individual [`IRequestOptions`](https://esri.github.io/arcgis-rest-js/api/request/IRequestOptions) like `httpMethod` and `credentials` that control the [`fetch()` init object](https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch#syntax) with a single parameter like `fetchOptions` or `fetchInit` that will be passed directly to...

help wanted
backlog

Hello everyone, I would love for implementation of [Upload](https://developers.arcgis.com/rest/services-reference/enterprise/upload.htm) and [Append/Upsert](https://developers.arcgis.com/rest/services-reference/enterprise/append-feature-service-layer-.htm) services. My case for example: I have an social mapping app that is managed at Google's Firebase/Firestore and I...

Hello, On all of the official examples here: [1](https://esri.github.io/arcgis-rest-js/api/feature-layer/applyEdits/), [2](https://developers.arcgis.com/arcgis-rest-js/layers/edit-feature-data/) and [3](https://developers.arcgis.com/javascript/latest/sample-code/sandbox/?sample=editing-applyedits), _applyEdits_ gets geometry like this: ``geometry: { x: -120, y: 45, spatialReference: { wkid: 4326 } }`` or...

When we release 4.0 I think we should document how we make breaking changes to ArcGIS REST JS. We are generally pretty good about following SemVer and since we a...

[According to docs](https://developers.arcgis.com/rest/users-groups-and-items/update-item.htm), you can add an image file to the `thumbnail` param that should be uploaded as a thumbnail image. This does not work: ```ts updateItem({ authentication: userSession, item:...

`SearchQueryBuilder`'s focus is building the `q` parameter, but there are other params that are peers to `q`, so if we pass an instance of builder to functions like `searchItems()` you...

Proposal: Allow optional, broader origin-matching for `enablePostMessageAuth` to include anything on `.arcgis.com` domain (and the current origin). ## Problem [`enablePostMessageAuth`](https://github.com/Esri/arcgis-rest-js/blob/688d58bae8528c31d48d231c9837fd086be33e2c/packages/arcgis-rest-auth/src/UserSession.ts#L978) currently takes in a list of allowed origins to which...

objectIds is currently required by the `IDeleteFeaturesOptions` - this should not be the case since you can also use where clauses to delete features.

I'm seeing this intermittently: ```bash Firefox 89.0 (Windows 10) create-org-notification should not send any request for zero-length username array FAILED Expected true to equal false. ``` See: https://github.com/Esri/arcgis-rest-js/runs/3031365210?check_suite_focus=true Looks like...

backlog