Dave
Dave
Thanks for the PR - I think it looks good; will give it a full test later today (Australian time)
does this have anything to do with the _locale_ setting of your R sesion? what does `sessionInfo()` give?
I've just made a prototype on branch `issue242` where you can specify the `min_zoom` and `max_zoom` arguments. Could you test this and let me know if it works for you?...
yes that is possible - sorry I've been off work the last few days so haven't got to this. I've just pushed a commit to branch `issue242` with code that...
> Unfortunately i can't make changes to branch 242 If you need / want to make changes you can clone the repo, make changes and make a pull-request back into...
Could you expand a little on what this request is please; I don't quite understand what you're asking. Is your `replace_api_key()` function a proposed function for `googleway`? And how will...
One solution I often use: If you're hosting the reports on your own server you can 'white list' that server in the API console, so that your key only works...
it certainly [looks possible](https://developers.google.com/maps/documentation/javascript/drawinglayer). If you're happy to have a go at implementing a PR then the `add_drawing()` function call needs to accept the various `storke_`, `fill_` etc. arguments. Then...
@kaheil the immediate solution I think is to set `add_markers(, ... , focus_layer = TRUE)`. Using `focus_layer` will re-center the map to only what's included in the data for this...
Thanks for the question. And the answer is straight forward: You simply need to observe the `_polygoncomplete` shiny method. Here's a minimal example. After drawing the polygon you'll see the...