Skip to content

Commit

Permalink
to make it accessible within other packages (see https://github.com/m…
Browse files Browse the repository at this point in the history
  • Loading branch information
mtennekes committed Jul 14, 2018
1 parent f70c7a0 commit 67bffaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plugin-minimap.R
Expand Up @@ -88,7 +88,7 @@ addMiniMap <- function(
tilesURL <- NULL
tilesProvider <- NULL
if (!is.null(tiles)) {
if (tiles %in% providers) {
if (tiles %in% leaflet::providers) {
map$dependencies <- c(map$dependencies, leafletProviderDependencies())
tilesProvider <- tiles
} else {
Expand Down

0 comments on commit 67bffaa

Please sign in to comment.