Smart Grid Applications Overview > Responder Overview > Optional Configurations > Web Server > Maps > Set Up Map Documents > Set Scale Range |
Version: 10.1 |
The ability to identify features on the map when only certain portions of the service layers are visible, is based on the ScaleRange attribute of the LayerVisibility section. If disabled, you can identify features that are not visible when the map is zoomed out (such as service points) or zoomed in (such as counties).
To disable the ability to identify only those features visible at the current extent:
Copy Code
|
|
---|---|
<LayerVisibility> <ClientSideVisibility Visible="true" ScaleRange="true" /> </LayerVisibility> |
Figure 3, ScaleRange set to True
Figure 4, ScaleRange set to False