trafficonese
trafficonese
With this commit https://github.com/trafficonese/leaflet.extras/commit/921ec6960a7ffa0c910f443682793b595ec6deb7 you can now pass `groupsCollapsed` to `groupedLayersControlOptions`. > A logical, character string, or character vector: > TRUE: Collapses all groups. > FALSE (default): No groups are...
If https://github.com/robertleeplummerjr/Leaflet.glify/pull/153 gets merged the `clearGlLayers` and `clearGlGroup` dont need `arr.splice(i, 1); `anymore
I updated Leaflet.Glify to 3.3.0 and used the new `hoverOff` function to remove the tooltip and expose the `MAPID_glify_mouseout `Shiny event. The new version should fix #93 and fix #49...
Here's an example Shiny-App with some street data of Vienna. You can see that the click events (leaflet and leafgl) dont return the same thing and Glify is way off...
The PR https://github.com/robertleeplummerjr/Leaflet.glify/pull/157 should fix the click/hover on Lines.
Yes this will currently break things, as it includes the new Leaflet.Glify version. You would have to also inlcude https://github.com/robertleeplummerjr/Leaflet.glify/pull/157, since it fixes the hover and click events. With 157...
https://github.com/robertleeplummerjr/Leaflet.glify/pull/157 got merged. So I think we could include the new version in this PR and test again.
Yes, more or less: - Glify supports now multi-polygons/lines - Mouse-Events for Lines are more accurate - Accept Colors as Hexstrings and I think the layers are redrawn on zoom...
@Robinlovelace Yes, please feel free to install the PR and test it. I will also have a look at it over the weekend, but I think it should be ready...
I am not sure if I had already included the latest Leaflet.Glify version, So i added it again. I tried to use multipolygons and multilines. They do appear but there...