On Feb 3, 12:20 pm, Andrew Leach <andrew.leac...@googlemail.com>
wrote:

Thanks Andrew.

I am seeing errors in Internet Explorer which I did not see yesterday.

    "Ed" is null or not an object

for both the "ieapi" & "iedebug".  The errors do not occur in
Firefox.  The API has been updated recently.  Yesterday it was
v3.27a.  Today it is v3.28.  I will report it to Ben Appleton.

If the triangle is displaced to the East, it ought to be displaced to
the South by the same amount.

If you are willing to mess with the code a little bit, I have a few
ideas.

Line 1025 looks like the following:

e[i]=(k ? "l" : "m")+" "+((r<<16>>16)+E)+" "+((r>>16)+E);

"E" is a translation factor.  It should be half the height/width of
the tile.  Perhaps VML assumes a different origin than SVG & CANVAS.
Eliminating both of the "+E" in the expression might fix it.  The
shifting is simply to reduce the cache size by half with x & y sharing
the same 32 bit dword.

Lines 1037-1044 look like the following:

o.style.left  ="0px";
o.style.top   ="0px";
o.style.width ="1px";
o.style.height="1px";

o.coordorigin="0 0";
o.coordsize  ="1 1";

The API uses "128" where PolyCluster uses "0" for "left", "top" and
"coordorigin".  Adjusting the values might fix it.

I am a bit embarrassed to have to pester my next door neighbor too
often.  If you can discover the right combination of values, I will
really appreciate it.

Thanks again,

Berry

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to google-maps-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en.

Reply via email to