This repository has been archived by the owner on Feb 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
components.json
59 lines (59 loc) · 1.68 KB
/
components.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
[
{
"className": "viewer.components.safetymapsFlamingo",
"name": "safetymaps-flamingo",
"shortName": "safetymaps",
"sources": [
"libs/i18next.js",
"libs/jsts.min.js",
"libs/moment-with-locales.min.js",
"libs/mustache.min.js",
"libs/jquery-1.11.0/jquery-1.11.0.min.js",
"libs/bootstrap-slider.js",
"libs/bootstrap-3.2.0-dist/js/bootstrap.min.js",
"module/api.js",
"shared/utils.js",
"module/clustering-layer.js",
"module/object-layers.js",
"module/object-info.js",
"js/safetymapsPrint.js",
"js/safetymapsSearch.js",
"js/gui/safetymapsWindow.js",
"js/safetymapsFlamingo.js",
"js/safetymapsCreator.js",
"js/objectInfo.js"
],
"configSource": [
"ConfigObject.js",
"Dbk-config.js"
],
"restrictions": [
"content"
],
"closureCompilerSafe": true,
"notInCombinationWith": [
"viewer.mapcomponents.FlamingoMap"
],
"singleton": true,
"showHelp": true
},
{
"className": "viewer.components.safetymapsToggle",
"name": "Safetymaps Toggle",
"shortName": "sfmTgl",
"sources": [
"js/safetymapsToggle.js"
],
"configSource": [
"ConfigObject.js",
"safetymapsToggle-config.js"
],
"restrictions": [
"left_menu",
"top_menu"
],
"closureCompilerSafe": true,
"singleton": true,
"showHelp": true
}
]