|
POST
|
Thank you! This is definitely an improvement, but it's still lacking the functionality that web app builder provides. I cannot seem to find a way to select one or multiple records in the table and zoom/export those features. These options are available when you set up individual "sheets", but then those sheets are not linked to the map layers widget. By the way, is there a way to collapse/minimize the table to the bottom of the map view, as it was configured in web app builder? I have multiple widgets setup in a vertical sidebar, but it appears that you cannot setup a second horizontal sidebar to hold the table.
... View more
07-07-2023
06:25 AM
|
1
|
0
|
8857
|
|
POST
|
There seems to be quite a bit of functionality that has not or will not be replicated in experience builder. Here are some widgets I’m having problems reproducing their functionality in experience builder: Layer list/attribute table – the ability to open the attribute table from the layer list appears to not be possible in experience builder. You have to setup separate table widgets in experience builder for each layer. I think it was very useful for the user to be able to view records in the attribute table when necessary. You can also specify which layers in your map are viewable in the attribute table. I would love to see an example that proves me wrong! Select features – In web app builder, the user is given options on which layers to interactively select with the usual select by point, rectangle, polygon, circle, line, and lasso. In experience builder, the user can select using any of those methods but does not have any control on which layers are selectable. For example, if a user wants to only select plan ref’s for a given area, they will be returned those features plus any other layers that are turned on. Viewing selected feature details – Also within the select widget in web app builder, the user is given the ability to view selected records in a list and click through each one to view it’s popup details. The user is also given the option to pan, zoom, flash, export, view statistics, and view in attribute table. (see screenshot below) I really liked the flexibility of this widget. The “feature info” widget (2nd screen shot) in experience builder appears to be the closest reproduction of this, but the user is required to click through each selected record instead of viewing a list of all selected features. Draw widget – the web app builder widget gives the user the option to create text in addition to several other markup tools. The option to create markup text in experience builder does not appear to exist. This option is very useful for redlining areas in GIS that need corrections.
... View more
07-05-2023
09:57 AM
|
7
|
5
|
8974
|
|
POST
|
Does anyone know if there is a way to define specific layers in your map that are selectable? There was a way to do this in web app builder, but I am having a hard time finding that capability in experience builder.
... View more
06-22-2023
10:16 AM
|
1
|
4
|
1503
|
|
POST
|
Thanks Matthew, Would you have to create a featureLayer variable for each layer in your web map in order to reference the layers in the webmap? Do you know if you have to create the labels programmatically in the code or is there a way to reference the labels that exist in the feature service (which includes multiple layers) that is displayed in a web map?
... View more
04-24-2023
08:12 AM
|
0
|
0
|
1380
|
|
POST
|
Does anyone know if you can configure the LayerList widget to allow the user to open the layer's attribute table? This is something that used to be available with web app builder, but then was taken away with experience builder. In experience builder, there is an option in their Layer List widget to allow the user to turn on and off labels. Would this be something that could be configured within the LayerList widget in the JavaScript API? The FeatureTable widget appears to be the widget you would use in the API to display an attribute table, but it doesn't seem to have many options you can configure for it, such as selecting multiple records, zooming to a selected record, exporting table to excel/csv. For example, the attribute table in web app builder allows for this. Any ideas/suggestions would be greatly appreciated! Maybe this is something that will be included with a future release of Experience Builder.
... View more
04-12-2023
07:54 AM
|
0
|
4
|
1433
|
|
POST
|
Thanks Josh, that was exactly what I was looking for! I appreciate your time and effort on this!
... View more
08-13-2021
08:39 AM
|
0
|
0
|
1956
|
|
POST
|
I am trying to add a web map into a story map swipe panel but cannot add because the "Place Map" option is greyed out. I can add other web maps into it, but the particular one i'm working has that option disabled. Anyone know of issues with web maps that may cause this option to be disabled?
... View more
08-12-2021
03:12 PM
|
0
|
1
|
898
|
|
POST
|
Thanks Josh, that's better than showing minutes. Any thoughts on how to represent the hours and seconds? I'm thinking there is probably some kind of arcade expression that could be written.
... View more
08-12-2021
03:08 PM
|
0
|
2
|
1964
|
|
POST
|
Does anyone know if there is a way to convert a known length of time (in this case the number of minutes estimated for a sewer overflow) to hours, minutes, and seconds? Currently I am displaying the number of minutes (stored in a double field in a feature service) as an indicator in my dashboard. Any suggestions would be greatly appreciated.
... View more
08-06-2021
11:38 AM
|
0
|
5
|
2056
|
|
POST
|
Ok, when I open IDLE (Python GUI), the version is 2.7. We do have Pro installed and can confirm that python 3 is installed in the folder you mentioned. How do you open IDLE to use python 3?
... View more
04-28-2021
08:49 AM
|
0
|
2
|
13097
|
|
POST
|
Ok thanks, I thought it had to be something like that. I'm running these in 2.7. Somehow 3 never got installed when Pro was installed.
... View more
04-28-2021
08:23 AM
|
0
|
4
|
13099
|
|
POST
|
I am attempting to complete an exercise in chapter 11 of the book "Python Scripting for ArcGIS Pro". One of the example code bits i'm trying to run is this: import arcpy aprx = arcpy.mp.ArcGISProject(r"C:\Users\shildebr\Documents\PythonScripting_Ex11_Data\Ex11\Austin.aprx") print(aprx.defaultGeodatabase) When I run this I get this message: File "H:/EsriTraining/Python Scripting for ArcGIS Pro/PythonScripting_Ex11_Data/Ex11/projects.py", line 2, in <module> aprx = arcpy.mp.ArcGISProject(r"C:\Users\shildebr\Documents\PythonScripting_Ex11_Data\Ex11\Austin.aprx") AttributeError: 'module' object has no attribute 'mp' Isn't "defaultGeodatabase" a property of the ArcGISProject object? I'm really confused as to why this won't run.
... View more
04-27-2021
03:01 PM
|
0
|
7
|
13175
|
|
POST
|
Thanks Scott, I only have the layer I want to edit checked in the editing controls pane. I only have the parcels and sub basins (the layer i'm trying to edit) selected in the snapping controls pane. Here are the warnings I have with my layers, but "being projected on the fly" shouldn't have any effect on this? Below is a screenshot showing what happens when I start to trace. Notice that it seems to snap to the gravity main line in the middle of the street, but not to the parcel line that i'm trying to trace. The gravity main layer is unchecked in the snapping controls. Any help would be greatly appreciated!
... View more
04-02-2020
07:39 AM
|
0
|
3
|
9415
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-13-2025 08:00 AM | |
| 1 | 02-03-2025 07:35 AM | |
| 1 | 11-25-2024 10:06 AM | |
| 1 | 08-07-2024 11:10 AM | |
| 1 | 06-18-2024 03:06 PM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|