Skip to content

Commit

Permalink
Set TilePlot level to glyph
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Feb 22, 2019
1 parent c427126 commit b79a6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/plotting/bokeh/tiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def _init_glyph(self, plot, mapping, properties):
Returns a Bokeh glyph object.
"""
tile_source = mapping['tile_source']
level = properties.pop('level', 'underlay')
level = properties.pop('level', 'glyph')
renderer = plot.add_tile(tile_source, level=level)
renderer.alpha = properties.get('alpha', 1)

Expand Down

0 comments on commit b79a6ac

Please sign in to comment.