|
POST
|
I'm replying to my own post, since Esri provided an answer to me through a bug report. Essentially this is expected behavior in earlier versions of ArcGIS Pro and I was mis-referencing documentation from a more recent version of Pro. The management.Project() tool does not honor queried/selected features in versions of ArcGIS Pro up through 3.1. Here is a snippet of the documentation from earlier versions (up through 3.1): Selection and definition queries on layers are ignored by this tool—all features in the dataset referenced by the layer will be projected. To project only selected features, consider using the Copy Features tool to create a temporary dataset, which will only contain the selected features, and use this intermediate dataset as input to the Project tool. However, at version 3.2, the documentation correctly states: Selection and definition queries on layers are supported by this tool. Only selected features in the layer will be projected when the selection or query is defined. I hope this clarifies the issue for anyone else noticing it.
... View more
01-12-2024
06:51 AM
|
1
|
0
|
6233
|
|
POST
|
Thanks @AubriOtis , somehow I missed the fact that this functionality only exists under a licensed extension.
... View more
11-27-2023
12:03 PM
|
0
|
0
|
2267
|
|
POST
|
Hello, After reading through the pertinent help documentation (https://pro.arcgis.com/en/pro-app/3.0/help/production/production-mapping/us-national-grid-reference-box.htm) I still cannot figure out why my "Additional Surrounds" menu is empty. It simply reads: "There are no additional map surrounds". I have checked/verified: the layout map's scale is greater than 1:250,000 (it's 1:32,000) I'm viewing it in 'Layout' view the layout element and map are not 'locked' I'm using ArcGIS Pro 3.0 Is there something else I'm missing that I should check?
... View more
11-27-2023
09:53 AM
|
0
|
2
|
2377
|
|
POST
|
Also, I simplified my script to a very basic form, as a test. The attached shows the full text of the python as well as the message details after running it, demonstrating the feature counts before and after running the Project tool.
... View more
11-08-2023
12:35 PM
|
0
|
0
|
6690
|
|
POST
|
Hi @MarlonAmaya , Yes, this happens with the geoprocessing tool within ArcGIS Pro too. In the attached screenshot, I applied a definition query to the "source_rcl" layer (reducing it to 395 features) and then used it as input for the Project geoprocessing tool. The output, "map_rcl_out" had all 20, 727 features.
... View more
11-08-2023
12:30 PM
|
0
|
0
|
6691
|
|
POST
|
Hi @MarlonAmaya , I did do some testing in my script, using the GetCount() function. I used GetCount() to compare the source feature class with the temporary MakeFeatureLayer version of it, and the query is correctly querying the data. I inserted the GetCount() function into my script in several different places, including immediately before the Project() tool runs, and the feature count indicates that the query is indeed working correctly, but the Project() tool is not honoring it. The count returned by the GetCount function is lower than the count of the output of the Project() tool.
... View more
11-08-2023
10:56 AM
|
0
|
0
|
6697
|
|
POST
|
Hello, I'm running a stand alone script that, early on, uses arcpy.management.MakeFeatureLayer() with a simple where clause defining the data I want included. Later in the script, I use that feature layer as the input for arcpy.management.Project(). Unfortunately, the output of the Project tool does not honor the SQL query applied to the feature layer. Is this expected behavior? If not, any suggestions on how to troubleshoot why it's not being honored? P.S. I asked ChatGPT this question and received a self-contradicting answer: it initially stated that this behavior is expected and that the Project() tool does not honor a feature layer's definition query, but then went on to suggest creating a feature layer with a where clause and feeding that as the input to the Project() tool. EDIT: I just inserted a line into my script to return a message giving the feature count of the feature layer immediately before the Project() tool uses it as input and the feature count returned is still limited by the where clause. So, I have to conclude that the Project() tool just ignores the query (I'm still not sure if this is by design or not).
... View more
11-08-2023
07:42 AM
|
0
|
9
|
6777
|
|
POST
|
I'm experiencing similar behavior, except I'm trying to use the 'Zoom To' action from an attribute table widget. When I set it up to 'Zoom To' upon selection trigger, it zooms to 0-degrees Lat, 0-degrees Long. In contrast, when I use the 'Pan To' option for the same widget selection trigger, it pans to the correct location.
... View more
09-27-2023
12:10 PM
|
0
|
2
|
4437
|
|
IDEA
|
+1 Still hoping for, and looking forward to, this improvement.
... View more
07-28-2023
07:48 AM
|
0
|
0
|
3414
|
|
POST
|
My Explore Tool has long been broken. It doesn't seem to be able to call the data and activate the pop-up window. This applies to a variety of layer types, locations, selectability, etc.
... View more
05-26-2023
06:31 AM
|
0
|
0
|
1990
|
|
POST
|
I have noticed similar issues with ArcGIS Pro, in which the chosen tool seems to be different from the tool that the interface initializes.
... View more
05-26-2023
06:29 AM
|
0
|
0
|
2012
|
|
POST
|
I just confirmed that our IT did recently apply security update patches immediately before this issue presented (see attached for details). Portal for ArcGIS 10.9.1 Log4j Patch B Portal for ArcGIS 10.9.1 Security 2022 Update 1 Patch Portal for ArcGIS 10.9.1 QuickCapture Security Patch Portal for ArcGIS 10.9.1 Security 2022 Update 2 Patch B Portal for ArcGIS 10.9.1 Enterprise Sites Footer Display Patch Portal for ArcGIS 10.9.1 Security 2023 Update 1 Patch Sounds like a likely culprit...
... View more
04-27-2023
11:54 AM
|
0
|
1
|
8048
|
|
POST
|
Yes, I'm seeing the same errors (see attached image). "Failed to load" / "Refused to execute script" / "scriptError" for: piChart.js flow.js Also, possibly unrelated, two failure-to-load errors for ".../compat.module.js.map" ".../MapViewer.js.map"
... View more
04-27-2023
11:43 AM
|
0
|
0
|
8050
|
|
POST
|
In fact, our IT did apply changes to my security profile shortly before this was noticed, and that was my first suspect. But I worked through significant 'troubleshooting' with them, including reverting my security profile to 'admin', to no avail. Our IT folks don't think it was caused by the change to security settings (naturally).
... View more
04-27-2023
09:13 AM
|
0
|
1
|
8071
|
|
POST
|
In ArcGIS Enterprise Portal, when configuring a web map using the Map Viewer (not 'Classic'), the properties pane remains blank for any/all layers that I try to configure (see attached screenshot). The blank properties panel occurs for... Styles Filter Configure Pop-ups Configure Fields Labels This issue is occuring for me in Edge as well as Chrome. I worked on some troubleshooting with my IT staff, to no avail. We tried: Cleared browser cache. Adding our portal URL to Chrome's 'Allow to share insecure content' setting. Changed network security profile to 'admin', restarted computer.
... View more
04-21-2023
11:46 AM
|
2
|
8
|
8175
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-16-2024 07:49 AM | |
| 1 | 05-20-2024 06:15 AM | |
| 1 | 07-28-2025 05:05 AM | |
| 1 | 07-28-2025 05:10 AM | |
| 1 | 07-25-2025 09:51 AM |
| Online Status |
Offline
|
| Date Last Visited |
05-12-2026
06:03 PM
|