Skip to content

Releases: nagix/mapbox-gl-rain-layer

v0.7.0

19 Oct 11:57
81053c6
Compare
Choose a tag to compare

Bugs Fixed

  • Fix eslint error

Enhancements

  • Turn off the visibility of mesh boxes if the mesh opacity is 0

v0.6.0

28 Jul 09:39
4aae7f6
Compare
Choose a tag to compare

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

10 Feb 04:39
edb5fe9
Compare
Choose a tag to compare

Enhancements

  • Adjust rain density (#17)
  • Support displaying snow (#18)

v0.4.0

17 Sep 16:55
c4f6986
Compare
Choose a tag to compare

Enhancements

  • Replace InterleavedBufferAttribute with InstancedBufferAttribute (#14)
  • Add repaint constructor option (#15)

v0.3.0

24 Aug 09:32
177e11e
Compare
Choose a tag to compare

Enhancements

  • Add setRainColor and setMeshOpacity methods (#11)

Documentation

  • Add map style menu and color/opacity selector to demo page (#12)

v0.2.0

21 Aug 15:00
335baea
Compare
Choose a tag to compare

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

19 Aug 11:02
163f996
Compare
Choose a tag to compare

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

18 Aug 15:13
c245cb5
Compare
Choose a tag to compare

Bugs Fixed

  • Fix runtime error in Safari (#1)

v0.1.0

18 Aug 15:10
Compare
Choose a tag to compare
  • Initial release