On Jan 7, 2:10 pm, bratliff <[email protected]> wrote:
> On Jan 7, 4:31 pm, sandy037 <[email protected]> wrote:
>
> > > PolyCluster uses CANVAS to render polys.  CANVAS does not support
> > > mouse events natively.
>
> > I have seen events for mousedown or mouseup but no click event. Is
> > there a work around for the click event?
>
> > > If you keep your file sizes similar, your performance will be
> > > similar.  Unless you have a clean way to separate your polys by school
> > > district or neighborhood or precinct, I would chop your files to
> > > correspond to map tiles rather than in concentric circles.
>
> > This option sounds good.
>
> OOPS - the obvious choice is by zip code - sorry

I am planning to divide the lines by tiles (at higher zoom levels in
order to make less number of polylines per tile) and group them into a
set. Then I want to render these lines when the user sees those tiles
in the viewport by listening to map 'idle' event or 'dragend' event or
when user finishes zooming.

Do you think this is feasible? I want to use the normal API to render
100 lines because the polys do not contain more than 2-4 points.

-- 
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.

Reply via email to