javascript - Adding polyines to polylines to create a complex itinerary -
is possible add polylines
existing polylines
using leaflet
without modifying lib? if how should go doing it?
in image above can see 2 polylines seem connected, in reality not. ideal solution point of intersection shared point of both polylines.
i've thoroughly looked through leaflet documentation , existing plugins, , seems functionality not yet exist.
i've thought creating own plugin, how should structure it? thought creating "multiple itinerary handler" handle "connected" polylines. heavy though layers there be?
Comments
Post a Comment