Select to view content in your preferred language

Tif file image service - set minscale and maxscale

575
1
10-14-2011 09:47 AM
DeryckMills
Emerging Contributor
I have an Image service set up on a tiff file.  I don't want to display the image above a certain scale.  Can you tell me how to set this?  I know you can set this on a Map service in the MSD file, but can't seem to find this anywhere's for my Image service file.
0 Kudos
1 Reply
JenniferNery
Esri Regular Contributor
This might be a question for REST API. It seems 10 SP1 includes scale information on all layers according to this doc: http://atlas.resources.ca.gov/ArcGIS/SDK/REST/whatsnew.html.

From the client API (ArcGIS API for Silverlight), you can turn on/off any layer's visibility by setting MinimumResolution and MaximumResolution. You might be able to use this approach.
0 Kudos