@@ -191,7 +191,7 @@ import {
191191 NetAnalyse ,
192192 NetAnalysisExtent ,
193193 SlopLineParam
194- } from './extend' ;
194+ } from './Igserver/ extend' ;
195195
196196export const Extend = {
197197 ContourNoteParam,
@@ -204,7 +204,7 @@ export const Extend = {
204204 SlopLineParam
205205} ;
206206
207- import { G3DMapDoc , G3DService } from './G3D' ;
207+ import { G3DMapDoc , G3DService } from './Igserver/ G3D' ;
208208
209209export const G3D = {
210210 G3DMapDoc,
@@ -223,7 +223,7 @@ export const BaseServer = {
223223 JSONFormat
224224} ;
225225
226- import { ColorInfo , GDBInfo , MapDoc , CatalogService , TileLayer , VectorLayer , SystomInfo } from './MRCS' ;
226+ import { ColorInfo , GDBInfo , MapDoc , CatalogService , TileLayer , VectorLayer , SystomInfo } from './Igserver/ MRCS' ;
227227
228228export const MRCS = {
229229 ColorInfo,
@@ -252,7 +252,7 @@ import {
252252 QueryParameterBase ,
253253 QueryServiceBase ,
254254 QueryUnifyParameter
255- } from './MRFS' ;
255+ } from './Igserver/ MRFS' ;
256256
257257export const MRFS = {
258258 EditDocFeature,
@@ -293,7 +293,7 @@ import {
293293 ProjectBase ,
294294 ProjectByLayer ,
295295 ProjectBySRID
296- } from './MRFWS' ;
296+ } from './Igserver/ MRFWS' ;
297297
298298export const MRFWS = {
299299 AnalysisBase,
@@ -328,7 +328,7 @@ import {
328328 ProjectRang ,
329329 Smooth ,
330330 TopAnalysis
331- } from './MRGS' ;
331+ } from './Igserver/ MRGS' ;
332332
333333export const MRGS = {
334334 CalArea,
@@ -343,7 +343,7 @@ export const MRGS = {
343343 TopAnalysis
344344} ;
345345
346- import { GetDocImageService , GetLayerImageService , GetMapImageService , GetMapInfoService , GetTileImageService , MapServiceBase } from './MRMS' ;
346+ import { GetDocImageService , GetLayerImageService , GetMapImageService , GetMapInfoService , GetTileImageService , MapServiceBase } from './Igserver/ MRMS' ;
347347
348348export const MRMS = {
349349 GetDocImageService,
@@ -383,7 +383,7 @@ import {
383383 ItemValue ,
384384 ThemeOper ,
385385 ThemesInfo
386- } from './theme' ;
386+ } from './Igserver/ theme' ;
387387
388388export const Info = {
389389 CAllOtherDataItemInfoSource,
@@ -417,18 +417,18 @@ export const Info = {
417417} ;
418418
419419import { WMSCapabilities , WMTSCapabilities , OGCWMTSInfo , OGCWMSInfo } from './OGC' ;
420- import { WMS , WFS } from './OpenGeospatialConsortium' ;
421420
422421export const OGC = {
423422 WMSCapabilities,
424423 WMTSCapabilities,
425424 OGCWMTSInfo,
426425 OGCWMSInfo,
427- WMS ,
428- WFS
429426} ;
430427
431- import { EsCatlogType , EsCatlogName , EsGeoHashType , EsCatlogService , ESGeoCode , ESGeoDecode , ESQueryStats , EsTableService , EsSpaceTimeQueryByAgg } from './datastore/elasticsearch' ;
428+ import {
429+ EsCatlogType ,
430+ EsCatlogName , EsGeoHashType , EsCatlogService , ESGeoCode , ESGeoDecode , ESQueryStats , EsTableService , EsSpaceTimeQueryByAgg } from './datastore/elasticsearch' ;
431+
432432import {
433433 PostgisCatlogService ,
434434 PostgisCustomQueryService ,
@@ -469,6 +469,14 @@ export const DataStore = {
469469 EsSpaceTimeQueryByAgg
470470} ;
471471
472+ import {
473+ GeoDatasetService
474+ } from './clouddisk' ;
475+
476+ export const CloudDisk = {
477+ GeoDatasetService
478+ } ;
479+
472480import {
473481 ArcGisFeatureLayer ,
474482 ArcGisFindParameters ,
@@ -484,7 +492,8 @@ import {
484492 ArcGisPolygon ,
485493 ArcGisGraphic ,
486494 ArcGisExtent
487- } from './ArcGis'
495+ } from './ArcGis' ;
496+
488497export const ArcGis = {
489498 ArcGisFeatureLayer,
490499 ArcGisFindParameters,
0 commit comments