-
Notifications
You must be signed in to change notification settings - Fork 0
/
smk-config.json
96 lines (96 loc) · 2.24 KB
/
smk-config.json
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "bcdc-smk",
"viewer": {
"type": "leaflet",
"location": {
"center": [
-121.22719602072641,
51.67187164139945
],
"extent": [
-124.83631446015231,
48.79271133819566,
-117.61807758130054,
54.378989656028104
],
"zoom": 6.676380220353304
},
"baseMap": "Streets"
},
"layers": [],
"version": "0.9.0-beta.3",
"createdBy": "Kevin Netherton",
"createdDate": "2020-08-10T18:46:29.944Z",
"tools": [
{
"type": "pan",
"enabled": true
},
{
"type": "zoom",
"enabled": true
},
{
"type": "baseMaps",
"enabled": true
},
{
"type": "search",
"enabled": true
},
{
"type": "identify",
"enabled": false,
"showPanel": true,
"showWidget": true,
"style": {
"strokeWidth": 1,
"strokeStyle": "1, 1",
"strokeColor": "#000000",
"strokeOpacity": 0.8,
"fillColor": "#000000",
"fillOpacity": 0.5,
"markerSize": [
20,
20
],
"markerOffset": [
10,
0
]
}
},
{
"type": "coordinate",
"enabled": false
},
{
"type": "measure",
"enabled": false
},
{
"type": "markup",
"enabled": false
},
{
"type": "scale",
"enabled": false
},
{
"type": "minimap",
"enabled": false
},
{
"type": "directions",
"enabled": false
},
{
"type": "location",
"enabled": false
},
{
"type": "select",
"enabled": false
}
]
}