leafgl icon indicating copy to clipboard operation
leafgl copied to clipboard

Support for MULTIPOLYGON

Open jaredlander opened this issue 5 years ago • 3 comments

This is not a bug, but a feature request, and unfortunately I offer nothing in the way of a solution, just the ask.

leaflet::addPolygons() supports MULTIPOLYGONs so it would be nice if leafgl::addGlPolygons() did too. It's my goal to completely replace {leaflet} functions with {leafgl} functions.

jaredlander avatar May 21 '20 16:05 jaredlander

This is currently not possible because the upstream dependency doesn't handle MULTIPOLYGONs. But I think there are efforts to support them. I will support them here as soon as the upstream repo has support for them.

tim-salabim avatar May 22 '20 10:05 tim-salabim

Good to know, thanks.

jaredlander avatar May 22 '20 12:05 jaredlander