It is difficult to do with tiled polys. Each tile may contain
multiple polys. Each poly may be partially resident in multiple
tiles. For CANVAS, it means completely rebuilding every tile
containing a piece of the poly. For SVG & VML, individual polys can
have color changes applied but it still involves multiple tiles.
It can be done by inserting / removing extra shapes for the "rollover"
element in the existing tile structure. Unfortunately, CANVAS uses a
different coloring algorithm than SVG & VML.
--
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 google-map...@googlegroups.com.
To unsubscribe from this group, send email to google-maps-js-a...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
This is huge. Thanks Luke
On Apr 26, 2010 6:20 PM, "Luke Mahé" <lu...@google.com> wrote:
Hi Richard,Polygon's now support mouse events, please read the reference (http://code.google.com/apis/maps/documentation/v3/reference.html#Polygon) for more information.
- Luke
On Sun, Apr 25, 2010 at 2:09 PM, Richard <ric...@korebrits.nl> wrote:
>
> Any updates on this?
> ...
--
You received this message because you are subscribed to the Google Groups "Google Maps JavaScrip...