Skip to main content

All Questions

Tagged with
0 votes
0 answers
135 views

Create a wider selection area to select the lines on react-leaflet map

Having difficulty in selecting the lines on react-leaflet map, so I have followed the below solutions, https://gis.stackexchange.com/questions/466747/create-wider-selection-area-to-select-lines-on-...
Kishor's user avatar
  • 200
0 votes
0 answers
961 views

How to use Leaflet.Draw to add and save polylines and reuse in code?

how can i use Leaflet.Draw just for add Polylines and save them in in js code. I just want to use Leaflet.Draw cause i dont know my coordinates on my map. And i would add over 100 Polylines. I want to ...
ckxx's user avatar
  • 1
1 vote
0 answers
987 views

Adding custom vertices to a Leftlet LineString / Polyline

I have a normal Leaflet Draw page here, when I'm not in editing mode I would like to have custom vertex icon in some of the vertices that will also respond to click events, showing a popup. I looked ...
NickPR's user avatar
  • 574