mapbox / mapboxgl-jupyter

Use Mapbox GL JS to visualize data in a Python Jupyter notebook
MIT License
661 stars 136 forks source link

Reference GeoJSON objects in memory #170

Closed akacarlyann closed 4 years ago

akacarlyann commented 4 years ago

Updates docs and example notebooks to load geojson Feature Collections in-memory, in place of the local file references. Closes #165.

ryanbaumann commented 4 years ago

Thanks @akacarlyann !