|
POST
|
1. What version of SQL Server, geodatabase, Enterprise, and Pro? 2.Have you tried creating a new unregistered view? Does the issue happen with it too? 3. What is the SQL definition? 4. Can you provide a screenshot or video of the issue? 5. What do you mean by “the data loaded into ArcGIS Pro”?
... View more
04-13-2024
03:06 AM
|
0
|
0
|
2017
|
|
IDEA
|
Idea: Provide a sample public Experience Builder map. Details: Sample/public Experience Builder map to play around in?
... View more
04-12-2024
03:27 AM
|
1
|
1
|
749
|
|
IDEA
|
ArcGIS Pro 3.2.2: I have a .tiff engineering drawing that I've georeferenced. I want to only see the black lines in the image; I want the white background to be removed so that I can clearly see the ortho beneath the georeferenced image. I imagine there is a way to remove the white pixels using raster geoprocessing tools. However, raster analysis isn't my area of expertise, and I recall raster editing being fiddly work, so I'm looking for an easier option. Idea: A button in the Imagery ribbon to quicklly remove white (and near-white) pixels from the existing image (not a copy/export). Bud_0-1712777959412.png I'm aware I can make the entire image semi-transparent so that I can see the ortho beneath the image. That works to a degree, but the ortho is still somewhat obscured by the semi-transparent white pixels. It would be better if the white pixels were completely removed, improving visibility.
... View more
04-10-2024
12:43 PM
|
1
|
6
|
4125
|
|
IDEA
|
ArcGIS Pro 3.2.2: In the Georeferencing —> Control Point Table, I want to select multiple control points and delete them using a single action. But as far as I can tell, there isn't a way to select multiple rows in the table, so deleting multiple control points at the same time doesn't seem to be possible. Could that functionality be added? For example, delete rows/links 1-4 in a single action: Bud_0-1712776269070.png
... View more
04-10-2024
12:11 PM
|
4
|
0
|
873
|
|
IDEA
|
My unit and I.T. have tested new laptops with ArcGIS Pro over VPN (Microsoft Tunnel) for remote work. We've found that Pro over VPN is too slow, regardless if using home WiFi or plugged directly into a home router. I.T. says the slow performance is due to ArcGIS Pro being very chatty when it comes to network traffic. Related info in an old comment from @ThomasColson here. We don't have this problem with any other software on VPN, including ArcMap. And we don't have that problem in Pro when working in the office without VPN (corporate WiFi or LAN). The issue is with Pro and VPN. This means laptops aren't a good option for ArcGIS Pro users. Users who do have existing laptops are currently using ArcMap over VPN without issue. But, since ArcMap is no longer supported, those users will eventually need to return their laptops to I.T. since they won't be useable with Pro/VPN. So we will be stuck with in-office work (on our desktop PC towers) or remotely connecting to those computers via VMware/home computers. But laptops/VPNs won't be an option (laptops would be especially handy for in-person group meetings using Pro). It wouldn't make sense to have laptops that would stay at our office desks (or used in in-office meetings) but can't be used at home with Pro and VPN. In that case, we'd be better off keeping our desktop PC towers with higher performance specs, since Pro has such high computer hardware requirements. Idea: This would all be solved if we could use Pro on laptops via VPN. Could Pro be enhanced so that network calls are reduced, making Pro/VPN feasible?
... View more
04-08-2024
03:04 PM
|
17
|
7
|
6656
|
|
POST
|
This is just a heads up to anyone using linear referencing Route Event Layers in ArcGIS Pro 2.9.12. We found Route Event Layers to be extremely slow in 2.9.12 for no apparent reason (file geodatabase and Oracle 18c 10.7.1 EGDB). We don’t have this issue in ArcGIS Pro 2.6.8 or ArcMap 10.7.1. Opening an existing Project with Route Event Layers takes 10 minutes. Creating a new layer using Make Route Event Layer takes 3.5 minutes. Changing the symbology of a Route Event Layer takes 1.5 minutes. Removing the geoprocessing history from the FC metadata (in the geodatabase, not the Project) did improve performance significantly. https://community.esri.com/t5/arcgis-pro-ideas/gp-tool-to-clear-geoprocessing-history-from/idc-p/1399897/highlight/true#M29075 But unfortunately, it’s still not fast enough, not even when using data created from scratch for testing purposes. It takes 15 seconds just to change the color of lines in a Route Event Layer, which is painful. Especially when that was instantaneous in ArcMap and near-instantaneous in 2.6.8. I don’t know if this issue has been fixed in modern versions of Pro like 3.2.2. I don’t have an environment to test in.
... View more
04-08-2024
06:53 AM
|
0
|
4
|
2125
|
|
IDEA
|
Tom Freedman - Working with NULL Much Ado About Nothing https://www.youtube.com/watch?v=ybk3xOyoepY
... View more
04-05-2024
10:12 AM
|
0
|
0
|
2712
|
|
IDEA
|
ArcGIS Pro 3.2.2: When dragging a layer in the Contents Pane: I'm able to scroll up or down by moving/dragging the mouse to the top or bottom of the Contents Pane. That works as expected. However, my intuition is to use the mouse wheel (while dragging) to scroll up or down. But using the mouse wheel has no effect while dragging. Could that functionality be added? Video:
... View more
04-04-2024
11:08 AM
|
1
|
0
|
658
|
|
IDEA
|
ArcGIS Pro 3.2.2: I have multiple maps in a project. I want to open a map by dragging it to the "view" tab section. Video: I'm aware that I can right-click a map in Catalog to open it. But I think dragging and dropping would be a more intuitive option for users who are used to dragging/dropping in ArcGIS Pro. Could that functionality be added? Related: Open .MAPX file by dragging from File Explorer into map or Contents
... View more
04-04-2024
10:39 AM
|
1
|
0
|
650
|
|
IDEA
|
Geoprocessing is relatively slow in ArcGIS Pro. For example, creating a linear referencing Route Event Layer was instantaneous in ArcMap using the UI dialog (raw ArcObjects/C++?), but the Make Route Event Layer geoprocessing tool takes 10 seconds to run in both ArcMap and ArcGIS Pro 3.2.2. Other UI-like geoprocessing tools are relatively slow too. Same with analytical and data management geoprocessing tools. It's my limited understanding that a lot of geoprocessing tools are Python under the covers. Python is notoriously slow compared to most other programming languages. Modular's Mojo language is an up-and-coming superset of Python. It honours Python syntax but is orders of magnitude faster than Python. When Mojo eventually becomes stable/when the kinks are worked out, could Esri consider replacing Python in ArcGIS Pro with Mojo? Is Mojo (a superset of Python) on ESRI’s radar? How Mojo🔥 gets a 35,000x speedup over Python – Part 1 Mojo 🔥 — the programming language for all AI developers
... View more
04-04-2024
10:09 AM
|
2
|
1
|
1093
|
|
IDEA
|
@SSWoodward Yes, that's right. Thanks. A different option from putting the table name in brackets might be: to add an additional column to the Source tab: NAME/ALIAS TABLE TAME ---------- ---------- route event layer alias INFRASTR.LC_EVENTS
... View more
04-04-2024
09:15 AM
|
0
|
0
|
1048
|
|
IDEA
|
ArcGIS Pro 2.9.12; Oracle 18c 10.7.1 EGDB: I have a linear referencing Route Event Layer in the Contents pane. I've given the layer an alias (in the feature layer, not in the geodatabase): "route event layer alias". In the Contents pane —> List Data By Source tab, the layer's alias is shown, which I think is expected. Bud_0-1712246472449.png Idea: After the layer name/alias, show the layer's table name in brackets: route event layer alias (INFRASTR.LC_EVENTS) That would allow me to easily see what the underlying data source is for each layer without going into the layer Properties —> Source.
... View more
04-04-2024
09:05 AM
|
2
|
3
|
1064
|
|
IDEA
|
@BlakeTerhune is the setting in the first link for the Project/APRX geoprocessing history or the geodatabase/FC/metadata geoprocessing history? @DrewFlater might find this interesting.
... View more
04-03-2024
06:20 PM
|
0
|
0
|
1033
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-20-2026 02:12 PM | |
| 1 | 03-19-2026 11:42 AM | |
| 1 | 06-03-2026 04:02 AM | |
| 1 | 03-18-2026 07:08 PM | |
| 2 | 07-08-2026 01:29 PM |