I am new to working with a Map Service. I am using this public dynamic map service: https://mapservices.weather.noaa.gov/raster/rest/services/snow/NOHRSC_Snow_Analysis/MapServer
Layer ID:3 of this service is a raster layer representing snow depth. I am trying to understand if there are server side or client side functions that would allow me to only show areas based on a minimum and maximum snow depth range? I'm more familiar with an image service where I would use raster functions like mask, remap, and colormap to accomplish this.
Honestly I think I may be misunderstanding the fundamental concept behind a map service. Any help would be appreciated.