You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
First of all I would like to thanks you a lot for the great work done with HvPlot and the Holoviz ecosystem: plotting huge data with bokeh, cartopy and data shader has never been so easy.
I've tried to plot a big dataframe having 50 millions of records this way:
The data and coastlines are correctly projected, but not the background image, as you can see in the attached picture.
Is this a bug or did I missed something ?
Thanks a lot for helping !
I would have expected at least a warning in that case, if not an error, because tiles only support a Web Mercator projection. I would have hoped that everything gets forced into Web Mercator, with a warning saying that the projection is being ignored, or else an error saying that tiles cannot be overlaid because the projection is not Web Mercator.
Hi,
First of all I would like to thanks you a lot for the great work done with HvPlot and the Holoviz ecosystem: plotting huge data with bokeh, cartopy and data shader has never been so easy.
I've tried to plot a big dataframe having 50 millions of records this way:
df is the dataframe
The data and coastlines are correctly projected, but not the background image, as you can see in the attached picture.
Is this a bug or did I missed something ?
Thanks a lot for helping !
The text was updated successfully, but these errors were encountered: