Skip to content

Releases: consbio/Leaflet.HtmlLegend

Bug fix

19 Jul 23:44
Compare
Choose a tag to compare

Throw error if addLegend is called before control is added to the map.

Add support for disabling visibility controls

13 Jul 18:08
Compare
Choose a tag to compare
v0.3.3

Merge branch 'master' of github.com:consbio/Leaflet.HtmlLegend

v0.3.2

30 May 20:20
Compare
Choose a tag to compare

Add removeLegend: this method removes the given entry from an instance

v0.3.1

30 May 01:51
Compare
Choose a tag to compare

Add support for custom opacity handler

v0.2.3

14 Nov 00:21
Compare
Choose a tag to compare
  • Add addLegend
    • A new method to add legends to existing instances of HtmlLegend

Version 0.2.2

07 Aug 20:26
Compare
Choose a tag to compare

Use this_.map.on() to avoid undefined object error

Version 0.2.1

26 Jul 20:38
Compare
Choose a tag to compare
  • Add collapsedOnInit to options
    • A new option that allows users to initialize an instance in expanded or collapsed mode.