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

Feature request: use custom imagery provider #42

Open
isaacbain opened this issue Jul 24, 2024 · 1 comment
Open

Feature request: use custom imagery provider #42

isaacbain opened this issue Jul 24, 2024 · 1 comment

Comments

@isaacbain
Copy link

Would it be possible to use a custom imagery provider in plot_3d_vista()?

maptiles::get_tiles() supports custom imagery providers as xyz tiles. For example:

linz <- maptiles::create_provider(
  name = "linz",
  url = "https://basemaps.linz.govt.nz/v1/tiles/aerial/WebMercatorQuad/{z}/{x}/{y}.webp?api=c01j1vndja3pqnt7bde0t55f7s6",
  citation = "linz"
)

maptiles::get_tiles(ahuriri, linz, 10)

Then it would be great if I could use: plot_3d_vista(img_provider = linz)

@h-a-graham
Copy link
Owner

Cool idea, and hopefully quite striaghtforward to implement. I'll try to find some time to look into this 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants