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
Mapbox GL JS is an open-source WebGL-based map rendering SDK. It can specifically render much, much larger geojson data than leaflet on the fly because:
It creates vector tiles on the fly from geojson data using geojson-vt
It renders tiles only in the viewport, with automatic simplification based on zoom level, using WebGL instead of HTML canvas elements
Consider switching Leaflet.js to Mapbox GL JS for jupyter-renderers geojson extension to improve the user experience working with larger geojson datasets.
The text was updated successfully, but these errors were encountered:
Great suggestion @ryanbaumann! I submitted a WIP PR. Will need to figure out the Typescript issue and loop in some others to determine whether switching from leaflet to mapbox-gl is the right move 👍
Ref - mapbox/mapboxgl-jupyter#67
Mapbox GL JS is an open-source WebGL-based map rendering SDK. It can specifically render much, much larger geojson data than leaflet on the fly because:
vector tiles
on the fly from geojson data usinggeojson-vt
Consider switching Leaflet.js to Mapbox GL JS for
jupyter-renderers
geojson extension to improve the user experience working with larger geojson datasets.The text was updated successfully, but these errors were encountered: