Skip to content

Commit

Permalink
close #164
Browse files Browse the repository at this point in the history
  • Loading branch information
dcooley committed Jan 2, 2024
1 parent f879de2 commit 434d112
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# v0.3.5

* GreateCircleLayer gets `brush_radius` argument [issue 164](https://github.com/SymbolixAU/mapdeck/issues/164)
* better handling of empty geometries - [issue 363](https://github.com/SymbolixAU/mapdeck/issues/363)
* `collisions_filter` argument to hide overlapping features on some layers
* `clear_legend()` argument `map_id` renamed to `map`, to make it 'correct' and match other functions
Expand Down
4 changes: 2 additions & 2 deletions R/map_layer_greatcircle.R
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ add_greatcircle <- function(
update_view = TRUE,
focus_layer = FALSE,
transitions = NULL,
digits = 6
) {
digits = 6,
brush_radius = NULL
) {

l <- list()
l[["origin"]] <- force(origin)
Expand Down

0 comments on commit 434d112

Please sign in to comment.