For some time now I’ve been trying to use the NuGet library Mapsui to create a WPF application with some GIS capabilities.. Mapsui link
The instruction are very clear and simple to get a basic app running that will open up OpenStreepMap and allow you to zoom and pan.
Beyond that (say loading SHP files, adding points etc), the documentation just stops (at least in a language I can understand) and you are referred to the sample projects.
The problem is, the sample projects have several dependency projects which refer to dozens of classes with no order I can fathom. When I try and copy all the projects over in the list of dependencies that are required, they fail to build due to more missing references, packages or something else?
Sometimes I figure out that it’s a missing class maybe, but copying that them over just introduces more missing reference warnings.
Am I missing a simple trick to incorporate the sample projects?
Any help, tips or advice would be much appreciated.
The instruction are very clear and simple to get a basic app running that will open up OpenStreepMap and allow you to zoom and pan.
Beyond that (say loading SHP files, adding points etc), the documentation just stops (at least in a language I can understand) and you are referred to the sample projects.
The problem is, the sample projects have several dependency projects which refer to dozens of classes with no order I can fathom. When I try and copy all the projects over in the list of dependencies that are required, they fail to build due to more missing references, packages or something else?
Sometimes I figure out that it’s a missing class maybe, but copying that them over just introduces more missing reference warnings.
Am I missing a simple trick to incorporate the sample projects?
Any help, tips or advice would be much appreciated.