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] - 请求头。

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy