Releases: Reading-eScience-Centre/leaflet-coverage
Releases · Reading-eScience-Centre/leaflet-coverage
0.8.0
0.7.2
0.7.1
options.color
is nowoptions.defaultColor
in layer classes- in data layers,
options.keys
has been deprecated and replaced byoptions.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
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
withafterAdd
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)