Skip to content

Commit

Permalink
bump version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Appelhans committed Sep 16, 2023
1 parent 7ee4092 commit e01a5dd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 35 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: leafem
Title: 'leaflet' Extensions for 'mapview'
Version: 0.2.0.9021
Version: 0.2.1
Authors@R:
c(person(given = "Tim",
family = "Appelhans",
Expand Down
15 changes: 1 addition & 14 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
leafem 0.2.0.9021 (2023-03-26)
leafem 0.2.1 (2023-09-16)

features and improvements

* new suite of functions to add PMTiles served from S3 bucket.
* addFgb() now responds to click, mouseover & mouseout in shiny (thanks to @dfriend21). #64

bug fixes

documentation etc

miscellaneous


leafem 0.2.0 (2022-04-16)

features and improvements

* addFGB() now accepts arbitrary labels. #53
Expand All @@ -25,13 +16,10 @@ bug fixes
* fix parsing of negative coordinates in clip2sfc(). @famuvie #45
* remove offending character conversion in addStaticLabels(). @jannes-m #47

documentation etc

miscellaneous

* removed gdalUtils dependency using new sf::st_layers() instead.


leafem 0.1.8

bugfixes:
Expand All @@ -54,7 +42,6 @@ miscellaneous:

* add(Raster/Stars)RGB default quantile stretching now between 0 & 1.


leafem 0.1.3

new features:
Expand Down
27 changes: 7 additions & 20 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
# leafem 0.2.0.9021 (2023-03-26)
# leafem 0.2.1 (2023-09-16)

#### ✨ features and improvements

* new suite of functions to add PMTiles served from S3 bucket.
* `addFgb()` now responds to click, mouseover & mouseout in shiny (thanks to @dfriend21). #64

#### 🐛 bug fixes

#### 💬 documentation etc

#### 🍬 miscellaneous


## leafem 0.2.0 (2022-04-16)
* `addFgb()` now responds to click, mouseover & mouseout in shiny (thanks to @dfriend21). #64

#### ✨ features and improvements

Expand All @@ -25,12 +16,9 @@
* fix parsing of negative coordinates in `clip2sfc()`. @famuvie #45
* remove offending character conversion in `addStaticLabels()`. @jannes-m #47

#### 💬 documentation etc

#### 🍬 miscellaneous

* removed `gdalUtils` dependency using new `sf::st_layers()` instead.

* removed `gdalUtils` dependency using new `sf::st_layers()` instead.

## leafem 0.1.8

Expand All @@ -44,17 +32,16 @@ bugfixes:
new features:

* new function addReactiveFeatures to show/hide one layer when clicking on another. #38

bugfixes:

* imageQuery now properly updated in shiny. #27
* homeButton did not work for extents with xmin = 0. #40

miscellaneous:

* add(Raster/Stars)RGB default quantile stretching now between 0 & 1.


## leafem 0.1.3

new features:
Expand All @@ -63,7 +50,7 @@ new features:
* new functions addGeotiff and addGeoRaster to render large raster data using https://github.com/GeoTIFF/georaster-layer-for-leaflet

bugfixes:

* don't use st_zm for addFeatures.mapdeck
* remove mousecoords strip only if it exists. #23
* addFgb now respects pane passed via options.
Expand All @@ -82,7 +69,7 @@ new features:
* addFeatures now also works with leaflet_proxy objects. Thanks Lorento Busetto #2.
* new function `addFgb` to add flatgeobuf files from file or url.
* addImageQuery now much more robust. Also works with leaflet_proxy objects now. Thanks to Sebastian Gatscha #9, #12, #13

miscellaneous:

* garnishMap now uses match.arg and tries to be more robust.
Expand Down

0 comments on commit e01a5dd

Please sign in to comment.