I always wondered but never asked: how to change the coordinate format in the xServer.Net Coordinates gadget on the bottom of the control? By default we use GeoMinSec - but todays state-of-the-art is Geodecimal...
			
				
			
 
			-  So simple...
 		
		
		
		
			 
Code: Select all
formsMap1.CoordinateDiplayFormat = CoordinateDiplayFormat.Decimal;
Further info: 
https://github.com/ptv-logistics/xserve ... aml.cs#L76
Bernd