mapgl
mapgl copied to clipboard
R interface to Mapbox GL JS v3 and Maplibre GL JS
Now that we have pmtiles support in MapLibre, #36 is relevant (the second part of the issue) as I only enabled hover options for tiles coming from Mapbox. I tried...
Requesting some other new features that seem implementable in maplibre/mapbox js gl! - Synced maps! To parallel implementation for leaflet in, i.e., `leafsync::sync`. - Add button to save static image...
Hi Kyle, I am really enjoying your 3 part workshop on mapgl! I am trying to utilize the package for Machine Learning predicted points of marine plastic off of windward...
Similar to #49; figure out how to fix
I believe the extra arguments which are added on line 27 of sources.R are not being added to the addSource function call on the javascript side.
At the moment, Quarto can't accommodate JS libraries served over a CDN because it expects a local resource path. Follow up on options for Mapbox GL JS re: licensing and...
if one of the values in the column is NA... no circles are rendered good behaviour could be to have a na.rm type argument, if TRUE, dont render NA circles,...
There are a couple problem that I've identified in `add_image_source()` Here is an example using a sample of data that I'm working with: ``` test_data
If columns in a given sf object are very high-precision (it seems, more than 10 digits after the decimal place), this can cause tile rendering to fail. I should have...
I'd like to request that the `beforeMap` and `afterMap` variables be exposed in the respective `X_compare.js`, I imagine in a similar way to the `getMap` function in [`mapboxgl.js`](https://github.com/walkerke/mapgl/blob/main/inst/htmlwidgets/mapboxgl.js#L2182-L2184) and [`maplibregl.js`](https://github.com/walkerke/mapgl/blob/main/inst/htmlwidgets/maplibregl.js#L2190-L2192)....