Leaflet R Package: Possible to control map tile colors/appearance? -


wanted see if had experience controlling color scheme/appearance of map tiles loaded leaflet package r.

i know it's possible in bare javascript implementation of leaflet, haven't found within rstudio.github documentation leaflet r package or elsewhere.

for specific purpose i'd match color scheme of map tiles color scheme of website plan host leaflet app on. particularly, specifying colors roads, water, , land.

thanks insight!

the map not rendered leaflet itself. instead leaflet downloads pre-rendered raster tiles. images, png, jpeg.

as explained user symbolixau can choose different tile provider. leaflet provider demo shows various different providers can use. not exhaustive list, there various more providers available on internet. keep in mind each provider has different tile usage policy , won't allow use tiles on heavy-traffic website or bulk downloads. , of course there paid-for tile providers available.

alternatively can choose render own tiles.


Comments