Open jaredlander opened 4 years ago
This is currently not possible because the upstream dependency doesn't handle MULTIPOLYGON
s. 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.
This is the upstream PR https://github.com/robertleeplummerjr/Leaflet.glify/pull/66
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()
supportsMULTIPOLYGON
s so it would be nice ifleafgl::addGlPolygons()
did too. It's my goal to completely replace{leaflet}
functions with{leafgl}
functions.