Smart Grid Applications Overview > Responder Overview > Optional Configurations > Web Server > Maps > Set Up Map Documents > Set Client-Side Visibility |
Version: 10.1 |
Client-side visibility impacts whether the web application respects the settings in the Layers field or the settings as they are defined in the map document (mxd) on the server. When you expand the Layers control in an ArcFM for Silverlight web application, you'll see that you can turn layers on or off. If you have the application set to respect client-side visibility, the Identify tool will only retrieve the layers that are selected (checked) in the Layers control.
To disable client-side visibility:
Copy Code
|
|
---|---|
<LayerVisibility> <ClientSideVisibility Visible="true" ScaleRange="True" /> </LayerVisibility> |
Figure 1, Client-side Visibility set to True
Figure 2, Client-side visibility set to False