Speedlimt Knots to MPH

Thatguy 6 months ago

Morning All,

I have an issue whereby my speedlimit are in the default knots in the pop up and reports as per below.

Screenshot 2026-01-28 104217.jpg

I have made my own query using overpass turbo which does return the correct parameters as per below.

Screenshot 2026-01-28 104343.jpg

So what am I missing? looking at the configuration I couldn't see a global parameter that I could add to my configuration file that would resolve this, I have had a look at server attributes and can only see speed limit as a number and nothing under account attributes, I have my account preferences marked as speed unit mph.

My other idea was a computed attribute and assign that to all devices using the below.

speedLimit ? Math.round(speedLimit * 1.15078) : null

Kind Regards

Anton Tananaev 6 months ago
Thatguy 6 months ago

Hi Anton,

Excellent - thank you, I take it this will be available in the next release? I know my technical abilities and changing code is not one of them :) so happy to wait, as a work around do you think my computed attribute above would work and do you envisage any issues as a temporary measure?

Kind Regards

Anton Tananaev 6 months ago

Yes, it will be in the next release. Using computed attributes to change the value will cause issues with actual speeding events, if you use them.

Thatguy 5 months ago

Good Morning Anton - following my upgrade to 6.12.2 I still seem to be having the issue that the speed limit is shown in knots and not MPH.

Screenshot 2026-03-09 051946.jpg

Screenshot 2026-03-09 052019.jpg

any ideas on this please?

Kind Regards

Anton Tananaev 5 months ago
Thatguy 2 months ago

Hi Anton,

Sorry to revive an old thread but I am now using 6.14.2 and still appear to be having the issue where it appears in knots, any ideas please?

Screenshot 2026-06-05 082028.jpg

Kind Regards

Anton Tananaev 2 months ago

Are you sure you updated your web app? What version do you see in preferences?

Thatguy 2 months ago

Hi Anton,

It shows 6.14.2

Screenshot 2026-06-05 143655.jpg

Kind Regards

Anton Tananaev 2 months ago
Thatguy 2 months ago

I will await the next release as I am not that confident with Java :) - I know we have only recently released 6.14.2 but do you know roughly when it is expected?

Kind Regards

Anton Tananaev 2 months ago

The release is already out - 6.14.4.

Thatguy 2 months ago

That was quick - I will complete the upgrade early next week.

Have a good weekend.