|
POST
|
Yes I am. I am testing on a basic feature service of zip codes.
... View more
03-15-2023
12:30 PM
|
0
|
0
|
733
|
|
POST
|
I was able to test with map.centerAndZoon as well and that works. i did have to tweak what I initially put though as that function needs a single point. so this is what you would need. I do think using the other method above is a bit better though. //jimuUtils.zoomToFeatureSet(this.map, featureSet,0.5); //console.log(centerPoint); this.map.centerAndZoom(centerPoint,15);
... View more
03-15-2023
08:56 AM
|
1
|
2
|
5004
|
|
POST
|
That is strange. I just tested with jimuUtils.zoomToFeatureSet(this.map, featureSet,0.5); and it zoomed me in closer to the selected polygon feature. To the point where I couldn't see all edges of my polygon. I also tried using a value of 10 and it zoomed way out. Try using a lower value like 0.25 or even down to 0.1.
... View more
03-15-2023
08:42 AM
|
0
|
3
|
5005
|
|
POST
|
Here are a couple things to try. One I noteced that there is a extentFactor you can set on the zoomToFeatureSet function as seen here mo.zoomToFeatureSet = function(map, featureSet, /*optional*/extentFactor). So you could try playing with values there. For example try jimuUtils.zoomToFeatureSet(this.map, featureSet, 0.8); To try center and zoom I would comment out jimuUtils.zoomToFeatureSet(this.map, featureSet); and add a new line of this.map.centerAndZoom (geometry,13);
... View more
03-15-2023
07:00 AM
|
0
|
5
|
5031
|
|
POST
|
I should also mention that it seems like the if sections in the code you posted are just getting a center point of and extent and not performing a zoom. The zooming looks to be handled on this line - jimuUtils.zoomToFeatureSet(this.map, featureSet); Personally I zoom in my widgets using map.centerAndZoom (result.features[0].geometry,13); so I can set a zoom level.
... View more
03-15-2023
06:42 AM
|
0
|
7
|
5040
|
|
POST
|
This might be helpful. setting-zoom-extent-for-attribute-table-zoom-to/
... View more
03-15-2023
06:37 AM
|
0
|
1
|
5043
|
|
POST
|
Not sure I fully understand what you are trying to do but I'll try to answer. If you want maps to load in your WAB dev app you need to link it to a web map you have build in your arcgis enterprise or AGOL account. You set that in the Map tab. Then all the layers in that map will be present in your WAB dev app. I do not know a way to import AGOL WAB to WAB Dev so you will have to at least rebuild some if not most of your application.
... View more
03-13-2023
05:05 AM
|
0
|
0
|
1277
|
|
POST
|
I am not familiar with fetchResources but couldn't you just use the item resources REST endpoint? https://developers.arcgis.com/rest/users-groups-and-items/item-resources.htm
... View more
03-13-2023
04:59 AM
|
0
|
0
|
814
|
|
BLOG
|
Some sad times ahead. WAB was/is fantastic. @Jianxia Do you plan to have Experience Builder brought to the same level of functionality that WAB has? Is seems to be missing quite a bit. Even the things listed as available in experience builder do not have the same level of functionality that WAB does.
... View more
02-28-2023
08:10 AM
|
5
|
0
|
4544
|
|
POST
|
One solution is to set the edit widget to automatically open when the map loads. Then you can click any existing point and edit immediately.
... View more
02-15-2023
12:31 PM
|
1
|
1
|
1387
|
|
DOC
|
This matrix is great but is a bit deceiving as while things like the layer list are available, it has nowhere near the same functionality available as what is in WAB. It would be nice to know if there are expected future iterations of any of these widgets/functionality.
... View more
02-13-2023
08:50 AM
|
0
|
0
|
108756
|
|
POST
|
Fantastic question. I would love to know the same. I vote to keep it around for the foreseeable future. I tried experience builder and it is just nowhere near as good as WAB.
... View more
02-10-2023
08:54 AM
|
1
|
0
|
1120
|
|
POST
|
I feel like what you are trying to do it out of scope for what the situational awareness widget does. Personally I would create my own gp service to do something like this however, you could probably string a few widgets together to get what you need. the problem is you would probably need to run each widget separately. I have some user workflows I did like this such as using the select widget and then use a query widget using the selection.
... View more
02-06-2023
06:01 AM
|
0
|
0
|
1403
|
|
POST
|
The situation Awareness tool does let you use existing features. Simply click a feature on the map. In the popup window, use the ellipses (3 dots) in the bottom right corner. Then choose Ste Location to use that in the situation awareness tool. If you want to add more features just follow the same process and choose the add/remove option in the pop up menu. We use it all the time and it works great. You can also use the buffer settings around your features if needed.
... View more
02-03-2023
04:58 AM
|
0
|
2
|
1428
|
|
POST
|
This is helpful as now I can see it is truly creating my tuple and not somehow converting it to a list. It is strange that even though it is a tuple the display of a tuple in messages and warnings shows a tuple in brackets and not parentheses. Definitely makes things confusing but I think the fist issue i have is now not really an issue. I might open a couple of bugs for the message display issues. I appreciate the help here.
... View more
12-05-2022
08:35 AM
|
0
|
1
|
1746
|
| Title | Kudos | Posted |
|---|---|---|
| 4 | 03-12-2025 11:01 AM | |
| 3 | 01-08-2025 09:26 AM | |
| 1 | 01-08-2025 07:19 AM | |
| 1 | 12-06-2024 04:52 AM | |
| 2 | 03-19-2024 04:36 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|