Skip to content

Commit d05c245

Browse files
committed
【api】更新API
1 parent 8029276 commit d05c245

Some content is hidden

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

53 files changed

+55
-55
lines changed

src/leaflet/mapping/TiledMapLayer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import Attributions from '../core/Attributions'
3333
* @param {string} [options.overlapDisplayedOptions] - 避免地图对象压盖显示的过滤选项。
3434
* @param {string} [options.tileversion] - 切片版本名称,cacheEnabled 为 true 时有效。如果没有设置 tileversion 参数,而且当前地图的切片集中存在多个版本,则默认使用最后一个更新版本。
3535
* @param {L.Proj.CRS} [options.crs] - 坐标系统类。
36-
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 iServer|iPortal|online
36+
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 ISERVER|IPORTAL|ONLINE
3737
* @param {string} [options.tileProxy] - 代理地址。
3838
* @param {string} [options.format='png'] - 瓦片表述类型,支持 "png" 、"webp"、"bmp" 、"jpg"、 "gif" 等图片格式。
3939
* @param {(number|L.Point)} [options.tileSize=256] - 瓦片大小。

src/leaflet/services/AddressMatchService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import {AddressMatchService as CommonMatchAddressService} from '@supermap/iclien
2020
* @param {string} url - 地址匹配服务地址。
2121
* @param {Object} options - 参数。
2222
* @param {string} [options.proxy] - 服务代理地址。
23-
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 iServer|iPortal|online
23+
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 ISERVER|IPORTAL|ONLINE
2424
* @param {boolean} [options.withCredentials=false] - 请求是否携带 cookie。
2525
* @param {boolean} [options.crossOrigin] - 是否允许跨域请求。
2626
* @param {Object} [options.headers] - 请求头。

src/leaflet/services/ChartService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import {CommontypesConversion} from '../core/CommontypesConversion';
2020
* @param {string} url - 与客户端交互的海图服务地址。
2121
* @param {Object} options - 参数。
2222
* @param {string} [options.proxy] - 服务代理地址。
23-
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 iServer|iPortal|online
23+
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 ISERVER|IPORTAL|ONLINE
2424
* @param {boolean} [options.withCredentials=false] - 请求是否携带 cookie。
2525
* @param {boolean} [options.crossOrigin] - 是否允许跨域请求。
2626
* @param {Object} [options.headers] - 请求头。

src/leaflet/services/DataFlowService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {DataFlowService as DataFlow} from '@supermap/iclient-common';
1313
* @extends {L.supermap.ServiceBase}
1414
* @param {string} url - 数据流服务地址。
1515
* @param {Object} options - 参数。
16-
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 iServer|iPortal|online
16+
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 ISERVER|IPORTAL|ONLINE
1717
* @param {Function} [options.style] - 设置数据加载样式。
1818
* @param {Function} [options.onEachFeature] - 设置每个数据加载 popup 等。
1919
* @param {GeoJSONObject} [options.geometry] - 指定几何范围,该范围内的要素才能被订阅。

