sfEasyGMapPlugin
sfEasyGMapPlugin copied to clipboard
Floats can be printed with , instead of . with certain locales.
For instance with LC_ALL='fr_FR' a latitude could be printed as "42,01" instead of "42.01". Since , is used to separate function arguments in JavaScript, everything is broken.