Hi:
I have a GeoTif file and world map in World Mercator projection, I set the map unit to GeographyUnit.Meter, but the map won't be displayed. Further check the mouse move event, the world coordinate of the mouse is in decimal degrees instead of meters. But my program worked very well with World Mercator projection in MapSuite ver 2.0.
Changed my program to use GeographyUnit.DecimalDegree map unit, I could open the sample data which comes with the Map Suite 3.0 trial version.
Also tried to change the map unit to meter in one of the samples in "VB Winforms How Do I Samples", my maps could not be displayed either.
Has anybody tried to use the meter map unit?
Rose