Skip to content

Commit edcc1d5

Browse files
committed
【fix】模块
1 parent 937226d commit edcc1d5

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

build/deps.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ deps = {
558558
"./src/leaflet/components/openfile/OpenFileView.js"
559559
],
560560
"modules": [{
561-
"name": "L.supermap.components.openFile",
561+
"name": "L.supermap.components.openFileView",
562562
"des": "打开文件组件",
563563
"des_en": "Open file components"
564564
}]
@@ -569,7 +569,7 @@ deps = {
569569
"./src/leaflet/components/clientcomputation/ClientComputationView.js"
570570
],
571571
"modules": [{
572-
"name": "L.supermap.components.clientComputation",
572+
"name": "L.supermap.components.clientComputationView",
573573
"des": "客户端计算组件",
574574
"des_en": "Client computation component"
575575
}]
@@ -580,7 +580,7 @@ deps = {
580580
"./src/leaflet/components/distributedanalysis/DistributedAnalysisView.js"
581581
],
582582
"modules": [{
583-
"name": "L.supermap.components.distributedAnalysis",
583+
"name": "L.supermap.components.distributedAnalysisView",
584584
"des": "分布式分析组件",
585585
"des_en": "Distributed analysis component"
586586
}]
@@ -591,7 +591,7 @@ deps = {
591591
"./src/leaflet/components/search/SearchView.js"
592592
],
593593
"modules": [{
594-
"name": "L.supermap.components.search",
594+
"name": "L.supermap.components.searchView",
595595
"des": "图层查询组件",
596596
"des_en": "Search"
597597
}]
@@ -602,7 +602,7 @@ deps = {
602602
"./src/leaflet/components/dataflow/DataFlowView.js"
603603
],
604604
"modules": [{
605-
"name": "L.supermap.components.dataFlow",
605+
"name": "L.supermap.components.dataFlowView",
606606
"des": "数据流组件",
607607
"des_en": "Data flow"
608608
}]
@@ -613,7 +613,7 @@ deps = {
613613
"./src/leaflet/components/dataservicequery/DataServiceQueryView.js"
614614
],
615615
"modules": [{
616-
"name": "L.supermap.components.dataServiceQuery",
616+
"name": "L.supermap.components.dataServiceQueryView",
617617
"des": "数据服务查询组件",
618618
"des_en": "Data service query"
619619
}]
@@ -1304,7 +1304,7 @@ deps = {
13041304
"./src/mapboxgl/control/Logo.js"
13051305
],
13061306
"modules": [{
1307-
"name": "mapboxgl.supermap.LogoControl",
1307+
"name": "mapboxgl.supermap.control.Logo",
13081308
"des": "Logo 控件",
13091309
"des_en": "Logo control"
13101310
}]

build/jsdocs/classic/docs.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
"include": [
2020
"src/classic",
2121
"src/common/thirdparty/elasticsearch",
22+
"src/common/iServer/AddressMatchService.js",
23+
"src/common/iServer/ProcessingService.js",
2224
"src/common/iServer/CommonServiceBase.js",
2325
"src/common/iServer/GeoCodingParameter.js",
2426
"src/common/iServer/GeoDecodingParameter.js",

examples/classic/analysis_thiessenAnalyst.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ <h5 class='panel-title text-center' data-i18n="resources.text_thiessenAnalyst"><
114114
new SuperMap.Geometry.Point(5472.712382, -2189.15344),
115115
new SuperMap.Geometry.Point(5752.716961, -2425.40363)];
116116

117-
var myThiessenAnalystService = new SuperMap.REST.ThiessenAnalystService(url2); //初始化泰森多边形分析服务类
117+
var myThiessenAnalystService = new SuperMap.REST.ThiessenAnalystService(url2, { isInTheSameDomain: true }); //初始化泰森多边形分析服务类
118118
var gThiessenAnalystParameters = new SuperMap.REST.GeometryThiessenAnalystParameters({points: points}); //初始化泰森多边形分析参数基类
119119
myThiessenAnalystService.events.on({
120120
"processCompleted": thiessenAnalystCompleted,

0 commit comments

Comments
 (0)