Releases: nagix/mapbox-gl-rain-layer
Releases · nagix/mapbox-gl-rain-layer
v0.7.0
Bugs Fixed
Enhancements
- Turn off the visibility of mesh boxes if the mesh opacity is 0
v0.6.0
Bugs Fixed
- Fix the no callback function error that occurs on Mapbox v3
Enhancements
- Add support for the
slot
constructor option
Documentation
- Upgrade the example supporting Mapbox v3
v0.5.0
Enhancements
- Adjust rain density (#17)
- Support displaying snow (#18)
v0.4.0
Enhancements
- Replace
InterleavedBufferAttribute
with InstancedBufferAttribute
(#14)
- Add
repaint
constructor option (#15)
v0.3.0
Enhancements
- Add
setRainColor
and setMeshOpacity
methods (#11)
Documentation
- Add map style menu and color/opacity selector to demo page (#12)
v0.2.0
Enhancements
- Add support for
minzoom
and maxzoom
constructor options (#7)
- Add support for
meshOpacity
constructor option (#8)
- Add support for
rainColor
constructor option (#9)
v0.1.2
Bugs Fixed
- Add extra clean up steps when layer is removed (#4)
Enhancements
- Reduce size of arrays for radar data (#5)
Documentation
- Change title of demo page and initial zoom and pitch (#3)
v0.1.1
Bugs Fixed
- Fix runtime error in Safari (#1)