To show landcover under my vector tile basemap, I want to include two raster layers of urbanization and tree canopy. I created these 4-bit rasters from NLCD sources and display them using cubic convolution to create a “suggestion” of landcover. I then added Esri hillshade service on top of these layers using a linear burn blend mode. Should I publish these sandwiched raster layers as a raster tile service?
I do not want to use NLCD's own published services because I have created my own colors. Also, I need to adjust transparencies by scale to keep an appropriate level of visual prominence per scale, so that it blends into the background without being too powerful. It appears I need to incrementally increase transparencies as the map scale becomes larger.
Thank you.