bokeh / bokeh-notebooks

Interactive Web Plotting with Bokeh in IPython notebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WMTSTileSource import error

DWSimmons opened this issue · comments

Cell 2 has
from bokeh.tile_providers import WMTSTileSource which returns
ImportError: cannot import name 'WMTSTileSource

I believe the WMTSTileSource it's looking for
class WMTSTileSource(MercatorTileSource): is at
https://github.com/bokeh/bokeh/blob/359a9fa8e2cb0406bd06b57e233b221cb916fae8/bokeh/models/tiles.py#L95

That's correct, at some point tile_providers.py was refined to only expose pre-configured sources such as carto and stamen. A small PR to update the import would be appreciated!

This was fixed

Where was this fixed? I'm stil getting errors

ImportError: cannot import name 'get_provider' from 'bokeh.tile_providers' (unknown location)

@zarifaziz That's not the same error message as above, and respectfully, please don't ask the same thing in multiple project sites simultaneously. It creates unnecessary burden for maintainers. I answered in bokeh/bokeh#9402