Releases: jmboehm/KeplerGL.jl
Releases · jmboehm/KeplerGL.jl
v0.1.0
KeplerGL v0.1.0
- This release splits the package into KeplerGLBase, which contains the map loading and creation code, and KeplerGL, which is a frontend that renders and exports maps using Blink. The separation means that other packages can use KeplerGLBase without the heavier Blink dependency.
Merged pull requests:
- split KeplerGLBase (#10) (@hhaensel)
- shift mapbox token again (#11) (@hhaensel)
- Fix tests, docs (#13) (@jmboehm)
Closed issues:
- Register 0.0.3 (#6)
v0.0.3
KeplerGL v0.0.3
- Fixed a bug where the width/height of the exported image was not respected.
Merged pull requests:
Closed issues:
- Register 0.0.2 (#4)
v0.0.2
KeplerGL v0.0.2
- Fixed a bug where the size of the
IOBuffer
to write the CSV file was too small (most likely to affect polygon layers)
Merged pull requests:
Closed issues:
- Register 0.0.1 (#1)