Hello, my name is Mario and I''m new to Mapstraction (and to Javascript
too).
I''d like to know how can I remove a listener previously added with the
method addEventListener. I found nothing on the documention so I coded a
removeEventListener method. If you think it will be useful I can post it (but as
i said I''m a newbie to both Javascript and Mapstraction so it can be
ful of errors :) )
Another question is about polylines. Is there a way to remove a polyline with
the method removePolyline if it was previously added with
addPolyline(polyline,true) ?
The problem lies in the boolean parameter : if it is true the polyline object is
not added to polylines array so the remove method won''t delete
anything.
Thank you for your attention,
regards,
Mario Latronico