-
-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Coastline + Rasterize shows blank plot #726
Comments
It's odd, in my experience the issue manifested itself when there was a datashader operation involved on both elements (image and geometry), as reported in #593. |
Finally figured out what is causing this issue, but not sure why. It was introduced in #722 Commenting out https://github.com/holoviz/geoviews/pull/722/files#diff-170766bf0fca811f003fd9c97058f978c51b672af33a49cceab87d3584de2cf5R126-R129 makes it work again With that snippet though, rasterize(obj) * coastline returns empty image Even if I ONLY keep without the unwrap clause, it'd still return an empty image with an overlay def update_frame(self, key, ranges=None, element=None):
super().update_frame(key, ranges, element) Any ideas @hoxbro or @philippjfr? |
Still an issue from #722
The text was updated successfully, but these errors were encountered: