search for: mapstraction_marker

Displaying 1 result from an estimated 1 matches for "mapstraction_marker".

2009 Nov 04
0
r53 committed - applied patch from John McKerrell
...es.CloudMade.Web({key: cloudmade_key}); this.maps[api] = new CM.Map(element, cloudmade); this.loaded[api] = true; + + CM.Event.addListener(this.maps[api], ''click'', function(location,marker) { + if ( marker && marker.mapstraction_marker ) { + marker.mapstraction_marker.click.fire(); + } + else if ( location ) { + me.click.fire({''location'': new mxn.LatLonPoint(location.lat(), location.lng())}); + } + + // If the use...