I have to draw Military Tactical Graphics using the ArcGIS API for WPF - has anyone ever done this before, that can give me some guidance on where to start? What map objects to use to draw military graphics? Any help/suggestions would be very much appreciated.
I really don't know, 'cos I started to play with version 2.0. Anyway WebMercator is a class making conversion from/to coords using the Mercator Ortho projection. I guess you should have something equivalent, but why don't step up to version 2.0? Mario
I wanted to thank you for your app I downloaded version 2 & got it working - I am hoping it would give me a good start, in the meanwhile I am trying to take the lowlevel mil classes from that project & bring them over one at a time & then tie it into Esri classes.
Back to my initial question - I was able to capture user points from the Map & now I want to convert them to TacticalGraphics - I see there is a GraphicLayer object is that the layer I should use to add the actual graphic too? What if I want to create multiple layers would that mean a new GraphicLayer each time?