Setting tiles with projection results in blank plot
Open
api: geo
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 124
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 1
Description
```python
import hvplot.xarray
import xarray as xr
import cartopy.crs as ccrs
import geoviews as gv
ds = xr.tutorial.load_dataset("air_temperature").isel(time=slice(0, 100))
gv.tile_sources.CartoDark() * ds.hvplot("lon", "lat", crs=ccrs.PlateCarree(), projection=ccrs.GOOGLE_MERCATOR)
```
Tried switching the ordering to no avail
Removing crs/projection shows a map, although not correctly projected
Using the latest main of hvplot and geoviews
Contributor guide
Assessment
This issue has not been assessed yet.