Skip to content

v0.7.0

Compare
Choose a tag to compare
@j08lue j08lue released this 01 Jul 09:52

We added support for custom color maps and fixes to the raster driver and the MySQL database driver

Changes

  • You can now conveniently include your custom color maps in an EXTRA_CMAP_FOLDER of your choosing, thanks to @dionhaefner
  • Rasters with existing alpha bands now just work (#176) fixed by @dionhaefner
  • /colormap response changed: JSON key is called rgba instead of rgb and contains 4 values.

Bug fixes

Other

  • Docs now rst-magically build the color map visualizations and got rid of their Matplotlib dependency, by @dionhaefner