POST
|
Good news is i found VS code kept a history and I was able to recover code. Now the problem is experience builder seems to have a cached version of the widget even though it is not in the custom widgets folder. When I put updated code in that folder and restart webpack it states it is a duplicate name and doesn't load the new one. I can't figure out how to remove the old code. Assuming it is buried in some config somewhere.
... View more
05-09-2025
07:58 AM
|
0
|
1
|
329
|
POST
|
Sadly I somehow had a tsx file deleted from a custom widget and I am not able to recover it. i have an older version but if I use that I lose 2 days of work from changes I made. I have a compiled copy of a widget from a distribution. When I import the map back into eXb Dev from the deployment zip the widget shows back up but it is not decompiled back into my custom widgets folder. Does anyone know a way to decompile a widget using webpack if even possible?
... View more
05-09-2025
07:08 AM
|
0
|
2
|
350
|
BLOG
|
Here is an example of it working how I would want using a rotation renderer with RotationType set to geographic vs arithmetic. https://developers.arcgis.com/javascript/latest/sample-code/visualization-vv-rotation/
... View more
04-25-2025
01:10 PM
|
0
|
0
|
926
|
BLOG
|
@JeffreyThompson2 Looks nice but does not fix my rotation issue. After you draw a shape and set rotation, that rotation angle seems to be tied to the underlying "canvas" and not the map. For instance, after you draw a shape like an arrow, right click and rotate the map. If the arrow was pointed up (map North) and you rotate the map 180 degrees, the arrow still point up (now map south). In arcgis pro there is an option on symbology to align angle with the display or the map. Not sure if there is anything similar in eXb.
... View more
04-25-2025
12:57 PM
|
0
|
0
|
928
|
BLOG
|
Not sure you want to work on the draw widget but there is a flaw that is killing me. The is no way to rotate point symbols and when you place them on the map the hold original display orientation even after you rotate the map. For example if you put an arrow, which they all point upward, if you rotate the map after you place one it still points up even though North has changed. I was going to use this to draw vehicle accident diagrams but I can't orient vehicles to align with a roadway.
... View more
03-12-2025
11:05 AM
|
0
|
0
|
1259
|
BLOG
|
The draw widget really needs a way to rotate symbols for points. All the arrows point up/North with no way to rotate which makes them useless for the most part. Even when you rotate the map they stay pointed Upward. I would think we want all symbols (lines, points etc.) to lock orientation when the map rotates with the ability to manually rotate any features. If I place an arrow and rotate it south I want it to stay south even when I rotate the map.
... View more
03-12-2025
11:01 AM
|
4
|
0
|
6847
|
POST
|
Hi @GeeteshSingh07 - Thanks for the update. A couple of questions on this before I try this method. Do you have 2 instances if eXb dev running for different environments? I typically just use one and log in and out of different environments and only the apps for the current environment show after logging in. After you ran this process, how much in the new experience was broken? I have to imagine anything related to data sources from the previous environment would be broken and need to all be links to new data sources.
... View more
02-04-2025
12:02 PM
|
0
|
1
|
1054
|
POST
|
I just looked and express mode availability started on 1.16 and you are on 1.15 so that is not an issue at play. That said, my testing has been on 1.16 so there is a chance the procedure is not the same as on previous versions. @JeffreyThompson2 Were you on 1.16 when you tried or an earlier version? @GeeteshSingh07 Are you able to
... View more
01-29-2025
05:06 AM
|
0
|
4
|
1115
|
POST
|
Hopefully I can help here. In experience builder there might be a couple of things that might matter that I do not account for in my instructions. First I am in "Full Mode" and not in "Express Mode". There is a toggle in the top right corner to switch. Second I am on the Experiences tab and not on the Templates tab. Other than that, makes sure you are updating both config.json files. Feel free to post screenshots or video of what you try and I will see if anything stands out to me.
... View more
01-28-2025
06:46 AM
|
0
|
6
|
1140
|
POST
|
Seems like there is a reference to nls.label1 somewhere. Did you start with a basic widget template and remove some files? I would start searching inside the files you mentioned for any reference to label1.
... View more
01-27-2025
06:04 AM
|
0
|
0
|
377
|
IDEA
|
When geocoding through the REST API the out put Addr_type's highest noted level of accuracy is PointAddress which can provide XY that cold be on the edge of the parcel, centered on parcel or centered on the house rooftop. Getting a precise indicator of actual accuracy is needed in order to understand if the location is rooftop and that we can use the coordinates for certain use cases like AI based building analysis and damage detection.
... View more
01-24-2025
05:40 AM
|
0
|
0
|
153
|
POST
|
This seems to work pretty well. The only issue I have is sometime the import hangs and fails. After trying a few attempts it usually goes through.
... View more
01-17-2025
04:59 AM
|
0
|
0
|
1739
|
POST
|
Unfortunately, not. That only works with Portal or AGOL whereas I am working with local projects in ExB Dev.
... View more
01-17-2025
04:58 AM
|
0
|
0
|
1739
|
POST
|
I am working in ExB Dev and i am using the Search widget to find and address and zoom to the selected location. Since the map zooms to the center it is being obscured by a window that overlaps the center of the screen. I am trying to figure out a good way to have the Zoom To function have a an offset to it. So far I think my only hope is a custom action but I have not been able to figure out how to create an action that is related to the map and can be selected from the Map Widget section of actions. The Show Record ID sample I am using only seems to be able to show as a button on a layer. Any ideas?
... View more
01-15-2025
06:16 AM
|
0
|
0
|
217
|
POST
|
I found some success going a very manual route to start. Here is what worked for me. Log into ExB dev for your first portal environment. Download the experience from first portal environment. Extract the zip file navigate within the extracted folders to AppName/cdn/3 and find the config.json file. Edit config.json. towards the bottom you will find attributes. One being portalURL that will need to be updated to the new portal environment URL. Also in the dataSources section you will need to update any portalURL and the itemIDs to match the items in your new portal environment. Save that config.json. Copy that config.json file and overwrite a second config.json file that is at AppName/cdn/3/resources. Re-zip the entire app folder. Log into ExB dev for your second portal environment. Run an import and select the new zip file you created. This brought the app into my second environment and all functionality works including any images and a custom widgets I had. This was a very simple experience so there could be issues with more complex experiences but tough to say without more testing.
... View more
01-08-2025
09:26 AM
|
1
|
1
|
1864
|
Title | Kudos | Posted |
---|---|---|
4 | 03-12-2025 11:01 AM | |
1 | 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 |
Monday
|