We've fixed this locally, it should go live in 3.1 in a week. Kudos to William for figuring out the bug: VML uses 16-bit arithmetic internally and throws an error if values underflow when quantized.
On 7 Jul 2010 00:39, "nlraley" <[email protected]> wrote: > Any update on this problem yet? Or is there any way I could capture > these error messages and do some of my own error handling so the user > doesn't get bombarded with error messages? I alleviated the replay > errors I was receiving a bit by changing the heading, but panning > around within the panorama with the directional buttons still tosses > up these errors. > > On Jun 24, 3:31 pm, Nathan Raley <[email protected]> wrote: >> Okay, adding the 0.00275 appears to fix the issues with me setting the >> position of the street view manually, but I still am running into the issue >> with the user panning the controls using the navigation controls and >> crossing these points. I don't suppose there's any temp fix to resolve this >> issue? >> >> >> >> On Thu, Jun 24, 2010 at 3:12 PM, Nathan Raley <[email protected]> wrote: >> > I've tried going through and adding 0.00275 if the Heading is 0, currently >> > my headings are whole numbers, and in my main program the errors appear to >> > be rather random and I am getting a lot more errors on the test page. >> >> > One thing I have noticed is that during the "error" locations there is a >> > VERY bad warping of the picture for the street view location of these >> > positions. They are pretty much making a V in these trouble spots. >> >> > The 0.00275 seemed to all of my headings does seem to fix the issues more >> > or less across the board, or at least most of the time. Seems the 0.00275 >> > runs true for the due values such as due north, east, south, and west. >> >> > On Wed, Jun 23, 2010 at 1:04 PM, Nathan Raley <[email protected]> wrote: >> >> >> Just checking back in to see if there is any temporary solution that I can >> >> implement until a fix is found. >> >> >> Thanks >> >> >> On Mon, Jun 21, 2010 at 8:42 AM, Nathan Raley <[email protected] >wrote: >> >> >>> Any updates with this issue yet? I'm just asking b/c I am waiting to >> >>> push out to the new api as soon as this gets resolved or I have some way to >> >>> temporarily patch the problem until it is fixed. >> >> >>> On Fri, Jun 18, 2010 at 8:05 AM, Nathan Raley <[email protected] >wrote: >> >> >>>> Thanks for the update guys. >> >> >>>> On Thu, Jun 17, 2010 at 8:35 PM, Luke Mahé <[email protected]> wrote: >> >> >>>>> Hey guys, >> >> >>>>> We're looking into this. >> >> >>>>> Thanks >> >> >>>>> -- Luke >> >> >>>>> On Fri, Jun 18, 2010 at 10:06 AM, William <[email protected] >wrote: >> >> >>>>>> On Jun 18, 8:03 am, William <[email protected]> wrote: >> >>>>>> > If the error is related to the heading being nearly exactly north/ >> >>>>>> > south/east/west, then maybe you could have a workaround to slightly >> >>>>>> > adjust the heading to avoid these angles? >> >> >>>>>> to illustrate this method, here's a map with the IE8 error >> >>>>>>http://www.william-map.com/20100616/2/map.htm >> >> >>>>>> here's a map with a heading of 0.00275 (which has error) >> >>>>>>http://www.william-map.com/20100616/2/map_00275.htm >> >> >>>>>> here's a map with a heading of 0.00276 (which is OK) >> >>>>>>http://www.william-map.com/20100616/2/map_00276.htm >> >> >>>>>> so it appears that angles > 0.00275 degrees are OK, approximately >> >>>>>> 1/360 of a degree. >> >> >>>>>> -- >> >>>>>> 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]<google-maps-js-api-v3%[email protected]><google-maps-js-api-v3%2B [email protected]> >> >>>>>> . >> >>>>>> For more options, visit this group at >> >>>>>>http://groups.google.com/group/google-maps-js-api-v3?hl=en. >> >> >>>>> -- >> >>>>> 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]<google-maps-js-api-v3%[email protected]><google-maps-js-api-v3%2B [email protected]> >> >>>>> . >> >>>>> For more options, visit this group at >> >>>>>http://groups.google.com/group/google-maps-js-api-v3?hl=en. > > -- > 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]<google-maps-js-api-v3%[email protected]> . > For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en. > -- 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.
