On Wed, Apr 16, 2008 at 11:01:58AM -0400, Mike Quentel wrote:
> For now, it looks like this:
>
> function mousedown(evt) {
> alert(marker.lonlat);
> }
>
> Not sure how to pass the specifically bound marker object to the
> function.
Don't use 'marker'. Use 'this'.
Regards,
--
Christopher Schmidt
MetaCarta