CIO Data

Results 10 comments of CIO Data

I was having the same issue. I have created a reactive called `map_rendered()` that I set to false initially, and have it get set to true when the bounding box...

Are there any updates on image saving? I have recoded an application we host to do all of its mapping in `mapgl`, but I'm not going to be able to...

> Are there any updates on image saving? I have recoded an application we host to do all of its mapping in `mapgl`, but I'm not going to be able...

Just to update, this also works with the `shinyscreenshot` package, but there seems to be a little loss of fidelity (some pixels missing) and it places the image on a...

Probably. They're just using html2canvas. There are a handful of functions like that on GitHub. But the key is the preserveDrawingBuffer so that the graphics layer renders. Sent via the...

As an update, I recently switched to using maplibre instead of Mapbox GL in a dashboard. You have to make a slight change to the way you download static images...

Just as a note (in case you hadn't noticed), `add_reset_control()` does honor `center` and `zoom`. Looking at the [documentation](https://docs.mapbox.com/mapbox-gl-js/api/map/#map#addcontrol), it seems like `bounds` is an alternative that overrides `center` and...

@daattali Would you want to share code and see if I can help diagnose the issue? I've been using `capture()` with `leaflet` in a Shiny app for 2 years and...

It's worth a shot to see what happens. I typically use `ms_simplify()` from the `rmapshaper` package. When I loaded the shapes for Census tracts in Texas and applied this to...

Thanks. The Connecticut one is the most pressing. Changes in Virginia can be worked around in the data, but there is no direct translation of data between old and new...