8000 GMapOptions are not dynamically applied · Issue #5592 · bokeh/bokeh · GitHub
[go: up one dir, main page]

Skip to content

GMapOptions are not dynamically applied #5592

@pzwang

Description

@pzwang

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0