Skip to content

Commit 2b66c28

Browse files
author
潘卓然ParnDeedlit
committed
【SDK】【服务】【将服务结构调整使得更加清晰符合server层的定义】
1 parent 5f924b4 commit 2b66c28

File tree

118 files changed

+223
-1953
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+223
-1953
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mapgis/webclient",
3-
"version": "10.5.0",
3+
"version": "10.5.3",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

src/cesiumjs/index.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ import {
116116
NetAnalyse,
117117
NetAnalysisExtent,
118118
SlopLineParam
119-
} from '../service/extend';
119+
} from '../service/Igserver/extend';
120120

121121
import {
122122
CommonServiceBase,
@@ -135,7 +135,7 @@ import {
135135
CatalogService,
136136
TileLayer,
137137
VectorLayer
138-
} from '../service/MRCS';
138+
} from '../service/Igserver/MRCS';
139139

140140
import {
141141
EditDocFeature,
@@ -153,7 +153,7 @@ import {
153153
QueryParameter,
154154
QueryParameterBase,
155155
QueryServiceBase
156-
} from '../service/MRFS';
156+
} from '../service/Igserver/MRFS';
157157

158158
import {
159159
AnalysisBase,
@@ -175,7 +175,7 @@ import {
175175
ProjectBase,
176176
ProjectByLayer,
177177
ProjectBySRID
178-
} from '../service/MRFWS';
178+
} from '../service/Igserver/MRFWS';
179179

180180
import {
181181
CalArea,
@@ -188,7 +188,7 @@ import {
188188
ProjectRang,
189189
Smooth,
190190
TopAnalysis
191-
} from '../service/MRGS';
191+
} from '../service/Igserver/MRGS';
192192

193193
import {
194194
GetDocImageService,
@@ -197,7 +197,7 @@ import {
197197
GetMapInfoService,
198198
GetTileImageService,
199199
MapServiceBase
200-
} from '../service/MRMS';
200+
} from '../service/Igserver/MRMS';
201201

202202
import {
203203
CAllOtherDataItemInfoSource,
@@ -228,7 +228,7 @@ import {
228228
ItemValue,
229229
ThemeOper,
230230
ThemesInfo
231-
} from '../service/theme';
231+
} from '../service/Igserver/theme';
232232

233233
import {
234234
WMSCapabilities,

src/config/opensource/leaflet_index.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ import {
124124
NetAnalyse,
125125
NetAnalysisExtent,
126126
SlopLineParam
127-
} from '../../service/extend';
127+
} from '../../service/Igserver/extend';
128128

129129
import {
130130
CommonServiceBase,
@@ -143,7 +143,7 @@ import {
143143
CatalogService,
144144
TileLayer,
145145
VectorLayer
146-
} from '../../service/MRCS';
146+
} from '../../service/Igserver/MRCS';
147147

148148
import {
149149
EditDocFeature,
@@ -161,7 +161,7 @@ import {
161161
QueryParameter,
162162
QueryParameterBase,
163163
QueryServiceBase
164-
} from '../../service/MRFS';
164+
} from '../../service/Igserver/MRFS';
165165

166166
import {
167167
AnalysisBase,
@@ -183,7 +183,7 @@ import {
183183
ProjectBase,
184184
ProjectByLayer,
185185
ProjectBySRID
186-
} from '../../service/MRFWS';
186+
} from '../../service/Igserver/MRFWS';
187187

188188
import {
189189
CalArea,
@@ -196,7 +196,7 @@ import {
196196
ProjectRang,
197197
Smooth,
198198
TopAnalysis
199-
} from '../../service/MRGS';
199+
} from '../../service/Igserver/MRGS';
200200

201201
import {
202202
GetDocImageService,
@@ -205,7 +205,7 @@ import {
205205
GetMapInfoService,
206206
GetTileImageService,
207207
MapServiceBase
208-
} from '../../service/MRMS';
208+
} from '../../service/Igserver/MRMS';
209209

210210
import {
211211
CAllOtherDataItemInfoSource,
@@ -236,7 +236,7 @@ import {
236236
ItemValue,
237237
ThemeOper,
238238
ThemesInfo
239-
} from '../../service/theme';
239+
} from '../../service/Igserver/theme';
240240

