[GIS] How to avoid “No Data” from Tiled Map Service in Silverlight

arcgis-serversilverlightweb-mapping

I'm using the latest and greatest Silverlight with ArcGIS Server 10 and when I do a search for features in my operational layers (wells) and zoom into them I'm seeing "Map Data Not Yet Available" because there are no Tiles created at the scale I have zoomed into. I published my Operational data from a MSD and it runs great and I added in a ESRI Streets layer service using manager. The only way I have found to control the scales of the Tiled ESRI service is to create a Group layer in the MXD and publish the MXD straight to a service. This will not work for me because the performance is too slow. Does anyone have any suggestions?

Many thanks
-Josh

Best Answer

You can set a minimum extent in the Silverlight API to ensure that the user can not zoom in beyond that scale.