|
POST
|
Thanks, @JeffreyThompson2, I will look into these options as well.
... View more
11-14-2024
07:02 AM
|
0
|
0
|
2977
|
|
POST
|
Thanks, @JeffreyThompson2, I think the undesirable workaround might be just to have users go to each dashboard individually and not try to have them all in one Experience.
... View more
11-13-2024
09:35 AM
|
0
|
1
|
3012
|
|
POST
|
This post pertains to Experience Builder on ArcGIS Enterprise (11.2) and ArcGIS Experience Builder Developer Edition 1.15. I have 6 dashboards that are hosted on ArcGIS Portal. In both versions of EB, I have 6 pages, one for each dashboard which contains the Menu and Embed widgets. The Menu widget links to each dashboard, and the Embed widget is the URL from each dashboard on Portal. After using the Experience for a minute or so and switching between various pages on the Menu widget, an error will appear in both Chrome and Edge causing the application to crash. Has anybody had this issue of embedding multiple dashboards and having the browser crash during use? The console logs on browsers did not yield anyresults, and I have exhausted a support case with Ersi on this.
... View more
11-13-2024
08:52 AM
|
2
|
9
|
3032
|
|
POST
|
Is anyone aware of an option to clear all / select all items within a graph, pie chart, etc.? I saw this article (Operations Dashboard - Clear all filters ), but the solution is implementing a refresh dashboard button that resets all filters, map extents, etc. Add a clear all / select all to elements such as pie charts, bar graphs, etc.
... View more
11-01-2024
09:09 AM
|
0
|
0
|
570
|
|
POST
|
@ShengdiZhang I think I resolved the issue, I used your workflow above but turned Overlay off on the Sidebar widget. Thanks for your help with this!
... View more
10-29-2024
03:25 PM
|
0
|
0
|
2470
|
|
POST
|
@ShengdiZhang I just loaded the foldable template, and out of the box, it is showing the same behavior of not collapsing the map to show the credits when the table is expanded. I added a scale bar as well. Collapsed: Expanded:
... View more
10-29-2024
07:56 AM
|
0
|
1
|
2496
|
|
POST
|
Hi @ShengdiZhang , I configured it similarly to the way you have it above but I am still getting the same behavior. The sidebars, fixed panels, tables, and maps are set to stretch for width and height. Perhaps there is a setting I am missing? Collapsed: Expanded:
... View more
10-29-2024
07:48 AM
|
0
|
0
|
2496
|
|
POST
|
@ShengdiZhang I should include that the Sidebar is nested outside of the Map widget within the same level of the body.
... View more
10-23-2024
07:55 AM
|
0
|
2
|
2651
|
|
POST
|
Hi @ShengdiZhang I did just turn on the overlay, and now the table as expected overlays the map, however, it overlays the scale bar and map credits. In Web AppBuilder, there is a behavior to adjust the size of the map frame to be reactive to the size of the sidebar frame. While overlaying the map is fine, when you select a feature and zoom to it on the map the table cuts off part of the feature because the map widget frame is not adjusting to the sidebar frame. You can see an example in my third image below. Collapsed: Expanded: Example of a feature being cut off by sidebar pane.
... View more
10-23-2024
07:37 AM
|
0
|
3
|
2653
|
|
POST
|
I added a Sidebar widget that contains a Table widget within it. Upon opening, I have it collapsed by default. The issue I am having is when expanding, the map widget does not seem to adjust to the change. This causes certain elements like the scalebar and map credits to overlay the table. I adjusted settings in both the sidebar and map widget style for height from a defined percentage to stretch, but the issue persisted. Any tips? Collapsed: Expanded:
... View more
10-22-2024
03:36 PM
|
0
|
7
|
2713
|
|
POST
|
There looks to be an update on the BUG article from 7/30/24 that provides a workaround: Workaround Remove the feature from the Area of Interest parameter and put it in the Extent parameter. However, the Extent parameter does not honor the extent boundary. https://support.esri.com/en-us/bug/the-error-message-error-001461-failed-to-package-tiles-bug-000163419 I had the same issue and the workaround worked for me.
... View more
10-17-2024
08:23 AM
|
0
|
1
|
1195
|
|
POST
|
I am unable to increase the size of the widget icons on the widget controller. When I open the settings and change the size under appearance, it only increases the spacing between the widgets, not the size of the icons. I am currently using Developer Edition 1.15. This article seems to be the most related but looks to be how to change the size for an icon on a custom widget within a widget container, not all icons within the container. Set to small: Set to large:
... View more
10-07-2024
08:54 AM
|
0
|
3
|
1252
|
|
POST
|
I am working on a few enhancements to the Map Layers widget, which include having certain layers be expanded by default (referenced in this Community post) and having the layers collapse/expand when the tick box is checked or unchecked. Below, I have a few bugs and enhancements that have hit some roadblocks if anyone has any tips? I will include the ZIP of my current widget so far. BUGS: I have run into a snag where the legend of layers nested in group layers 3 levels or lower is not displaying (they are visible at the range shown in all images below). The legend icon stays greyed out. They are displayed in the legend of the group container at the top, however. I added the code from lines 19 - 24 (snippet below is from lines 369-392 in the widget.tsx file) to allow map layers to display the legend that is not in a 2nd level or beyond group layer which started displaying the legend based on the API documentation. My roadblock is finding the part that lets me have the legend show for all map layers, regardless of how far down they are nested in sublayers. let actionGroups = {};
listItem.actionsSections = [];
this.trackLayerVisibility(listItem);
if (!listItem.parent) {
listItem.open = true;
} else {
listItem.open = false;
}
if (listItem.layer.sublayers) {
listItem.panel = {
content: 'legend',
open: false // Set to true to expand legends by default
};
}
if (listItem.layer.layer) {
listItem.panel = {
content: 'legend',
open: false // Set to true to expand legends by default
};
} The other issue I am encountering is that the legends are staying on when checking the radio button to off for Show legend in the configuration settings. ENHANCEMENT: I would like to add hint text to the layers search that says "Filter Map Layers" and change the magnifying icon to a filter icon.
... View more
09-19-2024
12:57 PM
|
0
|
1
|
966
|
|
POST
|
I do not see a place to sign up for email alerts when Esri releases a new blog article, particularly about administration blogs. Does anyone know how to sign up for these as email alerts? This would be helpful, especially about the blog posts like SAML updates for AGOL and Security Patch 2 for Portal that recently came out. https://www.esri.com/arcgis-blog/category/administration/
... View more
09-18-2024
07:08 AM
|
1
|
3
|
1283
|
|
IDEA
|
On Experience Builder Developer Edition 1.15, I copied the map layers widget from "path\to\your\ArcGISExperienceBuilder\client\dist\widgets\arcgis\map-layers" and pasted it into "path\to\your\ArcGISExperienceBuilder\client\your-extensions\widgets", followed by renaming to map-layers-custom. In the "path\to\your\ArcGISExperienceBuilder\client\your-extensions\widgets\map-layers-custom\src\runtime\widget.tsx" file starting at line 330, I updated from this: defineLayerListActions = async (event) => {
const listItem = event.item
let actionGroups = {}
listItem.actionsSections = []
if (this.props.config?.useMapWidget && this.props.config?.enableLegend && listItem.layer.legendEnabled) {
listItem.panel = {
content: 'legend',
open: listItem.layer.visible && this.props.config?.showAllLegend
}
} to this: defineLayerListActions = async (event) => {
const listItem = event.item
let actionGroups = {}
listItem.actionsSections = []
listItem.open = true
if (this.props.config?.useMapWidget && this.props.config?.enableLegend && listItem.layer.legendEnabled) {
listItem.panel = {
content: 'legend',
open: true
}
} I then added the custom widget in and the layers were expanded by default. Don't forget to update the manifest.json file on lines 2 and 3. "name": "map-layers-custom",
"label": "Map Layers Custom",
... View more
09-13-2024
01:03 PM
|
0
|
0
|
2932
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | a week ago | |
| 1 | a week ago | |
| 1 | a week ago | |
| 2 | 2 weeks ago | |
| 1 | 4 weeks ago |
| Online Status |
Online
|
| Date Last Visited |
53m ago
|