SymbolixAU

Results 144 comments of SymbolixAU

I can't run your code, the UI errors with ``` Error in box(width = 12, column(width = 3, selectInput(inputId = "postcodes", : plot.new has not been called yet ```

ah - I spotted the error - `box` is from `shinydashboard`, so you need that library loaded. Can I clarify what your issue is: When you enter a postcode you...

Ok I understand; that's a good question and would be a useful feature, but I'll have to look into it tomorrow (Australian time)

I think as an interim solution you could not use the `google_map_update` and just re-draw the map each time. It will be a bit jerky but might get you a...

I've updated the github version with an `update_pano()` function which I think is along the right lines. You use it like ```r google_map_update( "map", data = pc_data ) %>% clear_bounds()...

@maxlavoie I've made [this suggested](https://github.com/SymbolixAU/googleway/issues/190#issuecomment-457169571) change, so it should be available in the github version now.

cool - I'll close this now as I think it's working as intented.

Can you post the full shiny code please (you can omit the api key)?

Thanks - I can replicate the issue. We are getting a `google is not defined` javascript error. I'll look into it. ![Screen Shot 2019-11-12 at 8 45 08 am](https://user-images.githubusercontent.com/18344164/68623493-c169f980-0528-11ea-86e3-31f5b7dce17e.png)

> "height ='800px'" does look better, but it is not responsive (it does not respond when window is resized). But I'm not seeing this behaviour.