holoviz / geoviews

Simple, concise geographical visualization in Python
http://geoviews.org
BSD 3-Clause "New" or "Revised" License
578 stars 75 forks source link

extents show in documentation, but doesn't work #500

Open ahuang11 opened 3 years ago

ahuang11 commented 3 years ago
esri_tiles = gv.tile_sources.EsriImagery(extents=(-180, -90, 180, 90))
esri_tiles

ValueError: Unexpected option 'extents' for WMTS type across all extensions. Similar options for current extension ('bokeh') are: ['apply_extents', 'global_extent'].

Parameters of 'WMTS'
====================

Parameters changed from their default values are marked in red.
Soft bound values are marked in cyan.
C/V= Constant/Variable, RO/RW = ReadOnly/ReadWrite, AN=Allow None

Name                       Value                         Type        Bounds   Mode 

cdims                  OrderedDict()                     Dict                 V RW 
crs       <cartopy.crs.Mercator object at 0x7ff...  ClassSelector             V RW 
extents           (None, None, None, None)              Tuple                 V RW 
group                      'WMTS'                       String                V RW 
kdims     [Dimension('Longitude'), Dimension('L...       List        (2, 2)   C RW 
label                        ''                         String                C RW 
layer                        ''                         String                V RW 
vdims                        []                          List      (0, None)  C RW 
tivincent commented 3 years ago

I have the same of problem with the geoviews.feature Thanks !

droumis commented 1 year ago

ayyy same problem here too using GeoViews version 1.9.5