diff --git a/README.md b/README.md index 7e9d9cc..358d707 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,7 @@ NOTE : Currently this uses Runtime for WPF 10.2.3, Updating to ArcGIS SDK for .N This is an Esri ArcGIS for .NET application that can be used for planning military operations. It uses __. Learn more about it [here](http://solutions.arcgis.com/military/templates/military-planner/). -[View live app here](Add App Link here) - -![App](Add Picture Link Here) +![alt text](/data/screenshots/Capture.PNG?raw=true) ## Features * Time enabled layers, grouped by Courses of Action and Phases of the Operation @@ -19,11 +17,13 @@ This is an Esri ArcGIS for .NET application that can be used for planning milita * What You See Is What You Get (WYSIWYG) editing of military symbols and control measures * MIL-STD-2525D compliant symbology -## Instructions (TODO) +## Instructions -1. Download and unzip the .zip file. -2. Web-enable the directory or copy/paste the source to your own .html file. -3. Access the .html page. +1. Download and unzip the .zip file(s). \\disldb\Shared\MilitaryPlanner\application or (https://esri.box.com/s/g6nes1k4xqjwtmgs1kanvr1ayx4m9yfg) +1. Unzip military planner application zip file +2. Unzip arcgisruntime10.2.4 folder so that you end up with ./application/arcgisruntime10.2.4 (same level as MilitaryPlanner.exe file) + 2a. Only need to do this once +3. Run MilitaryPlanner.exe ## Requirements diff --git a/data/screenshots/Capture.PNG b/data/screenshots/Capture.PNG new file mode 100644 index 0000000..0bbcd30 Binary files /dev/null and b/data/screenshots/Capture.PNG differ diff --git a/source/MilitaryPlanner.v11.suo b/source/MilitaryPlanner.v11.suo deleted file mode 100644 index 80a5042..0000000 Binary files a/source/MilitaryPlanner.v11.suo and /dev/null differ diff --git a/source/MilitaryPlanner/ViewModels/MapViewModel.cs b/source/MilitaryPlanner/ViewModels/MapViewModel.cs index f7d23e4..3cfa27b 100644 --- a/source/MilitaryPlanner/ViewModels/MapViewModel.cs +++ b/source/MilitaryPlanner/ViewModels/MapViewModel.cs @@ -33,8 +33,6 @@ private enum EditState }; private Point _lastKnownPoint; - //private double _offsetX = 0.0; - //private double _offsetY = 0.0; private Point _pointOffset = new Point(); private MapView _mapView; private Map _map;