I wonder if visitors could test on there computers with various browsers if the heatmap appears. To test visit TMS Web Project
I have tested various browsers on my iphone and ipad (even Firefox), but without a positive result. It's rather puzzling.
In which place in your code are you adding the heatmap in the test project? Can you please ensure this happens after the map has been fully initialized? You can use the OnMapInitialized event to check this.
If the problem persists, please provide full source for your test project so I can further investigate this.
The call for the heatmap was put in the Form OnShow event. This is now changed to the OnMapInitialized event. Still the problem persist.
Here is the download link to the test application: https://www.synbiosys.alterra.nl/downloads/TestProject.zip
Yes, I cleared the browser cache, but without possible result. I also tested on computers of some of my colleagues and in some case heat maps appears in Chrome, whereas in other cases it did not. Firefox is never a problem, including my own computer.
The test project is working as expected in Chrome as well.
I'm not sure what is going wrong as we are unable to reproduce an issue here.
Can you please provide more information about the environment where the test project is not working?
Which version of Windows, Delphi, TMS WEB Core, Chrome are you using?
Do you see any JavaScript errors in the browser console?
Can you add Markers and/or Polylines on the map without problems?
Can you check if the coordinates are correctly added to the heatmap when stepping through your code?
The issue is most likely related to your browser locale configuration.
In your code the DecimalSeparator is already assigned, but the ThousandSeparator is not.
Can you please add this in your code as well and try again?