Is there a way to add our own third-party tiles to the R leaflet package? I’ve been drooling over wrld3d maps since I discovered them a couple months ago. Thanks!
You can use addTiles to import additional titles. This example lets you import from Google Earth for instance.
leaflet() %>% addTiles(urlTemplate = "https://mts1.google.com/vt/lyrs=s&hl=en&src=app&x={x}&y={y}&z={z}&s=G", attribution = 'Google')
Solution provided sourced from this question
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With