How to change coordformat in xServer.NET Coordinates gadget?

Within this forum we want to offer discussions all around our .NET based Map control including all .Net-language specific questions concerning calls of the xServer-API. Attention: xServer-relevant concepts can be found in further forums such as xRoute or xTour.
Post Reply
User avatar
Bernd Welter
Site Admin
Posts: 2564
Joined: Mon Apr 14, 2014 10:28 am
Contact:

How to change coordformat in xServer.NET Coordinates gadget?

Post 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
Bernd Welter
Technical Partner Manager Developer Components
PTV Logistics - Germany

Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning... :twisted:
Post Reply