I want to be able to keep a sidebar in synch with icons display, so an
add/remove-layer event looks like that would work well.
On 3/8/12, Volker Mische <volker.mische at gmail.com> wrote:
> Soon you will be able to add listeners as a hash:
>
> map.bind({
> addlayer: function() {},
> removelayer: function() {}
> });
>