Yevgeniy Astakhov
-
11/11/2013 8:59:09 AM
Googlemap coordinates return zero for non-english culture
Hello,
I'v got trouble with displaying GoogleMap webpart on the page with non-english culture (nl-NL).
Some float values with fraction part are assigned to Latitude and Longitude properties. When I try to read this properties, I obtain 0.0 value. As a result, Javascript code is generated:
" ... google.maps.LatLng(0, 0)" - someware in Gulf of Guinea.
There is no problem with float values with zero fractional part or if I set Culture to "en".
Is there any workaround for this trouble? Thanks.
|