Skip to content

Commit

Permalink
setting widht and height for #373
Browse files Browse the repository at this point in the history
  • Loading branch information
dcooley committed Oct 2, 2023
1 parent 6138c68 commit ec947f4
Show file tree
Hide file tree
Showing 5 changed files with 282 additions and 277 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

* `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
* removing 'circular reference' bug when `repeat_view = TRUE` [issue 349](https://github.com/SymbolixAU/mapdeck/issues/349)
* `add_h3()` layer for plotting H3 indexes
Expand Down
2 changes: 1 addition & 1 deletion R/mapdeck_dependencies.R
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ deckgl_min_js <- function() {
list(
createHtmlDependency(
name = "deckgl",
version = "8.9.25",
version = "8.9.23",
src = system.file("htmlwidgets/lib/", package = "mapdeck"),
script = c("deckgl.min.js"),
all_files = FALSE
Expand Down
Loading

0 comments on commit ec947f4

Please sign in to comment.