I create in the user map one point at (for example) 44.123456 , 9.123456 but gmap save in location table 44.000000 , 9.000000 !!!

Seems that cuts decimals

Comments

davidesv’s picture

If in phpMyAdmin I modify lat/long the map is correct but if I go to my map and save it (without modifications) the decimals are trimmed!!!

davidesv’s picture

In mysql user/data the data are correct:

:"gmap_location_latitude";s:17:"41.89001042401827";s:23
:"gmap_location_longitude";s:17:"12.49420166015625";s:21
:"gmap_location_address";s:0:"";}

but in location are trimmed 41.000000 - 12.000000

why ????

davidesv’s picture

any news ?

Thanks

bdragon’s picture

Status: Active » Closed (won't fix)

I don't know what's happening...
Spent a few minutes making a best effort at figuring this out, but the only thing I could find was a mysql bug that's probabaly unrelated... http://bugs.mysql.com/bug.php?id=17043

bdragon’s picture