This repository has been archived by the owner on Mar 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathTOCGroupWidget.xml
50 lines (45 loc) · 1.8 KB
/
TOCGroupWidget.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" ?>
<!--
////////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2010 ESRI
//
// All rights reserved under the copyright laws of the United States.
// You may freely redistribute and use this software, with or
// without modification, provided you include the original copyright
// and use restrictions. See use restrictions in the file:
// <install location>/FlexViewer/License.txt
//
////////////////////////////////////////////////////////////////////////////////
-->
<configuration>
<labels>
<visibilitylabel>Layer Visibility</visibilitylabel>
<zoomtoextent>Zoom To Layer Extent</zoomtoextent>
<expandall>Expand All Layers</expandall>
<collapseall>Collapse All Layers</collapseall>
<zoomtomakevisible>Zoom To Make Visible</zoomtomakevisible>
<generatinglegendmsg>Generating Legend...</generatinglegendmsg>
</labels>
<tocsettings>
<expanded everything="false">false</expanded>
<collapselegends>false</collapselegends>
<disablezoomtomenuoption>false</disablezoomtomenuoption>
</tocsettings>
<legendtimeout>60</legendtimeout>
<!-- Set the themes and the services/layers to include from these themes - Widget label always needs to be "Layers" -->
<themes>Safety,Stats,All</themes>
<includelayers theme="Safety">
<includelayer mapservice="Fires"></includelayer>
</includelayers>
<includelayers theme="Stats">
<includelayer mapservice="Demographics"></includelayer>
</includelayers>
<includelayers theme="All">
<includelayer mapservice="Fires"></includelayer>
<includelayer mapservice="Demographics"></includelayer>
</includelayers>
<excludegraphiclayers>true</excludegraphiclayers>
<excludebasemaplayers>true</excludebasemaplayers>
<usenewesridescription>false</usenewesridescription>
</configuration>