Speedlimt Knots to MPH

Thatguy 2 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 2 months ago
Thatguy 2 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 2 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 22 days 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 22 days ago