Closed lfunkhouser closed 7 years ago
From @kgonzago on December 9, 2016 13:56
@elinz Which version of Pro were you testing with?
fyi @lfunkhouser
From @kgonzago on December 9, 2016 14:35
@jmccausland verified bug exists in Pro 1.3 and fix will be applied.
From @kgonzago on December 9, 2016 15:2
@elinz Can you verify fix on Pro 1.3 when you have a moment?
From @elinz on December 9, 2016 16:15
@kgonzago I build manually fire off Jenkins build and test.
From @elinz on December 9, 2016 17:36
@kgonzago @jmccausland I tested and now the cross hairs are displayed, however, there are a couple of issues:
From @jmccausland on December 9, 2016 17:40
Known issue, the "flash" is a tool overlay and only works when tool is active.
Usually the point graphic displays incorrectly the first time. Another known issue, I believe it to be a core issue and there is no workaround ATM.
From @elinz on December 9, 2016 17:54
If the "flash" only works when the Map Point Tool is active, then I think we have to consider reverting this change so that flash does not work. I think this is going to lead to problems where the user end up capturing incorrect coordinates.
Thoughts from anybody?
From @elinz on December 13, 2016 22:22
@kgonzago @jmccausland No response back to my question above. If the only way to get the "flash" to work in ArcGIS Pro is to make the Map Tool active then we should revert the fix. Having this tool automatically made active is "dangerous". Users will type in a coordinate, hit return, the coordinate is converted, then if they happen to move the mouse over the map display, the output coordinates will automatically update (because the tool was made active without user action) based on the position of the cursor. The user may not notice this and copy the output coordinates which they thought were based on the coordinates they typed in and they would be copying the incorrect coordinates.
@kgonzago @jmccausland Can we change the code so that after the user hits enter to display the "flash" on the map we disable the Map Point Tool so that the input coordinate stop changing as the user moves the mouse over the map?
@jmccausland added a fix for this bug. @elinz, ready for testing.
@jmccausland @dhagens I tested in Pro 1.4 with addin built against 1.4 SDK. The flash is working much better and I can see that the Map Point tool is disabled after the flash completes. A couple of things however...
For Coordinate conversion addin, shouldn't all fixes be made to the 1.2 pro branch of the repo, so any fixes will roll forward into the 1.4?
Assigning issue back.
@topowright @lfunkhouser, Can one of you make the call on this? I thought that we were only adding fixes for critical bugs into the 1.2 branch? This is more of an enhancement and not as much a critical bug.
@lfunkhouser @dhagens @topowright I asked the question about 1.2, because there is an Asana PBI for "Coordinate Conversion Add-In Bugs Pro 1.2" that states "We are fixing bugs for Coordinate Conversion at the component level (1.2, 1.3, 1.4)...".
@dhagens @elinz @lfunkhouser @topowright Eric Linz was correct, all bug fixes were supposed to be applied at the earliest (if technically possible) version as was outlined in backlog grooming/planning/and the backlog. Unfortunately, I understand that conflicting guidance was floating around. We have a tight timeline, so to minimize confusion we will be ONLY focusing on 1.4 at this time (and introducing technical debt in the process as we will eventually need to apply bug fixes for the 1.2/1.3 released versions of these add-ins. If there is further confusion please let me know.
Is this fixed in 1.4? If so, can it be verified and closed?
This bug was fixed for the 1.3/1.4 branch and is ready for testing.
@dhagens @nfeuerstein Installed the latest addin built on 1.4 SDK and tested on the latest ArcGIS 1.4 daily build dated 22 Dec 2015 13:27 and the flash is no longer working.
Behavior:
With map zoomed out to global extent (topo basemap in map). I enter 34.737N 116.948W (Los Angeles) in the input textbox and hit return. The coordinate is converted, but no flash and point are displayed on the map.
With map zoomed in to US, where Los Angeles is not within the current map extent, when I enter 34.737N 116.948W, the map does pan to placed Los Angeles roughly in the middle of map, but does not display a flash and point.
In both cases after I enter the coordinate and hit return, the Map Point tool is enabled and shouldn't be. Not sure if there was a change in the latest build of Pro 1.4 or were the changes made to the addin reverted for some reason.
Assigning back to @dhagens
@dhagens I tested on latest add-in build dated 04 Jan 2017 09:09. Entered 45.0N 100.0W.
@elinz, was this in the Pro or ArcMap addin? @jmhauck Do you want to take a look at this since you are working on Coordinate Conversion? @jmccausland added this functionality for the Pro addin I believe. Maybe it just wasn't added to the ArcMap addin or vice versa.
@dhagens I will take a look
@dhagens @jmhauck @jmccausland This issue is with Pro.
documentation is affected by this because it currently mentions the flash upon pressing enter, this will need changed with the issue is not fixed for this release
@jmhauck Installed Pro addin build 09 Jan 2017 16:49 on ArcGIS Pro 1.4 final build and this is still not working.
@lfunkhouser @nfeuerstein @kgonzago @elinz I have looked into this a bit further and I can verify that the fix that @jmhauck made works in the single component add-in, but not in the single Military Tools Add-in. This tells me that this is just a sync issue with Jenkins. @kgonzago please let me know if I can be of any help.
From @elinz on December 8, 2016 16:3
In the ArcMap addin, when you enter coordinates and hit return, a crosshair(?) is flashed on the map display to show you where the entered coordinate is. If the coordinate location is not located in the current extent, the addin pans and centers the coordinate in the map. The ArcGIS Pro addin does none of this.
This is an import function to have, as it helps the user verify that they have entered the expected coordinate.
Expected Behavior
Current Behavior
Possible Solution
Steps to Reproduce (for bugs)
1. 2. 3. 4.
Context
Your Environment
Copied from original issue: Esri/military-tools-for-arcgis#77