Dave
Dave
> I do notice it works when the knitted HTML is not self-contained. Is this related to what you're asking for in #236 ?
How do you knit so the html is not self-contained?
ah yes - of course.
Can you try ```r remotes::install_github("SymbolixAU/googleway") ``` And see if it works from here directly? (I may not have correctly updated the version numbers on github)
For some reason I didn't `@export` the function in the latest version, so you currently have to use `googleway:::update_pano()` - with the 3 `:::`
> is it possible to fill in the "layer_id" parameter of the function add_markers directly from a dataframe, just like "lat" and "lng"? The `layer_id` can only be a single...
nope... I kind of let it slide given the workaround. Have you tried [the proposed solution](https://github.com/SymbolixAU/googleway/issues/211#issuecomment-553096284) ?
I hadn't considered this as an option, but it makes sense to have an `upate_markers()` function as you suggest. And it should be a fairly simple wrapper around `clear_` and...
According to the [documentation](https://developers.google.com/maps/documentation/javascript/maptypes) it looks like it's possible to do, but, I don't think I have any time to try and get this working in the near term.
Hi @Djemay , sorry for the late reply. I've had a quick look but couldn't get it to work straight away, so I can't say if this is possible or...