I'm trying to convert between WSG84 and ED50 (non-UTM) using C# and DotSpatial.Projections but I get in output the same value as the input. using DotSpatial.Projections; using System; using ...
I need to add personalized interactive objects over the map. I need to add those object in the same way that a PointLayer is added by just clicking over the map. That object needs to be able to be ...