Thanks William. That worked great.

If I have any other questions I'll be sure to include a link to my
site when I get it online.

On Mar 30, 10:50 pm, William <[email protected]> wrote:
> you need to raise a click event on the new polygon overlay, after this
> line
>
> >> gOverlays = mapExtension.addToMap(fset,overlayOptions,null);
>
> // check if any results returned
> if (gOverlays.length > 0) {
> // trigger a click event on the first polygon, at the location clicked
> by the user
>   GEvent.trigger(gOverlays[0][0], "click", parcelQuery.queryGeometry);
>
>
>
> }

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