You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The styles attribute of map_options is particularly important, because it's quite conceivable that users will want to dynamically change the visual appearance of the map (or turn on/off certain map features via styling).
The text was updated successfully, but these errors were encountered:
Any changes to GMapOptions (such as the map style) are only picked up at creation/initialization time, and subsequent changes are not picked up by BokehJS. In https://github.com/bokeh/bokeh/blob/master/bokehjs/src/coffee/models/plots/gmap_plot_canvas.coffee, we will need to add a handler that listens for changes to the GMapOptions and applies them.
The
styles
attribute ofmap_options
is particularly important, because it's quite conceivable that users will want to dynamically change the visual appearance of the map (or turn on/off certain map features via styling).The text was updated successfully, but these errors were encountered: