trafficonese / leaflet.extras

Extra functionality for leaflet R package.
https://trafficonese.github.io/leaflet.extras/
GNU General Public License v3.0
211 stars 74 forks source link

Changing white squares at the end of vertex #207

Closed Camil88 closed 2 years ago

Camil88 commented 3 years ago

Hi, I try to change somehow white squares at the end of each vertex (when I draw a polygon). lineCap and lineJoin don't make a job. Honestly, those white squares look terrible. Is there any chance to change those white squares at all? Shape/size/color?

Falke-Design commented 3 years ago

If you mean the squares from Leaflet-Draw look into: https://stackoverflow.com/a/63939495/8283938

Camil88 commented 3 years ago

Thanks, it works fine:)