Update stamen maps #638
Annotations
2 errors and 1 warning
examples/user_guide/Working_with_Bokeh.ipynb#L1
/Users/runner/work/geoviews/geoviews/examples/user_guide/Working_with_Bokeh.ipynb
nbclient.exceptions.CellExecutionError: An error occurred while executing the following cell:
------------------
import geoviews.tile_sources as gts
gv.Layout([ts.relabel(name) for name, ts in gts.tile_sources.items()]).opts(
'WMTS', xaxis=None, yaxis=None, width=225, height=225).cols(4)
------------------
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
Cell In[2], line 3
1 import geoviews.tile_sources as gts
----> 3 gv.Layout([ts.relabel(name) for name, ts in gts.tile_sources.items()]).opts(
4 'WMTS', xaxis=None, yaxis=None, width=225, height=225).cols(4)
Cell In[2], line 3, in <listcomp>(.0)
1 import geoviews.tile_sources as gts
----> 3 gv.Layout([ts.relabel(name) for name, ts in gts.tile_sources.items()]).opts(
4 'WMTS', xaxis=None, yaxis=None, width=225, height=225).cols(4)
AttributeError: 'str' object has no attribute 'relabel'
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading