Leaflet / Leaflet.draw

Vector drawing and editing plugin for Leaflet
https://leaflet.github.io/Leaflet.draw/docs/leaflet-draw-latest.html
MIT License
1.96k stars 992 forks source link

Edit.Poly middle marker custom icon #1046

Open josebui opened 2 years ago

josebui commented 2 years ago

How to reproduce

Right now there is now way to customize the icon for middle markers, just for markers in general, this is important for the users so that it can be even clearer the intent of middle markers.

Middle Marker creation: https://github.com/Leaflet/Leaflet.draw/blob/65d7866b14e926b72465d0077809683a77344019/src/edit/handler/Edit.Poly.js#L415

Marker creation: https://github.com/Leaflet/Leaflet.draw/blob/65d7866b14e926b72465d0077809683a77344019/src/edit/handler/Edit.Poly.js#L236

What behaviour I'm expecting and which behaviour I'm seeing

I would expect an option to define the opacity and icon for middle markers.