leafgl
leafgl copied to clipboard
Support for MULTIPOLYGON
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.
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.
Good to know, thanks.