Esri / coordinate-conversion-addin-dotnet

Addin for ArcMap and Pro for convenient coordinate conversion in Desktop.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coordinate conversion does not handle out of bounds clicks like DD in Pro

BobBooth opened this issue · comments

If you are adding coordinates interactively by clicking, and you click outside of the map extent, a point is added. Should handle this the way we do with DD, pop up a "Point is out of bounds" message.
See: Esri/distance-direction-addin-dotnet#634
Currently the addin lets you zoom out and clicks out of bounds, which causes an ugly exception message to popup when you export the points to feature class.
image

This does not happen in ArcMap (10.3.1) with the released (2.4.0.25) CC addin.

Pro 2.3 Coordinate Conversion 4.2.0.25 (Released)

Testing with ...\Solutions\DefenseSolutions\CoordinateConversion\Testing\CTLocalGovTeam-dev\89

ArcGIS Pro 2.2

  1. Click a point out of bounds.
  2. "Point is out of bounds" warning message is displayed. No point is placed.

ArcMap 10.3.1

  1. Click a point out of bounds.
  2. "Point is out of bounds" warning message is displayed. No point is placed.

Doc updates can be found here:

NOTE: Changes to the What's New page and CC homepage were done in this PR they will be available after the 1500 (pdt) build happens
NOTE: the code in the MT build will not match the doc. The reason for this is the code in the CC repo has not been merged to the dev branch, the build script for MT calls the dev branch of CC. The link to the MT .zip is provided only so that we can confirm that pdf is updated. If you want to check the code against the documentation you should use the CC .zip file

TODO:

  • check the doc -- and remove G- QC (Doc) label
  • add correct closing labels to issue (then move to Done column)
  • Update required for Jenkins/build to build to folder ArcMap 10.4.1-10.7.1
  • Update required for Jenkins/build to build to folder ArcGIS Pro 2.2-2.4

CC home page

  • Requirements: Update Software ArcMap 10.4.1 - 10.7.1
  • What you get: Update Folder for ArcMap to 10.4.1 - 10.7.1
  • What's new: June 2019: Update to include Support for ArcGIS Pro 2.4, ArcMap 10.7 - 10.7.1

CC Release notes

  • Update version supported to ArcMap 10.4.1 - 10.7.1

MT Release notes

  • Update version supported to ArcMap 10.4.1 - 10.7.1
  • Update version supported to ArcGIS Pro 2.2 - 2.4

What's New

  • Under Military tools for ArcGIS

    • Support for ArcGIS Pro 2.4
    • Support for ArcMap 10.7 - 10.71
  • Under Coordinate Conversion

    • Support for ArcMap 10.7 - 10.7.1