Skip to content

Releases: Reading-eScience-Centre/leaflet-coverage

0.8.0

30 Nov 16:14
Compare
Choose a tag to compare

Improved palette options - can extend min/max or supply custom valueToColor function

0.7.2

27 Oct 14:32
Compare
Choose a tag to compare
  • export more modules to public API (incl. mixin classes and generic dropdown control)

0.7.1

27 Oct 13:30
Compare
Choose a tag to compare
  • options.color is now options.defaultColor in layer classes
  • in data layers, options.keys has been deprecated and replaced by options.parameter
  • fixed handling of default color in point-like layers
  • added cssToRGB function to convert any CSS color to an {r,g,b} object
  • added lots of inline docs

0.7.0 - Leaflet 1.0 release

20 Oct 13:12
Compare
Choose a tag to compare

This release adds support for Leaflet 1.0 in a backwards-incompatible way. If you need to use Leaflet 0.7, then use the last leaflet-coverage 0.6.x release.

API changes:

  • Replaced add with afterAdd event in layers to signal that all data has been loaded in a coverage layer and that controls can now be added (such as legends or axis controls)

0.6.4

20 Sep 10:48
Compare
Choose a tag to compare
  • handle "coordinates" key correctly in newer CovJSON

0.6.3

18 Jul 07:58
Compare
Choose a tag to compare
  • fix covjson namespace URI (http/https switch)

0.6.2

13 Jul 15:43
Compare
Choose a tag to compare
  • bugfixes in plot popups

0.6.1

12 Jul 11:27
Compare
Choose a tag to compare
  • fix handling of raw Domain objects in layer classes

0.6.0

12 Jul 11:11
Compare
Choose a tag to compare
  • added support for coverages with projected CRSs (uses uriproj)
  • small fix in units display

0.5.0

08 Jul 16:17
Compare
Choose a tag to compare
  • CSS styles are not injected automatically anymore
  • new CSS file leaflet-coverage.css has to be included manually