Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GMapOptions are not dynamically applied #5592

Closed
pzwang opened this issue Dec 20, 2016 · 1 comment · Fixed by #5693
Closed

GMapOptions are not dynamically applied #5592

pzwang opened this issue Dec 20, 2016 · 1 comment · Fixed by #5693

Comments

@pzwang
Copy link

pzwang commented Dec 20, 2016

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 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).

@bryevdv
Copy link
Member

bryevdv commented Jan 10, 2017

@pzwang Do you have a test code handy?

@bryevdv bryevdv self-assigned this Jan 19, 2017
@bryevdv bryevdv mentioned this issue Jan 28, 2017
1 task
@bryevdv bryevdv closed this as completed Jan 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants