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?

leaflet multi polylines

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

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -