Closed odix67 closed 9 years ago
Currently not easy.
If we had a MultiPolyline implementation, you would only need to extend it and override newLayer
to create L.geodesic
layer.
You best bet currently is to subclass EmberLeaflet.Layer
, implement newLayer
and create it yourself.
ok, thanks for the tip
Hi,
is there a possibility to use a MultiPolyLine derived plugin, like Leaflet.Geodesic with EmberLeaflet ?
BR odi