Skip to content

Commit f857e8b

Browse files
committed
修改common 、openlayers、mapboxgl部分注释 review by zhurongchang
1 parent 91727b4 commit f857e8b

File tree

100 files changed

+961
-2726
lines changed

Some content is hidden

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

100 files changed

+961
-2726
lines changed

dist/iclient9-leaflet.js

Lines changed: 261 additions & 951 deletions
Large diffs are not rendered by default.

dist/iclient9-leaflet.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/iclient9-legacy.js

Lines changed: 6 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -3693,9 +3693,6 @@ function _inherits(subClass, superClass) { if (typeof superClass !== "function"
36933693
var AddressMatchService = function (_CommonServiceBase) {
36943694
_inherits(AddressMatchService, _CommonServiceBase);
36953695

3696-
/*
3697-
* @function SuperMap.AddressMatchService.prototype.constructor
3698-
*/
36993696
function AddressMatchService(url, options) {
37003697
_classCallCheck(this, AddressMatchService);
37013698

@@ -3704,6 +3701,7 @@ var AddressMatchService = function (_CommonServiceBase) {
37043701
_this.CLASS_NAME = "SuperMap.AddressMatchService";
37053702
return _this;
37063703
}
3704+
37073705
/**
37083706
* @inheritDoc
37093707
*/
@@ -3718,7 +3716,7 @@ var AddressMatchService = function (_CommonServiceBase) {
37183716
/**
37193717
* @function SuperMap.AddressMatchService.prototype.code
37203718
* @param url {string} 正向地址匹配服务地址
3721-
* @param params {object} 正向地址匹配服务参数
3719+
* @param params {SuperMap.GeoCodingParameter} 正向地址匹配服务参数
37223720
*/
37233721

37243722
}, {
@@ -3730,7 +3728,7 @@ var AddressMatchService = function (_CommonServiceBase) {
37303728
/**
37313729
* @function SuperMap.AddressMatchService.prototype.decode
37323730
* @param url {string} 反向地址匹配服务地址
3733-
* @param params {object} 反向地址匹配服务参数
3731+
* @param params {SuperMap.GeoDecodingParameter} 反向地址匹配服务参数
37343732
*/
37353733

37363734
}, {
@@ -4071,12 +4069,6 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
40714069
*/
40724070
var GeoCodingParameter = function () {
40734071

4074-
/*
4075-
* @function SuperMap.GeoCodingParameter.prototype.constructor
4076-
* @param options - {Object} 参数。
4077-
*/
4078-
4079-
40804072
/**
40814073
* @member SuperMap.GeoCodingParameter.prototype.prjCoordSys -{String}
40824074
* @description 查询结果的坐标系。
@@ -4188,12 +4180,6 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
41884180
*/
41894181
var GeoDecodingParameter = function () {
41904182

4191-
/*
4192-
* @function SuperMap.GeoDecodingParameter.prototype.constructor
4193-
* @param options - {Object} 参数。
4194-
*/
4195-
4196-
41974183
/**
41984184
* @member SuperMap.GeoDecodingParameter.prototype.maxReturn -{number}
41994185
* @description 最大返回结果数。
@@ -5622,11 +5608,6 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
56225608
* @param options - {Object} 参数。
56235609
*/
56245610
var KeyServiceParameter = function () {
5625-
5626-
/*
5627-
* @function SuperMap.KeyServiceParameter.prototype.constructor
5628-
* @param options - {Object} 参数。
5629-
*/
56305611
function KeyServiceParameter(options) {
56315612
_classCallCheck(this, KeyServiceParameter);
56325613

@@ -5641,8 +5622,8 @@ var KeyServiceParameter = function () {
56415622

56425623
/**
56435624
* @function SuperMap.KeyServiceParameter.prototype.toJSON
5644-
* @description 转换成JSON字符串
5645-
* @return {string} 参数的JSON字符串
5625+
* @description 转换成JSON对象
5626+
* @return {object} 参数的JSON对象
56465627
*/
56475628

56485629

@@ -5924,16 +5905,11 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
59245905
/**
59255906
* @class SuperMap.ServerInfo
59265907
* @classdesc 服务器信息(安全相关),包含服务器类型,服务地址,token服务地址等
5927-
*/
5928-
5929-
var ServerInfo =
5930-
5931-
/**
5932-
* @function SuperMap.ServerInfo.prototype.constructor
59335908
* @param type -{string} 类型
59345909
* @param options - {Object} 参数。
59355910
*/
59365911

5912+
var ServerInfo =
59375913

59385914
/**
59395915
* @member SuperMap.ServerInfo.prototype.tokenServiceUrl -{string}
@@ -6025,13 +6001,6 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
60256001
* @param options - {Object} 参数。
60266002
*/
60276003
var TokenServiceParameter = function () {
6028-
6029-
/*
6030-
* @function SuperMap.TokenServiceParameter.prototype.constructor
6031-
* @description 地图缓存参数类
6032-
* @param options - {Object} 参数。
6033-
*/
6034-
60356004
/**
60366005
* @member SuperMap.TokenServiceParameter.prototype.referer -{String}
60376006
* @description clientType=Referer 时,必选。如果按照指定 URL 的方式申请令牌,则传递相应的 URL。

dist/iclient9-mapboxgl.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -391,10 +391,10 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
391391

392392
/**
393393
* @class mapboxgl.supermap.MapvLayer
394-
* @classdesc MAPV图层信息
395-
* @param map - {String} 地图
394+
* @classdesc Mapv图层
395+
* @param map - {object} 地图
396396
* @param dataSet -{Object} 数据集
397-
* @param mapVOptions -{Object} 交互时所需可选参数。
397+
* @param mapVOptions -{Object} Mapv参数
398398
*/
399399
var MapvLayer = exports.MapvLayer = function () {
400400
function MapvLayer(map, dataSet, mapVOptions) {

0 commit comments

Comments
 (0)