I've had some serious struggling in DotSpatial Map that were very simple and useful in MapwinGIS.
-
How can I get the current scale of the Map? In Mapwingis I just used "CurrentScale" property.
-
In Mapwingis when I added a tiff image as a layer, coordinates were easting/northing (TM35FIN) automatically. In dotspatial they are pixels of the image itself! For example my tiff is 4000x6000 pixels and when I put my mouse over the upper-right corner of the image and use PixelToProj, the answer is X=4000, Y=6000. How can I convert those into easting/northing??
-
Also how can I get the scalebar of the map, for example as an image?