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
At the moment, default plotting is using a simple Folium map which has bad performance, and more complex .plot using ipyleaflet is still limiting the maximum number of features:
At the moment, default plotting is using a simple Folium map which has bad performance, and more complex
.plot
using ipyleaflet is still limiting the maximum number of features:https://github.com/satellogic/telluric/blob/master/telluric/collections.py#L179-L183
We have to re-evaluate if this is needed.
Also, mapboxgl-jupyter just released a new version with Choropleth support:
https://github.com/mapbox/mapboxgl-jupyter/releases/tag/0.6.0
It still does not support all geometry types (mapbox/mapboxgl-jupyter#4) but it's in a better shape than two months ago.
The text was updated successfully, but these errors were encountered: