I've created a diagram with initial positions, then ran the 'Geo - Partial Overlapping Links' algorithm. So far everything is fine and nothing has taken any significant time to process but when I try to stop editing diagram and save my edits that processing icon just rotates endlessly until I close ArcMap rather than wait for it to respond.
The only difference I can think of between this and other schematic diagrams I've created is that this one is created data using a database connection rather than a file geodatabase.
Fortunately, it looks like the changes I've made ARE getting saved, but it still requires me to kill the program - reopen it - and unlock my diagram each time I make changes. What is causing this issue?
Hi David
What is the version of ArcGIS for Desktop you are working with? How many schematic features do you have in your diagrams? What is your database platform (Oracle? SQL Server?)
ArcGIS 10.2
53 links and 79 nodes (created from node reduction on about 3000 line features)
Oracle
I've been running some tests to narrow down what's causing the issue and as far as I can tell it has something to do with using a different Coordinate System in Schematic than what the source data uses.
Basically, my source data is in WGS84 but I need to convert it State Plane in order to use the schematic algorithms properly.
Why do you have to convert to state plane? You should try to keep the schematic dataset and feature classes in the same coordinate system. This can be done by exposing the schematic feature classes in catalog (right-click the schematic dataset and choose the show/hide schematic classes option). Then you can go to those feature class properties and adjust.
The algorithms use the coordinate systems native units and separating line with 'Partial Overlapping Links' algorithm with Decimal Degrees will create different results dependent on if these lines are moving north-south or east-west and also dependent on what part of the country they are in.
Could you please try to apply the Force Directed algorithm on your diagram and save the layout? What's happen in this case when saving?
When using the Force Directed algorithm I get a similar situation, except after killing Arcmap and reopening it, only the new Link positions get saved. The Nodes remain in their old positions, so even weirder.