You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess I somehow need to get hold of 'control' instance and pass waypoints, right? I will be able to work with it myself, but I just need small hint to get going:
how do I get 'control' instance inside my Routing class?
is extending Layer ok? Or shoud I extend LeafletControl
I have been through other plugins code, but they seem to be much simpler, so I wasn't able to figure it out myself.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to create a plugin for leaflet-routing-machine.
I started with
but I am really clueles about JS, so I need a quick hint, how to this with vaadin:
I guess I somehow need to get hold of 'control' instance and pass waypoints, right? I will be able to work with it myself, but I just need small hint to get going:
Layer
ok? Or shoud I extendLeafletControl
I have been through other plugins code, but they seem to be much simpler, so I wasn't able to figure it out myself.
Thanks!
The text was updated successfully, but these errors were encountered: