Skip to content

Releases: tomroh/leaflegend

v1.2.0

10 Jan 18:04
fd76450
Compare
Choose a tag to compare
  • addLegendNumeric gains labelStyle argument and significant improvements
    to the layout that will handle larger font sizes and long text widths.

  • added stacked argument to addLegendSize to allow size legends that are
    more compact when symbols are overlayed. See examples in ?addLegendSize.

  • groups can now have underscores in their name for show/hide functionality.

  • added between argument to addLegendBin and addLegendQuantile so that
    users can change the dash.

  • fixed issue where addSymbols and addSymbolsSize only worked when
    directly specifying lat and lng. These now work for sf objects.

  • added dashArray argument for symbols functions. The main purpose is to
    allow dashed line encodings, but all symbols can have dashed outer lines.

v1.1.1

21 Aug 13:32
f22bda5
Compare
Choose a tag to compare
Merge pull request #72 from tomroh/v1.1.1

v1.0.0

09 Aug 14:51
a5d3d77
Compare
Choose a tag to compare
Merge pull request #58 from tomroh/devel

v0.6.1

04 Jun 16:42
Compare
Choose a tag to compare

v0.6.0

29 Jan 01:04
55994ec
Compare
Choose a tag to compare
Merge pull request #48 from tomroh/devel

Version 0.6.0

v0.5.0

29 Oct 15:41
d81c6ee
Compare
Choose a tag to compare
  • updated example in README

  • adding addLegendAwesomeIcon function to produce legends with markers from
    awesome icon libraries

  • adding in line and polygon symbol and adding symbols to the README

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

23 Jul 13:34
90c19c6
Compare
Choose a tag to compare
adding pkgdown site (#29)

* adding pkgdown site

* updating readme

* updating docs

* updating docs again

* fixing http to https

* adding search to docs

* adding raster image size example