rtklibexplorer / RTKLIB

A version of RTKLIB optimized for low cost GNSS receivers, especially u-blox receivers. It is based on RTKLIB 2.4.3 and is kept reasonably closely synced to that branch. This software is provided “AS IS” without any warranties of any kind so please be careful, especially if using it in any kind of real-time application.
http://rtkexplorer.com/
Other
603 stars 236 forks source link

rtkpost_qt demo5 b34j decimalPoint problem for base station coordinates #396

Closed qgis2000 closed 1 week ago

qgis2000 commented 1 week ago

I have an operating system where decimal point is a comma. All numbers in Options... are displayed with a comma. When I enter the Base Station X/Y/Z-ECEF m coordinates with a comma, no calculations are performed. Calculations are performed when I enter these coordinates with a dot as decimal point.

JensReimann commented 1 week ago

The input for the base station position has an own-written logic for validating the input. It is not localization aware (like decimal separator). I hope I can fix it in the next release.

JensReimann commented 1 week ago

Can you please test the latest version?

qgis2000 commented 1 week ago

Ok. All numbers in Options... are displayed with a comma and calculations are performed.