|
POST
|
Thank you @TimWestern, so @JoshuaSoukkala to answer your post only Developer Edition has the download capability, the AGOL and Enterprise version of EB does not have the download capability.
... View more
10-31-2025
09:00 AM
|
0
|
0
|
975
|
|
IDEA
|
I had the embed widget in a splash screen on an AGOL EB app. Within this, I had HTML to make the background color transparent. After the recent AGOL update last week, my background is now white. Please allow the option to choose the background color within the Embed widget on the Style tab, which should include a transparent selection. This would be no different than other widgets that offer background selection color.
... View more
10-30-2025
07:11 PM
|
0
|
5
|
1031
|
|
IDEA
|
Hello @Noah-Sager and @bbollin, thank you for the quick response. Updating colors/theme can work in some cases. However in the image below when you have varying symbology on top of a raster basemap, the thinner lines can become muted even though the color is a bright orange. Allowing users to adjust overall thickness of gridlines would allow more contrast against content with high degrees of color. I would like to point the larger gridlines are not hard to see, but the smaller sized grids can be hard to see.
... View more
10-30-2025
09:05 AM
|
0
|
0
|
1016
|
|
IDEA
|
Allow users to update line widths of grids to Grid Controls. Sometimes grid lines can be hard to see against aerial imagery. https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-support-GridControls.html
... View more
10-29-2025
01:16 PM
|
0
|
4
|
1074
|
|
DOC
|
Thank you for the enhancement ideas @CamMiller17 and @JeffreyThompson2 , I will look to add these in a near term update.
... View more
10-29-2025
07:35 AM
|
0
|
0
|
6931
|
|
POST
|
You may have to update the Maximum Number of Coded Domains on the parameters section of the map service. This happened to me and going from 25,000 to 100,000 resolved the issue. I would start in increments maybe by 5,000 and then check.
... View more
10-28-2025
07:15 AM
|
1
|
0
|
557
|
|
BLOG
|
The ZIP has been updated to resolve a BUG: 10/27/2025: Bug fix: When going from Draw to My Drawings with a tool selected, the tool will stay active so you can still draw graphics when on the My Drawings Tab. The ZIP has been updated to resolve this bug. The patch was to private handleTabChange in widget.tsx. If you just want to patch your existing widget and not have to download the entire zip, replace the private handleTabChange with the below code snippet. private handleTabChange = (nextTab: 'draw' | 'mydrawings') => {
if (nextTab === 'mydrawings') {
const drawings = this.snapshotDrawingsFromLayer();
this.myDrawingsRef?.current?.ingestDrawings?.(drawings);
// Stop any active drawing so clicks on My Drawings won't complete a shape
this.setDrawToolBtnState('');
try { this.sketchViewModel?.cancel(); } catch {}
// Turn off edit mode only (keep existing measurement labels visible)
this.measureRef?.current?.disableMeasurementEditing?.();
this.setState({ graphics: drawings, activeTab: 'mydrawings' });
return;
}
// Back to Draw: FIRST disable measurements synchronously
if (this.measureRef?.current) {
// Disable measurements IMMEDIATELY before any state changes
this.measureRef.current.setMeasurementEnabled?.(false);
}
// THEN clear drawing tool and update state
this.setDrawToolBtnState('');
this.setState({
activeTab: nextTab,
measurementCheckboxOn: false,
// Clear all drawing tool states
pointBtnActive: false,
lineBtnActive: false,
flineBtnActive: false,
rectBtnActive: false,
polygonBtnActive: false,
fpolygonBtnActive: false,
circleBtnActive: false,
textBtnActive: false,
currentTool: ''
});
};
... View more
10-27-2025
07:29 AM
|
4
|
0
|
9765
|
|
IDEA
|
Thank you @ShengdiZhang, this is a great addition to the newest release.
... View more
10-24-2025
07:17 AM
|
0
|
0
|
1886
|
|
POST
|
Currently there is not, your options are visible layers or visible layers within map extent like you noted. You would probably need to modify the out of the box widget with Developer Edition.
... View more
10-23-2025
10:30 AM
|
0
|
0
|
580
|
|
POST
|
Glad it worked for you @AdamGebhart, and to clarify the ownership of the widget from your original post, it is far from my creation as it was a collaboration with @JeffreyThompson2 , @RobertScheitlin__GISP and other community members input. Thank you for the notes about npm @JeffreyThompson2
... View more
10-23-2025
10:26 AM
|
0
|
0
|
186
|
|
POST
|
@AdamGebhart I usually run npm fund between npm ci and npm start, but to be honest I don't do it all the time. If I am not doing any custom widget updates, I usually don't use admin and just my regular account and run npm start on only the server folder if I want to go right into updating the Experiences in DE without needing to do any code updates.
... View more
10-23-2025
09:24 AM
|
0
|
0
|
1632
|
|
POST
|
It should not, but I would recommend downloading the ZIPs first to be safe.
... View more
10-23-2025
07:51 AM
|
0
|
0
|
1678
|
|
POST
|
@AdamGebhart you may need to run the commands again such as npm ci, npm fund, npm start on the client/server folder.
... View more
10-23-2025
07:31 AM
|
1
|
0
|
1699
|
|
DOC
|
Thank you @DominicChavez, when I get a chance I will try to create an app on my end to test and see if I can replicate the issue. I might reach out if I need further info. @CamMiller17 thank you! Are you referring to adding third function to create both for a CSV export for both physical and owner, then the CSV would have two sheets within the file for both types? If so, this would probably not be feasible for the PDF aspect but perhaps the CSV aspect. @JasonBOCQUET To my knowledge it cannot, but perhaps some further development with the source code you might be able to.
... View more
10-22-2025
08:19 AM
|
0
|
0
|
7062
|
|
IDEA
|
Issue: When searching for a domain value in the Attributes pane, typing a space causes the search to stop and automatically select the first matching value. It doesn’t continue matching when you type the space and the first character of the next word. Idea: Allow full searches for domain values containing spaces without auto-selecting or truncating after the first word.
... View more
10-20-2025
09:15 AM
|
4
|
0
|
460
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | Monday | |
| 1 | Monday | |
| 1 | Monday | |
| 2 | a week ago | |
| 1 | 3 weeks ago |
| Online Status |
Online
|
| Date Last Visited |
5 hours ago
|