Page 1 of 1

How to change coordformat in xServer.NET Coordinates gadget?

Posted: Tue May 03, 2022 3:01 pm
by Bernd Welter
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...
So simple...

Code: Select all

formsMap1.CoordinateDiplayFormat = CoordinateDiplayFormat.Decimal;
Further info: https://github.com/ptv-logistics/xserve ... aml.cs#L76

Bernd