src/leaflet/services/FeatureService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import {
2929
* @param {string} url - 要素数据集服务地址。
3030
* @param {Object} options - 参数。
3131
* @param {string} [options.proxy] - 服务代理地址。
32-
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 iServer|iPortal|online
32+
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 ISERVER|IPORTAL|ONLINE
3333
* @param {boolean} [options.withCredentials=false] - 请求是否携带 cookie。
3434
* @param {boolean} [options.crossOrigin] - 是否允许跨域请求。
3535
* @param {Object} [options.headers] - 请求头。

src/leaflet/services/FieldService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import {GetFieldsService, FieldStatisticService, FieldStatisticsParameters} from
1818
* @param {string} url - 字段服务地址。
1919
* @param {Object} options - 参数。
2020
* @param {string} [options.proxy] - 服务代理地址。
21-
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 iServer|iPortal|online
21+
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 ISERVER|IPORTAL|ONLINE
2222
* @param {boolean} [options.withCredentials=false] - 请求是否携带 cookie。
2323
* @param {boolean} [options.crossOrigin] - 是否允许跨域请求。
2424
* @param {Object} [options.headers] - 请求头。

src/leaflet/services/GridCellInfosService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import {GetGridCellInfosService, GetGridCellInfosParameters} from '@supermap/icl
1919
* @param {string} url - 数据栅格查询服务地址。
2020
* @param {Object} options - 参数。
2121
* @param {string} [options.proxy] - 服务代理地址。
22-
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 iServer|iPortal|online
22+
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 ISERVER|IPORTAL|ONLINE
2323
* @param {boolean} [options.withCredentials=false] - 请求是否携带 cookie。
2424
* @param {boolean} [options.crossOrigin] - 是否允许跨域请求。
2525
* @param {Object} [options.headers] - 请求头。

src/leaflet/services/LayerInfoService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import {
2626
* @param {string} url - 与服务端交互的地图服务地址。请求地图服务 URL 应为:http://{服务器地址}:{服务端口号}/iserver/services/{地图服务名}/rest/maps/{地图名}"。
2727
* @param {Object} options - 参数。
2828
* @param {string} [options.proxy] - 服务代理地址。
29-
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 iServer|iPortal|online
29+
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 ISERVER|IPORTAL|ONLINE
3030
* @param {boolean} [options.withCredentials=false] - 请求是否携带 cookie。
3131
* @param {boolean} [options.crossOrigin] - 是否允许跨域请求。
3232
* @param {Object} [options.headers] - 请求头。

src/leaflet/services/MapService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import {
1919
* @param {string} url - 地图服务地址。
2020
* @param {Object} options - 参数。
2121
* @param {string} [options.proxy] - 服务代理地址。
22-
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 iServer|iPortal|online
22+
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 ISERVER|IPORTAL|ONLINE
2323
* @param {boolean} [options.withCredentials=false] - 请求是否携带 cookie。
2424
* @param {boolean} [options.crossOrigin] - 是否允许跨域请求。
2525
* @param {Object} [options.headers] - 请求头。

src/leaflet/services/MeasureService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import {MeasureMode, MeasureService as CommonMeasureService, MeasureParameters}
2222
* @param {string} url - 服务访问的地址。如:http://localhost:8090/iserver/services/map-world/rest/maps/World。
2323
* @param {Object} options - 参数。
2424
* @param {string} [options.proxy] - 服务代理地址。
25-
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 iServer|iPortal|online
25+
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 ISERVER|IPORTAL|ONLINE
2626
* @param {boolean} [options.withCredentials=false] - 请求是否携带 cookie。
2727
* @param {boolean} [options.crossOrigin] - 是否允许跨域请求。
2828
* @param {Object} [options.headers] - 请求头。

src/leaflet/services/NetworkAnalyst3DService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import {
2626
* "http://localhost:8090/iserver/services/components-rest/rest/networkanalyst/RoadNet@Changchun"。
2727
* @param {Object} options - 参数。
2828
* @param {string} [options.proxy] - 服务代理地址。
29-
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 iServer|iPortal|online
29+
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 ISERVER|IPORTAL|ONLINE
3030
* @param {boolean} [options.withCredentials=false] - 请求是否携带 cookie。
3131
* @param {boolean} [options.crossOrigin] - 是否允许跨域请求。
3232
* @param {Object} [options.headers] - 请求头。

src/leaflet/services/NetworkAnalystService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import {
3434
* 例如: "http://localhost:8090/iserver/services/test/rest/networkanalyst/WaterNet@FacilityNet"。
3535
* @param {Object} options - 参数。
3636
* @param {string} [options.proxy] - 服务代理地址。
37-
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 iServer|iPortal|online
37+
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 ISERVER|IPORTAL|ONLINE
3838
* @param {boolean} [options.withCredentials=false] - 请求是否携带 cookie。
3939
* @param {boolean} [options.crossOrigin] - 是否允许跨域请求。
4040
* @param {Object} [options.headers] - 请求头。

src/leaflet/services/ProcessingService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import {
3131
* @param {string} url - 分布式分析服务地址。
3232
* @param {Object} options - 参数。
3333
* @param {string} [options.proxy] - 服务代理地址。
34-
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 iServer|iPortal|online
34+
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 ISERVER|IPORTAL|ONLINE
3535
* @param {boolean} [options.withCredentials=false] - 请求是否携带 cookie。
3636
* @param {boolean} [options.crossOrigin] - 是否允许跨域请求。
3737
* @param {Object} [options.headers] - 请求头。

src/leaflet/services/QueryService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import {
2727
* @param {string} url - 地图查询服务访问地址。
2828
* @param {Object} options - 参数。
2929
* @param {string} [options.proxy] - 服务代理地址。
30-
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 iServer|iPortal|online
30+
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 ISERVER|IPORTAL|ONLINE
3131
* @param {boolean} [options.withCredentials=false] - 请求是否携带 cookie。
3232
* @param {boolean} [options.crossOrigin] - 是否允许跨域请求。
3333
* @param {Object} [options.headers] - 请求头。

src/leaflet/services/ServiceBase.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import L from "leaflet";
1010
* @param {string} url - 与客户端交互的服务地址。
1111
* @param {Object} options - 参数。
1212
* @param {string} [options.proxy] - 服务代理地址。
13-
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 iServer|iPortal|online
13+
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 ISERVER|IPORTAL|ONLINE
1414
* @param {boolean} [options.withCredentials=false] - 请求是否携带 cookie。
1515
* @param {boolean} [options.crossOrigin] - 是否允许跨域请求。
1616
* @param {Object} [options.headers] - 请求头。
@@ -24,7 +24,7 @@ export var ServiceBase = L.Evented.extend({
2424
url: null,
2525

2626
proxy: null,
27-
//服务来源 iServer|iPortal|online
27+
//服务来源 ISERVER|IPORTAL|ONLINE
2828
serverType: null,
2929

3030
withCredentials: false,

src/leaflet/services/SpatialAnalystService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import {
3838
* @param {string} url - 空间分析服务地址。
3939
* @param {Object} options - 参数。
4040
* @param {string} [options.proxy] - 服务代理地址。
41-
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 iServer|iPortal|online
41+
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 ISERVER|IPORTAL|ONLINE
4242
* @param {boolean} [options.withCredentials=false] - 请求是否携带 cookie。
4343
* @param {boolean} [options.crossOrigin] - 是否允许跨域请求。
4444
* @param {Object} [options.headers] - 请求头。

src/leaflet/services/ThemeService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import {ThemeService as SuperMapThemeService} from '@supermap/iclient-common';
2020
* @param {string} url - 服务的访问地址。
2121
* @param {Object} options - 参数。
2222
* @param {string} [options.proxy] - 服务代理地址。
23-
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 iServer|iPortal|online
23+
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 ISERVER|IPORTAL|ONLINE
2424
* @param {boolean} [options.withCredentials=false] - 请求是否携带 cookie。
2525
* @param {boolean} [options.crossOrigin] - 是否允许跨域请求。
2626
* @param {Object} [options.headers] - 请求头。

src/leaflet/services/TrafficTransferAnalystService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import {StopQueryService, TransferPathService, TransferSolutionService} from '@s
1818
* @param {string} url - 服务地址。
1919
* @param {Object} options - 参数。
2020
* @param {string} [options.proxy] - 服务代理地址。
21-
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 iServer|iPortal|online
21+
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 ISERVER|IPORTAL|ONLINE
2222
* @param {boolean} [options.withCredentials=false] - 请求是否携带 cookie。
2323
* @param {boolean} [options.crossOrigin] - 是否允许跨域请求。
2424
* @param {Object} [options.headers] - 请求头。

src/mapboxgl/services/AddressMatchService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import {AddressMatchService as CommonAddressMatchService} from '@supermap/iclien
2020
* @param {string} [options.proxy] - 服务代理地址。
2121
* @param {boolean} [options.withCredentials=false] - 请求是否携带 cookie。
2222
* @param {boolean} [options.crossOrigin] - 是否允许跨域请求。
23-
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 iServer|iPortal|online
23+
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 ISERVER|IPORTAL|ONLINE
2424
* @param {Object} [options.headers] - 请求头。
2525
* @extends {mapboxgl.supermap.ServiceBase}
2626
*/

src/mapboxgl/services/ChartService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import {Bounds, DataFormat, ChartQueryService, ChartFeatureInfoSpecsService} fro
2323
* @param {boolean} [options.withCredentials=false] - 请求是否携带 cookie。
2424
* @param {boolean} [options.crossOrigin] - 是否允许跨域请求。
2525
* @param {Object} [options.headers] - 请求头。
26-
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 iServer|iPortal|online
26+
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 ISERVER|IPORTAL|ONLINE
2727
*/
2828
export class ChartService extends ServiceBase {
2929
constructor(url, options) {

src/mapboxgl/services/FeatureService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import {
3131
* @param {boolean} [options.withCredentials=false] - 请求是否携带 cookie。
3232
* @param {boolean} [options.crossOrigin] - 是否允许跨域请求。
3333
* @param {Object} [options.headers] - 请求头。
34-
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 iServer|iPortal|online
34+
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 ISERVER|IPORTAL|ONLINE
3535
*/
3636
export class FeatureService extends ServiceBase {
3737
constructor(url, options) {

src/mapboxgl/services/FieldService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import {GetFieldsService, FieldStatisticService} from '@supermap/iclient-common'
2121
* @param {boolean} [options.withCredentials=false] - 请求是否携带 cookie。
2222
* @param {boolean} [options.crossOrigin] - 是否允许跨域请求。
2323
* @param {Object} [options.headers] - 请求头。
24-
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 iServer|iPortal|online
24+
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 ISERVER|IPORTAL|ONLINE
2525
* @extends {mapboxgl.supermap.ServiceBase}
2626
*/
2727
export class FieldService extends ServiceBase {

src/mapboxgl/services/GridCellInfosService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import {GetGridCellInfosService} from '@supermap/iclient-common';
2323
* @param {boolean} [options.withCredentials=false] - 请求是否携带 cookie。
2424
* @param {boolean} [options.crossOrigin] - 是否允许跨域请求。
2525
* @param {Object} [options.headers] - 请求头。
26-
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 iServer|iPortal|online
26+
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 ISERVER|IPORTAL|ONLINE
2727
*/
2828
export class GridCellInfosService extends ServiceBase {
2929

src/mapboxgl/services/LayerInfoService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import {
2727
* @param {boolean} [options.withCredentials=false] - 请求是否携带 cookie。
2828
* @param {boolean} [options.crossOrigin] - 是否允许跨域请求。
2929
* @param {Object} [options.headers] - 请求头。
30-
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 iServer|iPortal|online
30+
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 ISERVER|IPORTAL|ONLINE
3131
*/
3232
export class LayerInfoService extends ServiceBase {
3333

src/mapboxgl/services/MapService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {MapService as CommonMapService, TilesetsService} from '@supermap/iclient
1717
* @param {boolean} [options.withCredentials=false] - 请求是否携带 cookie。
1818
* @param {boolean} [options.crossOrigin] - 是否允许跨域请求。
1919
* @param {Object} [options.headers] - 请求头。
20-
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 iServer|iPortal|online
20+
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 ISERVER|IPORTAL|ONLINE
2121
* @example
2222
* new mapboxgl.supermap.MapService(url)
2323
* .getMapInfo(function(result){

src/mapboxgl/services/MeasureService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {Geometry, MeasureService as CommonMeasureService} from '@supermap/iclien
1717
* @param {boolean} [options.withCredentials=false] - 请求是否携带 cookie。
1818
* @param {boolean} [options.crossOrigin] - 是否允许跨域请求。
1919
* @param {Object} [options.headers] - 请求头。
20-
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 iServer|iPortal|online
20+
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 ISERVER|IPORTAL|ONLINE
2121
* @param {SuperMap.MeasureMode} [options.measureMode=SuperMap.MeasureMode.DISTANCE] - 量算模式,包括距离量算模式和面积量算模式。
2222
*/
2323
export class MeasureService extends ServiceBase {

src/mapboxgl/services/NetworkAnalyst3DService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import {
3030
* @param {boolean} [options.withCredentials=false] - 请求是否携带 cookie。
3131
* @param {boolean} [options.crossOrigin] - 是否允许跨域请求。
3232
* @param {Object} [options.headers] - 请求头。
33-
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 iServer|iPortal|online
33+
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 ISERVER|IPORTAL|ONLINE
3434
*/
3535
export class NetworkAnalyst3DService extends ServiceBase {
3636

src/mapboxgl/services/NetworkAnalystService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import {
3838
* @param {boolean} [options.withCredentials=false] - 请求是否携带 cookie。
3939
* @param {boolean} [options.crossOrigin] - 是否允许跨域请求。
4040
* @param {Object} [options.headers] - 请求头。
41-
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 iServer|iPortal|online
41+
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 ISERVER|IPORTAL|ONLINE
4242
*/
4343
export class NetworkAnalystService extends ServiceBase {
4444

src/mapboxgl/services/ProcessingService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import {
3434
* @param {boolean} [options.withCredentials=false] - 请求是否携带cookie。
3535
* @param {boolean} [options.crossOrigin] - 是否允许跨域请求。
3636
* @param {Object} [options.headers] - 请求头。
37-
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 iServer|iPortal|online
37+
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 ISERVER|IPORTAL|ONLINE
3838
*/
3939
export class ProcessingService extends ServiceBase {
4040

0 commit comments

Comments
 (0)