-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* adding pkgdown site * updating readme * updating docs * updating docs again * fixing http to https * adding search to docs * adding raster image size example
- Loading branch information
Showing
39 changed files
with
623 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,46 @@ | ||
# leaflegend 0.4.0 | ||
|
||
* fixes error on makeSizeLegend where fillColor is not evaluated if no argument is provided | ||
|
||
* adding colorValues as an argument to makeSizeLegend so that symbols can be sized and colored on different vectors of data | ||
|
||
* fixes warning on addLegendNumeric where the shape default was a vector not a single value | ||
|
||
* adding number formatting to addSizeLegend | ||
|
||
* adding group layer support for legends. Use addLayersControl to turn on/off | ||
legends | ||
|
||
* added an example to show how to use a raster image with size encodings | ||
|
||
# leaflegend 0.3.0 | ||
|
||
* stroke outlines of shapes are now padded so that the stroke is not cut off | ||
|
||
* numeric legends now have appropriate sizing for text | ||
|
||
* star symbol outline has been fixed | ||
|
||
* new function `makeSizeIcons` as a convenience wrapper size scaled symbols | ||
|
||
# leaflegend 0.2.0 | ||
|
||
* new functions `addLegendSize`, `sizeNumeric`, and `sizeBreaks` were added to allow encoding size on symbols. | ||
|
||
* `addLegendImage` supports multiple height and width paramaters for images where you want different sizes | ||
|
||
* `addLegendImage` now supports using an svg URI from the output of `makeSymbol`. | ||
To supply a custom svg URI, add the 'svgURI' class to the character vector. | ||
|
||
* added more shapes to `makeSymbol`, `addLegendNumeric`, | ||
`addLegendQuantile`, `addLegendFactor`, `addLegendBin` | ||
|
||
* Control the opacity of the legend shapes for `addLegendNumeric`, | ||
`addLegendQuantile`, `addLegendFactor`, `addLegendBin` | ||
|
||
* `makeSymbol` now returns embeddable svg | ||
|
||
# leaflegend 0.1.0 | ||
|
||
* Added a `NEWS.md` file to track changes to the package. | ||
# leaflegend 0.4.0 | ||
|
||
* fixes error on makeSizeLegend where fillColor is not evaluated if no argument is provided | ||
|
||
* adding colorValues as an argument to makeSizeLegend so that symbols can be sized and colored on different vectors of data | ||
|
||
* fixes warning on addLegendNumeric where the shape default was a vector not a single value | ||
|
||
* adding number formatting to addSizeLegend | ||
|
||
* adding group layer support for legends. Use addLayersControl to turn on/off | ||
legends | ||
|
||
* added example for using raster images with size encodings based on data | ||
|
||
|
||
# leaflegend 0.3.0 | ||
|
||
* stroke outlines of shapes are now padded so that the stroke is not cut off | ||
|
||
* numeric legends now have appropriate sizing for text | ||
|
||
* star symbol outline has been fixed | ||
|
||
* new function `makeSizeIcons` as a convenience wrapper size scaled symbols | ||
|
||
# leaflegend 0.2.0 | ||
|
||
* new functions `addLegendSize`, `sizeNumeric`, and `sizeBreaks` were added to allow encoding size on symbols. | ||
|
||
* `addLegendImage` supports multiple height and width paramaters for images where you want different sizes | ||
|
||
* `addLegendImage` now supports using an svg URI from the output of `makeSymbol`. | ||
To supply a custom svg URI, add the 'svgURI' class to the character vector. | ||
|
||
* added more shapes to `makeSymbol`, `addLegendNumeric`, | ||
`addLegendQuantile`, `addLegendFactor`, `addLegendBin` | ||
|
||
* Control the opacity of the legend shapes for `addLegendNumeric`, | ||
`addLegendQuantile`, `addLegendFactor`, `addLegendBin` | ||
|
||
* `makeSymbol` now returns embeddable svg | ||
|
||
# leaflegend 0.1.0 | ||
|
||
* Added a `NEWS.md` file to track changes to the package. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,15 @@ | ||
url: https://leaflegend.roh.engineering | ||
authors: | ||
Thomas Roh: | ||
href: https://roh.engineering/about | ||
template: | ||
params: | ||
bootswatch: readable | ||
url: https://leaflegend.roh.engineering | ||
docsearch: | ||
api_key: 89d2953b5dfa27a60dd7d7bec9e087fa | ||
index_name: roh | ||
opengraph: | ||
twitter: | ||
creator: "@rstatengineer" | ||
card: summary_large_image | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.