What do you guys think about adding support for controls just like we do with childLayers?
The idea is to have a controls array in MapView. Adding an instance of EmberLeaflet.Control to this array should add the control to the map.
Would it be worth it? Not quite sure about the benefits of this, but I think it would make easier to integrate some controls logic with ember objects and application in general.
This is somewhat related with #47.
What do you guys think about adding support for controls just like we do with childLayers?
The idea is to have a controls array in
MapView
. Adding an instance ofEmberLeaflet.Control
to this array should add the control to the map.Would it be worth it? Not quite sure about the benefits of this, but I think it would make easier to integrate some controls logic with ember objects and application in general.