Kyle Walker
Kyle Walker
We ended up doing some edits that introduced a bunch of merge conflicts, so I ended up handling separately to streamline. I do appreciate the contribution though!
here's an example using Mapbox: https://walker-data.com/mapboxapi/articles/dynamic-maps.html#styling-vector-tiles-with-mapbox-gl-js-and-mapgl It's the `hover_options` argument that isn't working in MapLibre for vector sources, as it needs to target a source layer which it isn't currently...
@cboettig dynamic tooltips are now possible! We do this by implementing the `concat` expression in Mapbox / MapLibre with a new `concat()` function: ```r library(mapgl) maplibre(bounds = nc) |> add_source("nc",...
Thank you so much! pygris is due for an update and this is very helpful.
This would be interesting to consider. Those types of maps are available in deck.gl, which is not part of Mapbox GL JS or MapLibre GL JS by default. So we'd...
Arc visualization support may be coming soon to Mapbox, which means we'll be able to support it here. See: https://github.com/mapbox/mapbox-gl-js/issues/3993#issuecomment-2533717645
This is excellent @e-kotov!
I think this may now be fixed in my latest PR? Would you mind giving it a try?
Hmm. Unfortunately, I can't reproduce this - I'm not seeing memory grow indefinitely even when I stress-test it.
I've pushed a temporary fix here that allows `set_filter()` to be used on a regular map object (within or outside of Shiny). So an app developer can hard-code the initial...