-
Notifications
You must be signed in to change notification settings - Fork 288
Expand file tree
/
Copy pathdocs.json
More file actions
97 lines (95 loc) · 4.08 KB
/
docs.json
File metadata and controls
97 lines (95 loc) · 4.08 KB
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
97
{
"opts": {
"recurse": true,
"template": "../template",
"configPath": "../leaflet",
"destination": "./docs/leaflet"
},
"disqus":"",
"tags": {
"allowUnknownTags": true,
"linkdoc-leaflet":"https://leafletjs.com/reference-1.2.0.html"
},
"i18n": {
"defaultLang": "en",
"possibleLang": ["en"],
"dbFilePath":"./build/jsdocs/leaflet"
},
"source": {
"includePattern": ".+\\.js?$",
"excludePattern": ".+[\\\\/]src[\\\\/]common[\\\\/]iServer[\\\\/].*Service.js?$",
"include": [
"src/common/iServer/index.js","src/common","src/leaflet"
],
"exclude": [
"src/common/overlay/levelRenderer",
"src/common/thirdparty/ai",
"src/common/lang/locales",
"src/common/iPortal/iPortalQueryResult",
"src/common/online/OnlineServiceBase",
"src/common/online/OnlineData",
"src/common/iManager/iManagerServiceBase",
"src/common/iServer/GetFeaturesServiceBase",
"src/common/iServer/NetworkAnalystServiceBase",
"src/common/iServer/SpatialAnalystBase",
"src/common/iServer/ProcessingServiceBase",
"src/common/iServer/PointWithMeasure",
"src/common/iServer/ServerTheme",
"src/common/iServer/QueryService",
"src/common/overlay/RankSymbol",
"src/common/overlay/ThemeVector",
"src/common/overlay/Graph",
"src/common/overlay/feature/ShapeFactory",
"src/common/overlay/feature/ShapeParameters",
"src/common/overlay/feature/Rectangle",
"src/common/overlay/feature/Circle",
"src/common/overlay/feature/Image",
"src/common/overlay/feature/Label",
"src/common/overlay/feature/Line",
"src/common/overlay/feature/Point",
"src/common/overlay/feature/Polygon",
"src/common/overlay/feature/Sector",
"src/common/overlay/feature/Theme",
"src/common/commontypes/Credential",
"src/common/components/chart/ChartViewModel",
"src/common/components/util/Util",
"src/common/components/templates/AttributesPopContainer",
"src/common/components/templates/CityTabsPage",
"src/common/components/templates/CommonContainer",
"src/common/components/templates/DropDownBox",
"src/common/components/templates/NavTabsPage",
"src/common/components/templates/IndexTabsPageContainer",
"src/common/components/templates/PaginationContainer",
"src/common/components/templates/PopContainer",
"src/common/components/templates/Select",
"src/common/security/KeyServiceParameter",
"src/common/components/templates/TemplateBase",
"src/common/mapping",
"src/leaflet/components/clientcomputation/ClientComputationViewModel",
"src/leaflet/components/dataflow/DataFlowViewModel",
"src/leaflet/overlay/dataflow/MapvRenderer",
"src/leaflet/overlay/dataflow/NormalRenderer",
"src/leaflet/components/search/SearchViewModel",
"src/leaflet/components/dataservicequery/DataServiceQueryViewModel",
"src/leaflet/components/distributedanalysis/DistributedAnalysisViewModel",
"src/leaflet/components/openfile/OpenFileViewModel",
"src/leaflet/components/commonmodels/GeoJsonLayersModel" ,
"src/leaflet/core/CommontypesConversion"
]
},
"plugins": ["plugins/markdown","../plugins/usage", "../plugins/moduleCategories","../plugins/modulecondition"],
"markdown": {
"tags": ["usage"]
},
"templates": {
"cleverLinks": true,
"monospaceLinks": true,
"default": {
"outputSourceFiles": false
},
"moduleName":"leaflet",
"namespace": "L.supermap",
"npm":"@supermapgis/iclient-leaflet",
"cdn":"https://iclient.supermap.io/dist/leaflet/iclient-leaflet.js"
}
}