I'm using ArcMap 10.4. Pulling all the files I was using into a feature dataset in a file geodatabase solved the problem for me.
This was also the solution for us, thanks!!! We have SQL 2008 R2 and ArcGIS 10.3.1. I did just loke Kevin mentioned, copied and pasted the feature classes into the same dataset, and changed the keyword to SDEBINARY. Then I deleted the old feature classes, renamed the new ones. I also used the batch create spatial indexes since those were gone, but the attribute indexes copied over fine.
I also noticed that this improved the performance when SELECTING features, especially annotation.
David
Dear Angela,
I also face with this problem when editing with snapping enable. if we use snapping window can help but really not convenience to work because whenever edit each layer have reset up snapping window.
Do esri help with this issue?
thanks,
Snapping problems with 10.2.2 also, especially after getting a new computer with Windows 8.1 upgrade. So to summarize:
No joined tables
No reprojected layers
No large data sets (too many vertices)
Not too many layers
Tweek your SQL spatial types
Work in a clean MXD
Build spatial indexes
Work from shape files or file geodatabases.
WOW! Seems simple enough. Just change your entire workflow.
I know, cynical.
A coworker is experiencing the same issues with snapping. It's not everyday, it does not occur at a specific point in her editing, workflow or methods. But when it does happen it is VERY time consuming. It has never happened to myself unless I turn on my Address Points file, that is short lived though. We all connect to same server and have our own PGB versions.
In using parcel editing every day we rely on snapping for virtually every move. We don't use the parcel editing tools specifically. We use our standard construction tools for line, polygon, etc and draw them based on surveyor entries on their plats, maps and surveys. So if there is a starting point from an intersection we begin by snapping there and use the Traverse tool to run the bearings, distances and see if it closes.
Any help would be great.
Bud
I too have encountered this issues.
I also noticed that when adding certain layers to TOC snapping fails also.
... it sucks.
Snapping does not work for me either. I am on 10.2.2.
I am having same issues, if I have a layer with a table join, snapping does not work, but once join is removed it works fine.Very annoying to have to add and remove constantly.
I am also seeing issues with snapping to any layer that is joined to a table in ArcMap 10.2. Removing the join makes snapping to that layer work again, and adding a join to any layer disables snapping to that layer.
Just installed 10.2 and I am experiencing snapping problems also. Snapping works fine unless I try to snap to a layer that is joined to a table. Is anyone experiencing the same problem? Is there a solution besides 'unjoining' the table?
This might help others using MSSQL 2008. (Our problems revolved around very slow snapping, measure tool and any queries)The SQL Spatial types have impaired our performance greatly. When running the same problematic features as SDEBinary, in the same Dataset, our performance issues are gone. Is this a fix for all using MSSQL 2008? I can't say that for sure, but it definitely has made a big difference on our data.If you are running a similar setup. Simply copy and paste a feature into the same Dataset, and change the keyword to SDEBinary. If you don't see SDEBinary, you may be setup where the Binary option is your default. You could check DBTune to see the default "GEOMETRY_STORAGE", ours is set to "GEOMETRY".Good luck.
I think it has something to do with SDE's and not the vertices count, because I can export the Streets feature to Shapefile, and it works perfectly.
>Is this performance bottleneck related to issue NIM069319 fixed with SP3?No, that was a separate issue. The recent performance change was made to 10.1 only.>At what point is the feature loading algorithm called/started?Snapping is evaluated every time you move the mouse with a tool that has snapping enabled. This includes most of the editor tools and some outside such as the measure tool. Features are loaded as needed by the snapping environment. There's a bit more info in the developer help.>Does the feature loading algorithm load features into the snapping cache for only the layers visible in the table of contents, or visible and non-visible alike, or those layers in the editable workspace, or some combination thereof?All visible layers in the TOC that make sense (eg. not raster, annotation etc) are snapping candidates. Since its layer based it will also respect definition queries, scale thresholds etc.>Does the feature loading algorithm load features into the snapping cache for the entire layer, or just what is inside the visible extent, or some combination thereof?Features near the mouse location are loaded. Keep in mind a feature can extend way off the visible extent and this is one of the performance hits that we improved. Large complex features are the main problem here.>Does the feature loading algorithm take advantage of field indexing?It takes advantage of the spatial index and the arcmap feature cache if they are present. Performance improvements will vary here.
I talked to tech support and they had me make a new mxd and import my layerfiles from my old (10 or 9.3.1) mxd into the new 10.1 mxd. This fixed all of my snapping problems. Also, they made me aware of a current 10.1 bug that changes your map's coordinate system after you add in certain basemaps (mine was when I added in Bing Aerial basemap). so check your maps coordinate system and make sure it is the same as your data. This will cause your snapping to be slow or unusable also.
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.