Skip to main content

All Questions

0 votes
1 answer
257 views

Leaflet - How to match marker and polyline on drag and drop #2 (delete the last marker and polyline with button click)

I stuck again. Putting the markers and connecting them is working. Thanks to "Falke Design" :-) Now I would like to remove the last marker (Waypoint), when I click on the "Delete last ...
Andras Steger's user avatar
0 votes
1 answer
2k views

Leaflet - How to match marker and polyline on drag and drop (new markers and lines with mouse click)

Issue: Putting the markes by click on a map and drag them along a polyline, like a ribbon is not working. I have a project similar to this: Leaflet - How to match marker and polyline on drag and drop ...
Andras Steger's user avatar
1 vote
0 answers
419 views

Leaflet: Hide polyline behind transparent part of a marker

I am working on an app for pilots to plan their track. I would like to have this kind of marker as a turning point. These markers should be connected by a polyline. I would like to hide the polyline ...
Andrej S's user avatar
0 votes
1 answer
3k views

Leaflet Delete polyline between 2 markers

How I can delete the polyline line between 2 specific marker. I have many polyline connected with many marker . But i want to delete any sspecific line on double click . How Can I do that ? I am ...
upendra's user avatar
  • 339
7 votes
1 answer
6k views

Leaflet - How to match marker and polyline on drag and drop

I have a project with leafletJS. For example, I have 2 points (A, B) in map. I display it as 2 Markers I must draw a polyline from A to B. I moved marker A and I want to the head of polyline of marker ...
Truong Mai's user avatar
0 votes
1 answer
2k views

Connect 2 or more markers in the leaflet with coordinates from GeoJSON

I have to draw a line between 2 or more points (markers). The coordinates are in a GeoJSON file (attached). I tried to make an assignment for the properties: these are "node worker" a point of "Master"...
Eugen Steinepress's user avatar