I hesitate to bring this up here because this is maybe not a Google Map API V3 problem, but maybe more an ASP problem.
*Please* ignore this if you only want to deal with API V3 issues! Usually all GPS positions have a point (.) as a decimalpoint. But in one occasion my map flips away to Siberia somewhat unexpectedly. In the code you can see that the coordinats have got a comma (,) as decimal point. This is what happens (but only in one specific situation, normally this is no problem): in the ASP part of the code the coordinats are given as: *elseif wKarttyp="sthlm" then* *wPosLat = 59.32564* *wPosLong = 18.07087* *wZoom = 12* that is brought into the code by this: *center: new google.maps.LatLng(<%=wPosLat%>,<%=wPosLong%>),* but when the map is displayed it has changed to this: *center: **new** google.maps.LatLng(**59**,**32564**,**18**,**07087**),* * * * * My question is: Is there any way to force that the coordinats have a point(.) as a decimal point in LatLng()? /LarsM -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
