On node creation there are errors "The specified number is invalid" (5 times), and higlited fields "coordinates" and "bounds".

Field type is "GMaps Point".

CommentFileSizeAuthor
screen.jpg43.74 KBvatavale

Comments

vatavale’s picture

ok. the problem is gone if to replace points with commas (manually). It should be connected with locale preferences of Russia or may be russian windows?

xmarket’s picture

The project uses a custom geocoder client implementation which forces the results to be in English (with dot as decimal separator) for address translation purposes, but your server locale is set to Russian (with comma as decimal separator), so this causes the error on php level.

vatavale’s picture

and?... is any solutions? BTW node that saved with manualy seted dots do not show map position on view.

xmarket’s picture

Does the Format Number API module enabled? (If yes, you must use the separators configured there.)

vatavale’s picture

Aha! Exactly! Format Number API module is enabled. And i will try to change it propreties.