Skip to content

Commit 94d4149

Browse files
author
杜美瑶
committed
提交注册上传数据API打包文件 --reviewed by huangqh
1 parent 1e54082 commit 94d4149

28 files changed

+6694
-5823
lines changed

dist/classic/iclient-classic-es6.js

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6822,6 +6822,43 @@ var EntityType = SuperMap.EntityType = {
68226822
USER: "USER"
68236823
}
68246824

6825+
6826+
/**
6827+
* @enum DataItemType
6828+
* @memberOf SuperMap
6829+
* @description iportal数据类型。
6830+
* @version 10.0.1
6831+
* @type {string}
6832+
*/
6833+
var DataItemType = SuperMap.DataItemType = {
6834+
/** 工作空间 sxwu, smwu, sxw, smw */
6835+
WORKSPACE: "WORKSPACE",
6836+
/** udb 数据源 */
6837+
UDB: "UDB",
6838+
/** shp空间数据 */
6839+
SHP: "SHP",
6840+
/** excel数据 */
6841+
EXCEL: "EXCEL",
6842+
/** csv数据 */
6843+
CSV: "CSV",
6844+
/** geojson数据。 */
6845+
GEOJSON: "GEOJSON",
6846+
/** smtiles */
6847+
SMTILES: "SMTILES",
6848+
/** svtiles */
6849+
SVTILES: "SVTILES",
6850+
/** mbtiles */
6851+
MBTILES: "MBTILES",
6852+
/** tpk */
6853+
TPK: "TPK",
6854+
/** ugc v5 */
6855+
UGCV5: "UGCV5",
6856+
/** UGCV5_MVT */
6857+
UGCV5_MVT: "UGCV5_MVT",
6858+
/** json数据 */
6859+
JSON: "JSON"
6860+
}
6861+
68256862
// CONCATENATED MODULE: ./src/common/iServer/DatasourceConnectionInfo.js
68266863
/* Copyright© 2000 - 2020 SuperMap Software Co.Ltd. All rights reserved.
68276864
* This program are made available under the terms of the Apache License, Version 2.0

dist/classic/iclient-classic-es6.min.js

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/classic/iclient-classic.js

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7590,6 +7590,55 @@ var EntityType = SuperMap.EntityType = {
75907590
USER: "USER"
75917591
};
75927592

7593+
/**
7594+
* @enum DataItemType
7595+
* @memberOf SuperMap
7596+
* @description iportal数据类型。
7597+
* @version 10.0.1
7598+
* @type {string}
7599+
*/
7600+
7601+
var DataItemType = SuperMap.DataItemType = {
7602+
/** 工作空间 sxwu, smwu, sxw, smw */
7603+
WORKSPACE: "WORKSPACE",
7604+
7605+
/** udb 数据源 */
7606+
UDB: "UDB",
7607+
7608+
/** shp空间数据 */
7609+
SHP: "SHP",
7610+
7611+
/** excel数据 */
7612+
EXCEL: "EXCEL",
7613+
7614+
/** csv数据 */
7615+
CSV: "CSV",
7616+
7617+
/** geojson数据。 */
7618+
GEOJSON: "GEOJSON",
7619+
7620+
/** smtiles */
7621+
SMTILES: "SMTILES",
7622+
7623+
/** svtiles */
7624+
SVTILES: "SVTILES",
7625+
7626+
/** mbtiles */
7627+
MBTILES: "MBTILES",
7628+
7629+
/** tpk */
7630+
TPK: "TPK",
7631+
7632+
/** ugc v5 */
7633+
UGCV5: "UGCV5",
7634+
7635+
/** UGCV5_MVT */
7636+
UGCV5_MVT: "UGCV5_MVT",
7637+
7638+
/** json数据 */
7639+
JSON: "JSON"
7640+
};
7641+
75937642
// CONCATENATED MODULE: ./src/common/iServer/DatasourceConnectionInfo.js
75947643
function DatasourceConnectionInfo_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
75957644

dist/classic/iclient-classic.min.js

Lines changed: 54 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)