Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add map_options param to mapboxer object #42

Open
crazycapivara opened this issue Oct 13, 2020 · 0 comments
Open

Add map_options param to mapboxer object #42

crazycapivara opened this issue Oct 13, 2020 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@crazycapivara
Copy link
Owner

Add function to define map options:

map_options <- function(center = NULL, bounds = NULL, ...) {
  list(center, bounds, ...)
}

And use it as input for mapboxer()

@crazycapivara crazycapivara added documentation Improvements or additions to documentation enhancement New feature or request labels Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant