-
Notifications
You must be signed in to change notification settings - Fork 19
Linear Line of Sight produces no results if data frame coordinate system is changed in a session #248
Comments
@BobBooth - I seem to be able to reproduce this with some difficulty. It seems to be related to the step of actually changing the projection of the data frame. When this happens, none of the addins seems to be able to add graphics to the graphics container (though all other processing behaves as normal - you just can't see it). Here were my repro steps (10.6.8271):
Update: these steps work as expected on 10.4.1 so seems to be something specific to 10.6 |
@csmoore - thanks for narrowing it down - I confirm that is has to do with changing the data frame projection. I can use the same UTM-projected elevation data and the tool works, if I just add the projected data to the map. |
@csmoore - updated the title. |
This seems to be a GraphicsContainer bug at 10.6. I can reproduce this same issue with the Graphics Container SDK sample :
@lfunkhouser @topowright - can we report this issue? |
Spoke with POC: David B. The feedback I received can be summed up to "Why are you running LOS on the world?". @csmoore @BobBooth We need to test this further to see if what we actually encountered is more of a work-flow issue. The part that does concern me is if bad values are entered, the behavior should not be that you can't do anything else with our tools. Let's touch base on Monday to see if we can get a more detailed workflow, including exact projections used. Also, we need to try to reproduce this on a previous version to see if this has always been an issue or something introduced at this release. |
@ACueva your POC missed the point. |
@ACueva I think the person you spoke with is David Burrows |
The main point we wanted to make to them is that this same issue is present using the SDK sample if we change the map projection - detailed steps with the ArcObjects SDK sample are above |
I am not able to reproduce this issue at 10.6 build 8321. My steps to check this issue is:
|
I would like to run thru this workflow with you @BobBooth and see your workflow as well. Moving this to verify |
@BobBooth I just saw your comments that you cannot replicate this with 10.3.1 and I can no longer replicate this issue with 0.6 build 8321. I think this should be closed. |
@topowright - It is non-repro on 10.3.1, but it is definitely still a problem on 10.6 (just installed 8321, and it is failing in exactly the same way).
|
It is also a issue on 10.5.1. I am going to double check on 10.3.1 |
I have double checked this exact workflow that @BobBooth found in 10.3.1 and it works just fine. Reaching out to the core person who deals with projections was not sure what this issue was. I have sent a issue to the sp-arcmap and I am waiting to see what comes of it. |
@topowright - I added the location of the prebuilt SDK sample/addin to the SDK sample repro steps above |
The good news is the underlying SDK issue seems to be fixed at 10.7.1, so this should now work at that version. The bad news is that I noticed at 10.6.1 that the issue was much worse and showed up even if you opened an .mxd with a reprojected map (before if you saved the mxd and restarted ArcMap things would work) |
Versions are not fully understood on this issue. From the comments in this issue, seems like it was a problem at 10.5.1, 10.6 and 10.6.1. What about 10.7, 10.5, 10.4.1, 10.4? |
If it helps, I know that this was a problem from 10.4.1 to 10.6.1 - the only version I am not sure about is whether it was fixed at 10.7 or 10.7.1 |
update known issue to list what versions it is broken at, then move back to product backlog |
This comment has been minimized.
This comment has been minimized.
@lfunkhouser @csmoore I have tried several times to read and understand the comments on this issue. I feel that this issue has grown too unruly and difficult to easily diagnose and fix the problem. It seems that there was more going on with this issue that the SDK issue that was fixed at 10.7.1 as this problem is still happening. I would like to close this issue in favor #327 |
@dfoll I think it is a problem that was introduced at 10.4, present at 10.5 and 10.6. It worked at 10.3.1, and worked again at 10.7/10.7.1. I don't want to close but rather investigate it as a team. I think the steps to reproduce are clear, the back and forth was just on the versions as I understand it. |
@lfunkhouser sounds good. when we do look at this, i think we are just going to end up closing a few of them at one time as duplicates |
This is a repeat of #327 - #327 issue was updated to cover the additional case mentioned here where Visibility Add Point Tool does not add points after the Coordinate System is changed. The comment here covers the ArcMap versions that the problem is encountered / fixed on: |
Doing checklist testing, I added the released Visibility Add-In (http://appsforms.esri.com/products/download/index.cfm?fuseaction=download.main&downloadid=2015) to the latest ArcMap 10.6 (8319).
I added SRTM 30 m data for the AOI from Military Tools test data. That raster is in GCS_WGS_1984
I attempted to use the Visibility LLOS tool on the data, but got the warning that it was not projected.
I changed the data frame coordinate system to World Mercator (linear units meters) and exported a copy of the raster in that, added it, used it as elevation source.
I can add points, but I do not see them (neither observers nor targets).
I can click OK to run the tool, and the data frame pans, but I see no results.
RLOS does work.
The text was updated successfully, but these errors were encountered: