So do I need to add this as a bug report or will the people from Google catch this post and start investigating?
On Wed, Jun 16, 2010 at 8:11 AM, Nathan Raley <[email protected]> wrote: > What I find odd is that this works fine in Chrome and Firefox, but seems > specific for IE. Passing across the south point as well appears to kick up > this error from time to time as well, so it's not just for due north. > However, if you pan around to change the angle ever so slightly it works > fine. If you look at the other crossroad I mention due north works but due > south doesn't. > > On Wed, Jun 16, 2010 at 2:52 AM, Ben Appleton <[email protected]> wrote: > >> Floating point can represent numbers smaller than 1e-16, but cannot >> represent relative differences of this size such as 1 - 1e-16. Such >> differences are likely to occur for 'skew' matrices, since vml is likely to >> internally compute values such as b * x + f * y where x and y may be 1 for >> example. That should just work though, as it should be possible to use a >> skew matrix with b=1 and f=0 or vice versa. >> >> On 16 Jun 2010 17:35, "William" <[email protected]> wrote: >> >> On Jun 16, 4:57 pm, Ben Appleton <[email protected]> wrote: >> > >> > What was the value of e? >> > >> e = 0.317, so this makes (e*f) less than 1e-16 (and less than 2^-53 >> which is the limit for double precision mantissa) and maybe this is >> zero if just the mantissa is shown? I understand what you are saying >> now, underflow is when a small number gets rounded to zero. >> >> -- >> >> You received this message because you are subscribed to the Google Groups >> "Google Maps JavaScript AP... >> >> -- >> 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.
