leafgl
leafgl copied to clipboard
R package for fast web gl rendering for leaflet
I want to overlay an already visible Polyline with another one, with a different popup. Interestingly that does not work if the data is part of the already visible layer....
Kia ora I've been testing whether we can use leafgl to report on river water quality data for New Zealand. From my testing, I've discovered that leafgl seems to work...
Hi y'all, Currently reworking a map I made that's going to have at least ~50k points in total, with the potential for more layers. Right now, I'm trying to evaluate...
I am trying to make a shiny app where the user uses a slider input to create n leaflet maps. Then on these maps clickable polygons are displayed, when the...
Hello I have a shapefile of blocks geography of cook county and trying to plot them on leaflet map. When I cast multipolygons to to polygons using this command ```...
WegGL points are awesome! Thanks for this amazing functionality. I noticed some strange behavior in flexdashboard today. Upon load, points are invisible until we pan or zoom. [See this SO...
Hi, First of all, thank you for this great package ! I want to use `leafgl` to display a large shapefile (~35000 polygons) in Shiny. The user can choose a...
I've seen this issue on the original leaflet.glify, but I'm not sure how to implement it: https://github.com/robertleeplummerjr/Leaflet.glify/issues/14 cheers!
I dont think this is really a `leafgl` error and more a bug of the underlying JS-libraries (webshot, html2canvas, FileSaver?) but taking a screenshot of a map with `leafgl` data...
Since Leaflet.glify switched to Typescript, popups were throwing errors with the current method. I managed to get it working, but I dont really understand what or where the problem was....