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
Add an extra layer, in which objects that are connected to objects from drawn layer are put. It should be drawn on top.
There should be a link between objects from drawn and from this extra layer. When a drawn object is removed, "extra" objects that are linked to it, are also removed.
Extra layer is populated by params (aka hooks). There should be a method that returns array of extra objects based on the object (or just one object, which can be L.LayerGroup).
Possible outcome: a direction parameter, which uses PolylineDecorator, a hook for adding km posts, a hook for moving areas byt their center point.
The text was updated successfully, but these errors were encountered:
Add an extra layer, in which objects that are connected to objects from
drawn
layer are put. It should be drawn on top.There should be a link between objects from
drawn
and from this extra layer. When adrawn
object is removed, "extra" objects that are linked to it, are also removed.Extra layer is populated by params (aka hooks). There should be a method that returns array of extra objects based on the object (or just one object, which can be
L.LayerGroup
).Possible outcome: a direction parameter, which uses PolylineDecorator, a hook for adding km posts, a hook for moving areas byt their center point.
The text was updated successfully, but these errors were encountered: