Releases: mapbox/mapboxgl-jupyter
Releases · mapbox/mapboxgl-jupyter
Docs & Bug fixes
- Added markdown documentation. @markmisener
- Increased performance and type-safe export of all Pandas data frame data types to geojson using
df_to_geojson
.
0.1.4
- Fix bug requesting non-Mapbox API url resources
- Fix bug zooming out when clicking on a data point
- Big code refactoring in
viz.py
🙏 @akacarlyann - Byline geojson output for
df_to_geojson
utility function when afilename
is specified. See the latest example at www.mapbox.com/labs/jupyter for an example of how to use this function to make a distributable visualization outside of Jupyter.
0.1.3
update to 0.1.3
0.1.2
- Added support for categorical data in circle visualizations - check out the example #35. Thanks @akacarlyann!
- Upgraded to Mapbox GL JS 0.44, greatly improving zoom performance and removing CSP requirements for
unsafe-eval