Trying to make an Wpf Application using ArcGIS for WPF running against Funbeat API to view tracks that I made. Building the application on Microsoft Prism, made a MapModule and a PersonModule and added to two regions in the app.
A Custom Graphics Layer was made that accesses the tracks through the Funbeat APIs. The project uses MVVM Views and ViewModels to separate the GUI from the model. The Xaml files are only using databinding to show the data.
6 comments:
I am working on project with ArcGIS for WPF and Prism. So I was wondering if some code is available as starting point.
Thanks in advance
Virk
Yes, I can take a look and see if I can publish the code or parts of the code in some way. There is a good blog post series on Silverlight and ArcGIS here USE OF PRISM AND MVVM IN ARCGIS SILVERLIGHT APPLICATIONS. PART I the concept in WPF is quite similar.
See this blog post http://www.mathiaswestin.net/2011/09/how-to-set-up-arcgis-for-wpf-with-prism.html and I've shared the code as well, see: https://code.google.com/p/arcgis-samples/
code.google.com is going to be shutdown by google. So I moved the repository to github.com https://github.com/MathiasWestin/arcgis-samples
Post a Comment