|
POST
|
I'm trying to troubleshoot an error (an edit operation failure). The List By Editing view doesn't indicate a problem. The other location the error directs me to is the 'Status dialog'. But I don't know where that is. Anyone know?
... View more
09-02-2020
12:58 PM
|
0
|
2
|
2826
|
|
POST
|
After doing what you describe, do you know the most efficient way to fix references in Pro maps to these feature classes? In a development environment I successfully dragged/dropped feature classes & relationship classes out of a feature dataset. (My plan is to eventually delete this feature dataset.) However I have maps that use these feature classes and relationship classes in their layers. And I noticed that when I check the source of the layers, it still references the old feature dataset. These maps are published to our development Portal. And nothing seems to be broken in there. But I'm thinking these incorrect references will probably cause issues somewhere along the line. Do you know what is the best way to fix them?
... View more
09-02-2020
12:44 PM
|
0
|
3
|
8230
|
|
POST
|
Our Popups include an attribute (Associations) that's based on a custom expression (which forms a URL). It displays correctly in ArcGIS Pro and in Portal when the feature with the Popup is selected AND when the Popup is used for displaying a Search result. However, when we use it for displaying Query results, the full Popup does not display. Specifically, the custom expression is missing. The expression (arcade) for the Associations attribute is as follows: 'https://gis.helixwater.org/media-services/find?context=Project|'+$feature.project+'&features='+$feature.globalid+'&project='+$feature.project+'&project_date='+$feature.date_activated The help docs for the Portal Query Widget indicate (at 13): 'Check Use layer's pop-up configuration in the web map if you want to show the same content defined by the layer’s pop-up configuration in the web map.' But in this case, the content isn't the same because of the missing Associations attribute.
... View more
08-18-2020
02:46 PM
|
0
|
0
|
725
|
|
POST
|
Thanks, but yes, that's what I was trying to avoid. However, I have now found that I can do this through the use of cursors as shown below. for fc in arcpy.ListFeatureClasses('gis.sde.PumpStation', "", 'gis.sde.WaterDistribution'): with arcpy.da.SearchCursor(fc,('objectid', 'suction_pressure_system')) as cursor: #Suction_pressure_system uses a coded domain for row in cursor: print('{}\t{}'.format(row[0],row[1])) 58 AA 43 AA 55 AJ 44 AV 32 AV
... View more
08-11-2020
04:59 PM
|
0
|
0
|
1092
|
|
POST
|
I have a configurable app template on our production Portal. I'd like to copy it to our development Portal. The documentation indicates that they can be downloaded. So would it be possible to download it from the Prod Portal and upload it to the Dev Portal? So far, I have not been able to figure out how to download it. So if what I'm asking is possible, I will need to know how to download it and upload it.
... View more
08-10-2020
08:34 AM
|
0
|
0
|
399
|
|
POST
|
In Pro (using 2.4.3) when an attribute uses a domain, the Attributes pane provides the ability to display either its stored value or its description (by checking or unchecking 'Show domain and Subtype descriptions'). Is there a way to do this through python directly - i.e. without having to look up the corresponding description in the domain and retrieve the code from there? So far I have only been able to output the attributes' description using python - not the code.
... View more
07-31-2020
12:01 PM
|
0
|
2
|
1125
|
|
POST
|
I'll see if I can accomplish this in Portal using Analysis > Overlay Layers.
... View more
07-21-2020
10:01 AM
|
0
|
0
|
2674
|
|
POST
|
Unfortunately, this solution doesn't seem to have any effect on the records in the map - only what's displayed. Is there a way to have it exclude the clipped features from the table - either in Pro or when the map is published in Portal?
... View more
07-21-2020
09:54 AM
|
0
|
1
|
2674
|
|
POST
|
Definition Queries on map layers in Pro don't appear to allow spatial queries. So I thought I'd try using a Query Layer instead. These require the query be written in SQL. But I'm not finding any example of spatial queries in SQL reference for query expressions used in ArcGIS—ArcGIS Pro | Documentation So I'm thinking maybe Query Layers don't support spatial queries either. Is that the case? And if so, anyone know the best way to create a map layer that conforms to a spatial query? It's a simple query - points in the layer need to be inside a polygon in another layer.
... View more
07-20-2020
03:42 PM
|
0
|
5
|
2724
|
|
IDEA
|
ArcGIS Pro could really use shortcuts for "Save Edits" and "Discard Edits"! A shortcut for the "Clear" function in the Edit tab would also be very helpful.
... View more
05-19-2020
09:44 AM
|
0
|
1
|
983
|
|
POST
|
Thanks. That issue is related to this, but a bit different. We actually have a a gnarly situation within our GIS our date fields related to time zones - with different scenarios for the following in both Pro and Portal: editor tracking date fields "regular" date fields where the values are from data that we imported from our old (Smallworld) GIS "regular" date fields which we're now populating in Pro Once we've got a better handle on how to resolve our issues I'll be in a better position to know whether the idea you posted would be likely to work in a case like ours.
... View more
04-29-2020
08:20 AM
|
1
|
0
|
3803
|
|
POST
|
Yes, I've noticed whenever I publish or overwrite a service, all the date attributes in popups revert to a format that includes a time component (which we don't want). And we have to go through each popup and individually uncheck the "Show Time" box in the "Configure Attributes" window in the map. It would really help if there was a global setting for this.
... View more
04-27-2020
03:39 PM
|
2
|
0
|
3803
|
|
POST
|
You deduced correctly, Xander. Thanks for the recommendation.Gavin Runyon Quince Lunde Rebecca Vanegas
... View more
03-19-2020
12:23 PM
|
0
|
0
|
1000
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 03-18-2019 12:11 PM | |
| 1 | 10-29-2020 10:43 AM | |
| 2 | 10-08-2020 11:48 AM | |
| 2 | 04-22-2021 11:50 AM | |
| 12 | 04-09-2021 11:44 AM |
| Online Status |
Offline
|
| Date Last Visited |
05-05-2021
12:49 PM
|