-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Description
Hello,
I am trying to build interactive bokeh plots using overlayed Google Maps. I am hoping to have similar functionality to regular bokeh plots, being able to call them multiple times in a notebook without issue. However, for Google Maps this doesn't yet seem to be the case. Exactly the first time I call exactly the first map in the following gist the map loads and works. All other maps display first my overlaid points, then pure whiteness.
This is in Bokeh 0.12.0
https://gist.github.com/cenveoanalyst/8931355cd8ee7466808e0cc452666246
The issue tracker isn't the place for general support. For questions and
technical assistance, come ask the Bokeh mailing list or join the chat on Gitter.
For defects or deficiencies, please provide:
- Description of expected behavior and the observed behavior
- Self-contained example code that generates the issue (if possible)
- Stack traceback and/or browser developer tools console output
- Software version information output by
bokeh infocommand
For desired features, please provide:
- Description of the desired feature