241241
import {
242242
EPSG4214,

src/config/opensource/mapbox_index.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ import {
113113
NetAnalyse,
114114
NetAnalysisExtent,
115115
SlopLineParam
116-
} from '../../service/extend';
116+
} from '../../service/Igserver/extend';
117117

118118
import { CommonServiceBase, Events, CORS, RequestTimeout, FetchRequest, IgsServiceBase, JSONFormat } from '../../service/baseserver';
119119

120-
import { ColorInfo, GDBInfo, MapDoc, CatalogService, TileLayer, VectorLayer } from '../../service/MRCS';
120+
import { ColorInfo, GDBInfo, MapDoc, CatalogService, TileLayer, VectorLayer } from '../../service/Igserver/MRCS';
121121

122122
import {
123123
EditDocFeature,
@@ -135,7 +135,7 @@ import {
135135
QueryParameter,
136136
QueryParameterBase,
137137
QueryServiceBase
138-
} from '../../service/MRFS';
138+
} from '../../service/Igserver/MRFS';
139139

140140
import {
141141
AnalysisBase,
@@ -157,7 +157,7 @@ import {
157157
ProjectBase,
158158
ProjectByLayer,
159159
ProjectBySRID
160-
} from '../../service/MRFWS';
160+
} from '../../service/Igserver/MRFWS';
161161

162162
import {
163163
CalArea,
@@ -170,7 +170,7 @@ import {
170170
ProjectRang,
171171
Smooth,
172172
TopAnalysis
173-
} from '../../service/MRGS';
173+
} from '../../service/Igserver/MRGS';
174174

175175
import {
176176
GetDocImageService,
@@ -179,7 +179,7 @@ import {
179179
GetMapInfoService,
180180
GetTileImageService,
181181
MapServiceBase
182-
} from '../../service/MRMS';
182+
} from '../../service/Igserver/MRMS';
183183

184184
import {
185185
CAllOtherDataItemInfoSource,
@@ -210,7 +210,7 @@ import {
210210
ItemValue,
211211
ThemeOper,
212212
ThemesInfo
213-
} from '../../service/theme';
213+
} from '../../service/Igserver/theme';
214214

215215
export { ServiceBase };
216216

src/config/opensource/openlayers_index.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ import {
748748
NetAnalyse,
749749
NetAnalysisExtent,
750750
SlopLineParam
751-
} from '../../service/extend';
751+
} from '../../service/Igserver/extend';
752752

753753
import {
754754
CommonServiceBase,
@@ -767,7 +767,7 @@ import {
767767
CatalogService,
768768
TileLayer,
769769
VectorLayer
770-
} from '../../service/MRCS';
770+
} from '../../service/Igserver/MRCS';
771771

772772
import {
773773
EditDocFeature,
@@ -785,7 +785,7 @@ import {
785785
QueryParameter,
786786
QueryParameterBase,
787787
QueryServiceBase
788-
} from '../../service/MRFS';
788+
} from '../../service/Igserver/MRFS';
789789

790790
import {
791791
AnalysisBase,
@@ -808,7 +808,7 @@ import {
808808
ProjectByLayer,
809809
ProjectBySRID,
810810
FunctionWareService
811-
} from '../../service/MRFWS';
811+
} from '../../service/Igserver/MRFWS';
812812

813813
import {
814814
CalArea,
@@ -821,7 +821,7 @@ import {
821821
ProjectRang,
822822
Smooth,
823823
TopAnalysis
824-
} from '../../service/MRGS';
824+
} from '../../service/Igserver/MRGS';
825825

826826
import {
827827
GetDocImageService,
@@ -830,7 +830,7 @@ import {
830830
GetMapInfoService,
831831
GetTileImageService,
832832
MapServiceBase
833-
} from '../../service/MRMS';
833+
} from '../../service/Igserver/MRMS';
834834

835835

