Esri / coordinate-conversion-addin-dotnet

Addin for ArcMap and Pro for convenient coordinate conversion in Desktop.
Apache License 2.0
45 stars 20 forks source link

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

Closed BobBooth closed 5 years ago

BobBooth commented 5 years ago

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: https://github.com/Esri/distance-direction-addin-dotnet/issues/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)

dfoll commented 5 years ago

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

  3. Click a point out of bounds.
  4. "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

dfoll commented 5 years ago

TODO:

lfunkhouser commented 5 years ago

CC Release notes

MT Release notes

What's New

dfoll commented 5 years ago