On 26/08/2024 09:49, Heikki Jussila wrote:
> My Windows 11 setup (latest August updates) shows an error - log file
> attached, when I try to use the outdoor or street map layout, but works
> when using satellite view.
I think this is because Windows doesn't use ISO names for locales. The
satellite view isn't labelled, so the language parameter is ignored. On
the others the language is invalid so you get an HTTP 400 error. (I
didn't catch this error in my testing as my Windows VM has WebGL disabled.)
Quick test: in a command window do
python3 -c "import locale; print(locale.getlocale())"
On Linux this gives me ('en_GB', 'UTF-8'). On my Windows 7 VM I get
('English_United Kingdom', '1252').
I'd better do a new release!