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 add-ins for defense and intelligence (see Resources section) as a single installable add-in toolbar for ArcMap and ArcGIS Pro.
military-tools-geoprocessing-toolbox.pyproj
you should install the Python Tools for Visual Studio (PTVS) Extension when prompted. This project or extension is not required to build the addins.Clone this repository
Clone each of the following component repositories to the same folder location
Your local folder structure should now look like:
{Github Clone Location}
+---military-tools-desktop-addins
+---coordinate-conversion-addin-dotnet
+---distance-direction-addin-dotnet
+---military-symbology
+---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
cd military-tools-desktop-addins\source\Utilities
CloneDependentRepos.bat
{Github Clone Location}\military-tools-desktop-addins\source\MilitaryToolsForArcGISPro\MilitaryToolsForArcGISPro.sln
{Github Clone Location}\military-tools-desktop-addins\source\MilitaryToolsForArcMap\MilitaryToolsForArcMap.sln
cd military-tools-desktop-addins\source\MilitaryToolsForArcGISPro
msbuild MilitaryToolsForArcGISPro.sln /property:Configuration=Release
cd military-tools-desktop-addins\source\MilitaryToolsForArcMap
msbuild MilitaryToolsForArcMap.sln /property:Configuration=Release
military-tools-desktop-addins\source\MilitaryToolsForArcGISPro\bin\Release\MilitaryToolsforArcGISPro.esriAddinX
military-tools-desktop-addins\source\MilitaryToolsForArcMap\bin\Release\MilitaryToolsforArcMap.esriAddIn
For more information, please consult the wiki or landing page.
Find a bug or want to request a new feature? Please let us know by submitting an issue.
Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.
Contact the Military Tools team
Copyright 2018 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.txt file.