How to change coordformat in xServer.NET Coordinates gadget?
Posted: Tue May 03, 2022 3:01 pm
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...
Further info: https://github.com/ptv-logistics/xserve ... aml.cs#L76
Bernd
Code: Select all
formsMap1.CoordinateDiplayFormat = CoordinateDiplayFormat.Decimal;
Bernd