Dave

Results 263 comments of Dave

from `?update_polylines` > Designed to be used in a shiny application. Is your example part of a shiny app?

I'm also getting this issue with [mapdeck](http://github.com/symbolixau/mapdeck), and setting ``` .mapdeckmap.recalculating { --shiny-fade-opacity: 1; } ``` is working as an interim solution

I don't get this 'fade' you're seeing. ![Screenshot 2024-11-26 at 8 07 07 AM](https://github.com/user-attachments/assets/80d1b24f-0735-4a08-aa9b-4340bc056b80) what browser are you using, and are there any errors in its console?

> 'mapdeckmap recalculating' what / where is this class?

ok I think you've found [this issue](https://github.com/rstudio/shiny/issues/4116#issuecomment-2390275403) in the latest version of `shiny` I _think_ you can put the temporary fix in the `ui` ```r ui = fluidPage( title =...

I'm not that familiar with `leaflet` or what you're trying to achieve, but given your other comment in #365 perhaps `mapdeck::update_style()` is useful for you?

requires another update of BH first - https://github.com/eddelbuettel/bh/issues/105 temporary patch in https://github.com/SymbolixAU/googlePolylines/pull/55

> Do you know if this is by design No idea I'm afraid. Can you share an example of what you're trying to do please?

in theory you can specify an [DOM](https://developers.google.com/maps/documentation/javascript/infowindows#add) inside the info window and it will work. Here's a minimal example, with the code taken from [this SO answer](https://stackoverflow.com/a/12705250/4002530) Note that the...