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
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to