rayvista
rayvista copied to clipboard
Feature request: use custom imagery provider
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)