Skip to content

Military Tools for ArcGIS is a collection of mission-focused enhancements to simplify defense and intelligence workflows in ArcGIS.

License

Notifications You must be signed in to change notification settings

sindizzy/military-tools-desktop-addins

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

military-tools-desktop-addins

Military Tools for ArcGIS is a collection of mission-focused enhancements to simplify defense and intelligence workflows in ArcGIS. The Military Tools for ArcGIS Desktop Add-ins repository combines several related mission-focused ArcGIS addins for defense and intelligence (see Resources section) as a single installable Add-in toolbar for ArcMap and ArcGIS Pro.

screenshot of toolbar

Features

Sections

Requirements

Build Requirements

Run Requirements

  • ArcGIS for Desktop
    • ArcMap 10.3.1+
    • ArcGIS Pro 2.0+

Instructions

Build Instructions

Obtain the Dependent Repositories

{Github Clone Location}
+---military-tools-desktop-addins
+---coordinate-conversion-addin-dotnet
+---distance-direction-addin-dotnet
+---military-symbol-editor-addin-wpf
+---military-tools-geoprocessing-toolbox
+---visibility-addin-dotnet

IMPORTANT NOTE: Because of file name length limitations in Visual Studio, the length of the folder name of {Github Clone Location} should not exceed 80 characters

  • A clone script has been provided to automate the cloning of these repos. To use:
    • Open a Git shell/command prompt
    • cd military-tools-desktop-addins\source\Utilities
    • CloneDependentRepos.bat

Building

  • To Build Using Visual Studio
    • Open and build solution files:
    • {Github Clone Location}\military-tools-desktop-addins\source\MilitaryToolsForArcGISPro\MilitaryToolsForArcGISPro.sln
    • {Github Clone Location}\military-tools-desktop-addins\source\MilitaryToolsForArcMap\MilitaryToolsForArcMap.sln
  • To use MSBuild to build the solution
    • Open a Visual Studio Command Prompt: Start Menu | Visual Studio | Visual Studio Tools | Developer Command Prompt
    • ArcGIS Pro Add-in
      • cd military-tools-desktop-addins\source\MilitaryToolsForArcGISPro
      • msbuild MilitaryToolsForArcGISPro.sln /property:Configuration=Release
    • ArcMap Add-in
      • cd military-tools-desktop-addins\source\MilitaryToolsForArcMap
      • msbuild MilitaryToolsForArcMap.sln /property:Configuration=Release

Running

  • ArcGIS Pro Add-in
    • Double-click to install the build add-in file:
    • military-tools-desktop-addins\source\MilitaryToolsForArcGISPro\bin\Release\MilitaryToolsforArcGISPro.esriAddinX
    • Run ArcGIS Pro and use the tools on the Military Tools tab
  • ArcMap Add-in
    • Double-click to install the build add-in file:
    • military-tools-desktop-addins\source\MilitaryToolsForArcMap\bin\Release\MilitaryToolsforArcMap.esriAddIn
    • Run ArcMap and enable the Military Tools toolbar

More Information

For more information, please consult the wiki or landing page.

Resources

Related repositories:

Issues

Find a bug or want to request a new feature? Please let us know by submitting an issue.

Contributing

Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.

Repository Points of Contact

Repository Owner: Kevin
  • Review/Merge Pull Requests
  • Creates Releases and Tags
  • Manages Milestones
  • Manages and Assigns Issues
Secondary: Lorraine
  • Backup when the Owner is unavailable

Licensing

Copyright 2016-2017 Esri

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

A copy of the license is available in the repository's LICENSE file.

About

Military Tools for ArcGIS is a collection of mission-focused enhancements to simplify defense and intelligence workflows in ArcGIS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 98.1%
  • Batchfile 1.9%