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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
| {
| "widgetOnScreen": {
| "widgets": [{
| "uri": "themes/DartTheme/widgets/DartController/Widget",
| "position": {
| "left": 0,
| "right": 0,
| "bottom": 20
| },
| "version": "2.10"
| }, {
| "uri": "widgets/OverviewMap/Widget",
| "visible": false,
| "position": {
| "right": 0,
| "top": 0
| },
| "version": "2.10"
| }, {
| "uri": "widgets/Scalebar/Widget",
| "visible": false,
| "position": {
| "left": 10,
| "bottom": 1,
| "zIndex": 100
| },
| "version": "2.10"
| }, {
| "uri": "widgets/Coordinate/Widget",
| "visible": false,
| "position": {
| "right": 10,
| "bottom": 0,
| "zIndex": 102
| },
| "version": "2.10"
| }, {
| "uri": "widgets/AttributeTable/Widget",
| "visible": false,
| "version": "2.10",
| "position": {
| "relativeTo": "browser"
| }
| }, {
| "uri": "widgets/Splash/Widget",
| "visible": false,
| "position": {
| "relativeTo": "browser"
| },
| "version": "2.10"
| }, {
| "uri": "widgets/FullScreen/Widget",
| "visible": false,
| "position": {
| "right": 8,
| "bottom": 130
| },
| "version": "2.10"
| }]
| },
|
| "map": {
| "position": {
| "left": 0,
| "top": 0,
| "right": 0,
| "bottom": 0
| }
| },
|
| "widgetPool": {
| "panel": {
| "uri": "themes/DartTheme/panels/DartPanel/Panel"
| },
| "widgets": [{
| "uri": "widgets/ZoomSlider/Widget"
| }]
| }
| }
|
|