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
| {
| "widgetOnScreen": {
| "panel": {
| "uri": "themes/DemoTheme/panels/SimpleBorderPanel/Panel"
| },
| "widgets": [{
| "uri": "widgets/Scalebar/Widget",
| "position": {
| "left": 7,
| "bottom": 30
| },
| "version": "2.10"
| }, {
| "uri": "widgets/HomeButton/Widget",
| "position": {
| "left": 7,
| "top": 75
| },
| "version": "2.10"
| }, {
| "uri": "widgets/Coordinate/Widget",
| "position": {
| "left": 7,
| "bottom": 10
| },
| "version": "2.10"
| }, {
| "uri": "widgets/BasemapGallery/Widget",
| "position": {
| "left": 45,
| "top": 5,
| "width": 430,
| "height": 410
| },
| "version": "2.10"
| }, {
| "position": {
| "left": 95,
| "top": 5,
| "width": 400,
| "height": 410
| }
| }, {
| "uri": "widgets/ZoomSlider/Widget",
| "visible": true,
| "position": {
| "top": 5,
| "left": 7
| },
| "version": "2.10"
| }]
| },
|
| "map": {
| "position": {
| "left": 0,
| "top": 0,
| "right": 0,
| "bottom": 0
| }
| }
| }
|
|