Esri / visibility-addin-dotnet

ArcGIS Add-in provides the capability to quickly do line of sight analyses.
Apache License 2.0
14 stars 19 forks source link

Final delivery for github ticket #341 #342

Closed sumitzarkar closed 4 years ago

sumitzarkar commented 4 years ago

Implemented following points:

  1. ArcMapAddinVisibility project/dll

  2. VisibilityLibrary project/dll

  3. Refactoring the Pro project to remove dependencies on former VisibilityLibrary a. remove view inheritance b. remove no-longer-needed classes (super/abstract classes) c. remove mediator/dispatcher (ex: convert to RelayCommands) d. use Pro styling for Dark Mode support

  4. Localisation

  5. Make necessary changes by removing CoordinateConversionLibrary and replacing with ProCoordinateConversion as done in DistanceAndDirection AddIn.

csmoore commented 4 years ago

Opened alternate PR #343 - so we could just switch the head branch we are merging into (branch: Pro2.6 vs. dev). Feel free to move any discussion to that PR and sorry for any confusion.

csmoore commented 4 years ago

Closing unmerged to merge into different head branch in PR #343