836836
import {
@@ -862,8 +862,8 @@ import {
862862
ItemValue,
863863
ThemeOper,
864864
ThemesInfo
865-
} from '../../service/theme';
866-
import { CoordinateElpTrans } from "../../service/MRGS/CoordinateElpTrans";
865+
} from '../../service/Igserver/theme';
866+
import { CoordinateElpTrans } from "../../service/Igserver/MRGS/CoordinateElpTrans";
867867

868868
export {
869869
ServiceBase

src/config/opensource/service_index.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ import {
199199
NetAnalyse,
200200
NetAnalysisExtent,
201201
SlopLineParam
202-
} from '../../service/extend';
202+
} from '../../service/Igserver/extend';
203203

204204
export const Extend = {
205205
ContourNoteParam,
@@ -212,7 +212,7 @@ export const Extend = {
212212
SlopLineParam
213213
};
214214

215-
import { G3DMapDoc, G3DService } from '../../service/G3D';
215+
import { G3DMapDoc, G3DService } from '../../service/Igserver/G3D';
216216

217217
export const G3D = {
218218
G3DMapDoc,
@@ -231,7 +231,7 @@ export const BaseServer = {
231231
JSONFormat
232232
};
233233

234-
import { ColorInfo, GDBInfo, MapDoc, CatalogService, TileLayer, VectorLayer, SystomInfo } from '../../service/MRCS';
234+
import { ColorInfo, GDBInfo, MapDoc, CatalogService, TileLayer, VectorLayer, SystomInfo } from '../../service/Igserver/MRCS';
235235

236236
export const MRCS = {
237237
ColorInfo,
@@ -259,7 +259,7 @@ import {
259259
QueryParameter,
260260
QueryParameterBase,
261261
QueryServiceBase
262-
} from '../../service/MRFS';
262+
} from '../../service/Igserver/MRFS';
263263

264264
export const MRFS = {
265265
EditDocFeature,
@@ -299,7 +299,7 @@ import {
299299
ProjectBase,
300300
ProjectByLayer,
301301
ProjectBySRID
302-
} from '../../service/MRFWS';
302+
} from '../../service/Igserver/MRFWS';
303303

304304
export const MRFWS = {
305305
AnalysisBase,
@@ -334,7 +334,7 @@ import {
334334
ProjectRang,
335335
Smooth,
336336
TopAnalysis
337-
} from '../../service/MRGS';
337+
} from '../../service/Igserver/MRGS';
338338

339339
export const MRGS = {
340340
CalArea,
@@ -356,7 +356,7 @@ import {
356356
GetMapInfoService,
357357
GetTileImageService,
358358
MapServiceBase
359-
} from '../../service/MRMS';
359+
} from '../../service/Igserver/MRMS';
360360

361361
export const MRMS = {
362362
GetDocImageService,
@@ -396,7 +396,7 @@ import {
396396
ItemValue,
397397
ThemeOper,
398398
ThemesInfo
399-
} from '../../service/theme';
399+
} from '../../service/Igserver/theme';
400400

401401
export const Info = {
402402
CAllOtherDataItemInfoSource,
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import {Zondy} from "../common/Base";
2-
import {newGuid} from "../common/Util";
1+
import {Zondy} from "../../common/Base";
2+
import {newGuid} from "../../common/Util";
33
import {G3DService} from "./G3DService";
4-
import {IgsServiceBase} from "../baseserver/IServiceBase";
4+
import {IgsServiceBase} from "../../baseserver/IServiceBase";
55

66
/**
77
* @author 基础平台/产品2部 龚跃健
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import {Zondy} from '../common/Base';
2-
import {ServiceBase} from "../ServiceBase";
1+
import {Zondy} from '../../common/Base';
2+
import {ServiceBase} from "../../ServiceBase";
33

44
/**
55
* @author 基础平台/产品2部 龚跃健

src/service/MRCS/CatalogColorInfo.js renamed to src/service/Igserver/MRCS/CatalogColorInfo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {CatalogService} from "./CatalogService";
2-
import {IgsServiceBase} from "../baseserver/IServiceBase";
2+
import {IgsServiceBase} from "../../baseserver/IServiceBase";
33
/**
44
* @author 基础平台/产品2部 龚跃健
55
* @class module:目录服务.ColorInfo

0 commit comments

Comments
 (0)