I have updated:

    http://www.polyarc.us/polycluster.js

but I cannot test it for several hours.  It is too early to awaken my
next door neighbor.

I have compared the DOM structure produced by PolyCluster against the
DOM structure produced by the API.  The two are almost identical.
PolyCluster moves the origin to the top left corner of the tile.  The
API moves the origin to the center of the tile.  It ought to have no
impact.

The API has dropped the redundant "shape" element.  PolyCluster has
also.  Both the "fill" element & the "stroke" element are children of
the same "shape" element.  Previously, each had a different parent.

I have added a couple of trivial tests:

For the API:

    http://www.polyarc.us/polycluster/ieapi.html

For PolyCluster:

    http://www.polyarc.us/polycluster/iedebug.html

The "Examine" button will display the DOM structure.  The two appear
almost identical for Internet Explorer.  For Firefox, the API uses SVG
and PolyCluster uses CANVAS.  SVG is clickable.  CANVAS has fewer DOM
elements for less bulk dragging and panning and zooming.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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-api?hl=en.

Reply via email to