|
POST
|
You can use the views pointer-move event and the hitTest to open the popup, similar to this sample. https://developers.arcgis.com/javascript/latest/sample-code/view-hittest/ And you can use the popup open method to open the popup for the result https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Popup.html#open https://developers.arcgis.com/javascript/latest/sample-code/sandbox/?sample=popup-docking-position
... View more
08-02-2021
08:48 AM
|
0
|
0
|
1696
|
|
POST
|
Do you have a demo or some code to test against? This sample deletes features with no error. https://developers.arcgis.com/javascript/latest/sample-code/sandbox/?sample=editing-applyedits
... View more
07-28-2021
08:54 AM
|
0
|
1
|
1351
|
|
POST
|
I see in your snippet you're trying to use PointSymbol3D. Are you using SceneView? Clustering is not currently supported in 3D. 3D supports "selection", which will remove overlapping features so it's less cluttered, but not clustering of features. It's in the FeatureReduction doc. https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureReductionCluster.html ReneRubalcava_0-1627318188089.png
... View more
07-26-2021
09:49 AM
|
1
|
2
|
2302
|
|
POST
|
The only difference I can see at a glance from your code and the sample is the sample adds a callback.html parameter. https://developers.arcgis.com/javascript/3/jssamples/portal_addshapefile.html When you add the form, I think it should automatically make a POST request. Maybe verify that as well.
... View more
07-20-2021
01:35 PM
|
0
|
1
|
8573
|
|
POST
|
is this in 3x or 4x? I thought it was 3x because you are using handleAs, but passing a query. In 3x, it's content, not query. But if you are using 4x, it's query, but you should use responseType, not handleAs.
... View more
07-20-2021
10:00 AM
|
0
|
4
|
8583
|
|
POST
|
Yeah, this was an error in the doc and typings. Your workaround is correct. The doc will be updated in a couple of weeks. If there are enough typings updates, we'll do an update for npm, unsure at the moment.
... View more
07-19-2021
11:39 AM
|
1
|
0
|
1426
|
|
POST
|
I'm not sure exactly what your set up looks like, but I was able to put together a snowpack TS sample with the API without errors here. https://github.com/odoe/snowpack-jsapi/tree/ts I'm kind of surprised it worked, as there is an existing issue with snowpack here https://github.com/snowpackjs/snowpack/issues/3322 Looks like that might be fixed now.
... View more
07-15-2021
12:49 PM
|
1
|
1
|
15276
|
|
POST
|
Uninstall the types/arcgis-js-api. The ESM package comes with typings already.
... View more
07-15-2021
11:53 AM
|
1
|
1
|
15287
|
|
POST
|
Your "aep" variable is an array, not a string value. If you want it to read the field, you can pass aep as "{WavePower}" and it will read the field that way. That syntax is described here. https://developers.arcgis.com/javascript/latest/api-reference/esri-PopupTemplate.html
... View more
07-15-2021
11:36 AM
|
0
|
1
|
3055
|
|
POST
|
You can use WMTS as a basemap, either in baseLayers or referenceLayers. https://developers.arcgis.com/javascript/latest/api-reference/esri-Basemap.html#baseLayers The doc has some snippets on how it works. Here is a sample using WMTS as basemap baseLayers https://codepen.io/odoe/pen/ExmWLJo?editors=1000
... View more
07-15-2021
09:38 AM
|
1
|
0
|
1223
|
|
POST
|
I'm not fully up to date on Experience Builder, but looking at this sample, looks like you can do it right in the widget. https://github.com/Esri/arcgis-experience-builder-sdk-resources/blob/master/samples/widgets/view-layers-toggle/src/runtime/widget.tsx
... View more
07-13-2021
07:53 AM
|
0
|
0
|
4396
|
|
POST
|
By default, yes, it uses the KML utility service on arcgis,.com. You can change it here https://developers.arcgis.com/javascript/latest/api-reference/esri-config.html#kmlServiceUrl To point it to your enterprise server.
... View more
07-11-2021
02:09 PM
|
0
|
0
|
4404
|
|
POST
|
You can do this in the following steps: Register OAuthInfo with IdentityManager. Construct and load Portal. You can now access the Portal User.
... View more
07-09-2021
03:18 PM
|
0
|
1
|
1833
|
|
POST
|
I don't use PowerBI and I'm unfamiliar with building it. The node polyfills have caused issues with the wasm in the API in the past, but I haven't seen this with the ESM package. Tough to tell without building it. On the second issue, it looks like that build is copying assets locally. You no longer are required to do this for local builds using the API, as all assets will be loaded from the CDN, so you can remove that copy logic from your build. I assume if esri-loader is no issue, this application doesn't need the assets locally. If the PowerBI build causes limitations with the ESM build, this is one of the scenarios we recommend esri-loader for, as it basically runs sandboxed from the main application.
... View more
07-08-2021
12:44 PM
|
0
|
1
|
7521
|
|
POST
|
This will be fixed on the CDN in a day or two. My bad.
... View more
07-07-2021
12:34 PM
|
0
|
5
|
3398
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 2 weeks ago | |
| 1 | 07-17-2026 10:17 AM | |
| 2 | 4 weeks ago | |
| 2 | 05-19-2026 02:12 PM | |
| 1 | 04-24-2026 11:01 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|