IDEA
|
"opacity" property should be added to both IntegratedMeshLayer and IntegratedMesh3DTilesLayer, to enable changing opacity of 3D scenes continuously between 0 and 1 (as in FeatureLayer)
... View more
07-01-2025
04:37 AM
|
0
|
0
|
344
|
POST
|
Has ANY ONE succeeded in installing jimu-cli in client folder?
... View more
05-24-2025
05:47 AM
|
0
|
0
|
227
|
POST
|
I use XEB developer 1.17 I tried in my client folder to do npm install --save-dev @ArcGIS/jimu-cli and got an error Owner@mlev-pc-hp MINGW64 /d/Sync/ml/_dev/apps/exb/exb1.17dev/client $ npm install --save-dev @ArcGIS/jimu-cli npm ERR! code E404 npm ERR! 404 Not Found - GET https://esri.jfrog.io/artifactory/api/npm/arcgis/@arcgis%2fjimu-cli npm ERR! 404 npm ERR! 404 '@arcgis/jimu-cli@*' is not in this registry.
... View more
05-24-2025
03:32 AM
|
0
|
1
|
256
|
POST
|
I think I need do quite a few modifications in several files... What I need is that the 2 images will serve for "off" and "on" states of the widget, and that the widget will remember all the time, the data of the 2 images. I need also that the widget setup will enable it to function either as a "single image widget" (as currently), or as a "on-off" widget (with 2 images)
... View more
05-21-2025
10:57 PM
|
0
|
0
|
228
|
POST
|
esri experience builder developer edition "image" widget allows me to upload one image. I want to make a custom "image" widget which uploads 2 images, one noting the "off" state and the other noting the "on" state. In run time, by clicking the image, the code will toggle between those 2 images.
... View more
05-21-2025
06:27 AM
|
0
|
2
|
282
|
POST
|
I succeeded by this link in ESRI blog https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/application-with-editor-widget-and-typescript/td-p/1343048 my code: await reactiveUtils.when( () => editor.viewModel.featureFormViewModel, () => { editor.viewModel.featureFormViewModel.on("submit", function (event) { if (/* activity === create*/) { console.log(`** create finished`); /* jump to next activity */ } });
... View more
02-06-2025
12:49 PM
|
0
|
0
|
383
|
POST
|
In 3D WAB app I am creating by WAB Developer Edition version 2.30 (jsApi 4.30), I created custom widget containing ESRI Editor widget (and its EditorViewModel). I need to detect when creating a single feature (including setting its attributes table) has been finished. I can't programmatically command the EditorViewModel to create a single feature (disable batch creation) since for this I need the method startCreateFeaturesWorkflowAtFeatureEdit but it needs to get the feature as parameter whilst I want to create a new feature. So, I programatically start batch creation by startCreateFeaturesWorkflowAtFeatureCreation giving it the layer, and I need to detect when creation of the first feature in the batch (and setting its attributes table) has been finished.
... View more
02-06-2025
08:28 AM
|
0
|
1
|
406
|
IDEA
|
In SliceAnalysis it is stated that "SceneView.analyses can contain multiple slice analyses, but only one of these analyses can be active at a time". Applications that use ESRI's ArcGIS Javascript API (like EXB and WAB) with 3D Scenes, currently do not have Swipe widget (which is currently available only for 2D maps, but not for 3D scenes). Swipe Widget is crucially important, for example to compare IntegratedMeshLayer from one year at rightside and from another year at leftside. By enabling SceneView.analyses to contain concurrently 2 active slice analyses (Slice Planes), there is a solution "out of the box" to mimic the Swipe widget, by activating 2 SicePlanes back-to-back. (Another solution, maybe more complicated to perform, is to enable the SlicePlane to operate independently on its both sides, so it could display one layer at right and another layer at left.)
... View more
12-19-2024
10:05 AM
|
0
|
0
|
310
|
IDEA
|
Excellent! I appreciate very much the positive fast response. Michael
... View more
12-16-2024
11:50 PM
|
0
|
0
|
497
|
IDEA
|
For applications that use ESRI's ArcGIS Javascript API (like EXB and WAB), it is crucially important that layers of type IntegratedMesh3DTilesLayer will also have the "modifications" Property, as do layers of type IntegratedMeshLayer . ESRI Example "IntegratedMeshLayer modification" demonstrates the importance of "modifications" Property.
... View more
12-15-2024
12:09 AM
|
1
|
2
|
578
|
POST
|
I develop WAB 3D apps (with custom widgets) for our enterprise. I need a that the app Javascript code will detect if a layer is a public layer or not. Is there a way to do it? Help will be greatly appreciated.
... View more
11-21-2024
01:06 AM
|
0
|
0
|
418
|
POST
|
I develop WAB 3D apps (with custom widgets) for our enterprise. In a few cases I want my WAB app to load private layers without the need to give username and password. What I know, is to remove from the 3D scene all private layers, and insert code in my WAB app, that after the app has been launched, that code will load all private layers, one by one, using a token. But I want to know if there is another way, a "global" way - to NOT remove all private layers from the 3D scene, and use the token in a way that the program will open the scene with its private layers without asking for username and password. Help will be greatly appreciated
... View more
11-21-2024
12:57 AM
|
0
|
0
|
419
|
POST
|
My wab app uses 3D scene and many private feature layers. This web app runs on my enterprise and is used by closed people group. I must enable them to enter with no need to enter username and password. How do I accomplish this? In the enterprise I cant create apikeys, so I must use a token. What is the "right" way to do this?
... View more
11-19-2024
05:26 AM
|
0
|
0
|
413
|
POST
|
I wonder if it's possible at all for another person to set his API Key so that I can add his private layer to my 3D scene (or 2D map) which I create in my browser (or in my ArcGIS Pro)? What I succeeded is only to access item(s) enabled in the API Key's "items list", from code of web app running on a domain enabled in the API Key's "referrers list".
... View more
09-24-2024
05:28 AM
|
0
|
0
|
332
|
POST
|
Thank you again, @ChrisLandvogt , indeed if I left referrers empty and enabled the service and the layer in the API Key and opened incognito, the shared url worked to show the json. But if I try to add the shared url to a scene in another ArcGIS Online, I can't... Maybe you can enlighten my eyes also in this aspect - how to add the shared url to a scene in another portal?
... View more
09-24-2024
01:59 AM
|
0
|
0
|
3798
|
Title | Kudos | Posted |
---|---|---|
1 | 12-15-2024 12:09 AM | |
1 | 08-01-2024 03:45 AM | |
1 | 01-04-2024 04:00 AM | |
1 | 03-28-2024 01:25 AM | |
1 | 03-25-2024 01:11 AM |
Online Status |
Offline
|
Date Last Visited |
07-01-2025
04:28 AM
|