Esri / military-tools-geoprocessing-toolbox

military-tools-geoprocessing-toolbox is a collection of models, scripts, and tools for use in ArcGIS for Desktop and ArcGIS Pro. This toolbox is one component that is a part of Military Tools.
Apache License 2.0
33 stars 14 forks source link

Update params in RLOS #336

Closed BobBooth closed 6 years ago

BobBooth commented 6 years ago

Updates params in RLOS from erroneous 'param_3" to correct "param_7"

This changes the param_3s that should be param_7s back.

Description

fixes blunder

Related Issue

https://github.com/Esri/military-tools-geoprocessing-toolbox/issues/334 https://github.com/Esri/military-tools-geoprocessing-toolbox/issues/331

Motivation and Context

Tool did not have correct parameters, failed. ## How Has This Been Tested? Tested locally. Tool has radius of observer parameter and runs, rather than failing. ![image](https://user-images.githubusercontent.com/3801392/41181756-e79fbb0e-6b40-11e8-85d6-3b6c78b60358.png) ## Types of changes

Checklist:

BobBooth commented 6 years ago

@dfoll - this fixes the RLOS issue I found while doing the cucumber test for RLOS.

BobBooth commented 6 years ago

@kgonzago - found another case of this problem, fixed in this PR.

BobBooth commented 6 years ago

Oops, sorry, I usually remember to exclude the GDB changes.

csmoore commented 6 years ago

Closing - change made in #335