Route Report

Jorge Blanco 7 years ago

In the route report, the speed in knots is shown, how can it be changed to be shown in Km / h? Using the H02 protocol
B.R.

Anton Tananaev7 years ago

You can change units in user or server settings.

Jorge Blanco 7 years ago

Thank you, when you change in User, report still shown in knots. But when you set km/h in server. Report shown Km/h.
B.R.

Anton Tananaev7 years ago

I suspect that you have a force server settings enabled or something like that.

Jorge Blanco 7 years ago

Yes I suspect that too.
B.R.

Toast7 years ago

In version 3.15 columns for units deleted (user, server).

<dropColumn tableName="servers" columnName="timezone" />
<dropColumn tableName="servers" columnName="speedunit" />
<dropColumn tableName="servers" columnName="distanceunit" />

<dropColumn tableName="users" columnName="timezone" />
<dropColumn tableName="users" columnName="speedunit" />
<dropColumn tableName="users" columnName="distanceunit" />

Where do I set preferences (timezone,speedunit,distanceunit) in the latest version?

Anton Tananaev7 years ago

In attributes.

Toast7 years ago

Thank you for the quick reply.
L.