WEB FNC Map application freezes when running in Chrome or Edge

Attached a test application that demos the problem, which BTW does NOT occur in Firefox or Opera.
When retrieving the coordinates for a marker from a webservice the webpage freezes. No problem occurs when putting a marker on the map with predefined coordinates.

WebMaptest.zip (15.3 KB)

Problem solved!

Added the following code;

var formatSettings: TFormatSettings;

formatSettings.DecimalSeparator := '.'
longitude := StrToFloat(lng, formatSettings)
latitude := StrToFloat(lat, formatSettings)

So probabby has to do with different local settings in the various browsers.

Thank you for notifying the issue was resolved.
We'll investigate if this behavior can be improved in the future.