Skip to content

Commit f4e5f69

Browse files
committed
leaflet/mbgl/classic 所有示例脚本引用include化
1 parent 55322b5 commit f4e5f69

File tree

166 files changed

+4933
-5222
lines changed

Some content is hidden

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

166 files changed

+4933
-5222
lines changed

dist/iclient-classic.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2445,7 +2445,7 @@ function _inherits(subClass, superClass) { if (typeof superClass !== "function"
24452445

24462446
/**
24472447
* @class SuperMap.REST.ProcessingService
2448-
* @description 分布式空间分析相关服务类。
2448+
* @classdesc 分布式空间分析相关服务类。
24492449
* @augments SuperMap.CommonServiceBase
24502450
* @example
24512451
* 用法:
@@ -4367,7 +4367,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
43674367

43684368
/**
43694369
* @class SuperMap.KernelDensityJobParameter
4370-
* @description 密度分析任务参数类
4370+
* @classdesc 密度分析任务参数类
43714371
* @param options - {Object} 可选参数。如:<br>
43724372
* datasetName -{string} 数据集名。 <br>
43734373
* query -{SuperMap.Bounds} 分析范围。范围类型可以是SuperMap.Bounds|L.Bounds|ol.extent。 <br>
@@ -5890,7 +5890,7 @@ _SuperMap2.default.SecurityManager = {
58905890
* @param newTab -{boolean}是否新窗口打开
58915891
*/
58925892
loginOnline: function loginOnline(callbackLocation, newTab) {
5893-
var loginUrl = SecurityManager.SSO + "/login?service=" + callbackLocation;
5893+
var loginUrl = _SuperMap2.default.SecurityManager.SSO + "/login?service=" + callbackLocation;
58945894
this._open(loginUrl, newTab);
58955895
},
58965896

dist/iclient-classic.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-leaflet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5056,7 +5056,7 @@ _SuperMap2["default"].SecurityManager = {
50565056
* @param newTab -{boolean}是否新窗口打开
50575057
*/
50585058
loginOnline: function loginOnline(callbackLocation, newTab) {
5059-
var loginUrl = SecurityManager.SSO + "/login?service=" + callbackLocation;
5059+
var loginUrl = _SuperMap2["default"].SecurityManager.SSO + "/login?service=" + callbackLocation;
50605060
this._open(loginUrl, newTab);
50615061
},
50625062

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-mapboxgl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35981,7 +35981,7 @@ _SuperMap2.default.SecurityManager = {
3598135981
* @param newTab -{boolean}是否新窗口打开
3598235982
*/
3598335983
loginOnline: function loginOnline(callbackLocation, newTab) {
35984-
var loginUrl = SecurityManager.SSO + "/login?service=" + callbackLocation;
35984+
var loginUrl = _SuperMap2.default.SecurityManager.SSO + "/login?service=" + callbackLocation;
3598535985
this._open(loginUrl, newTab);
3598635986
},
3598735987

dist/iclient9-mapboxgl.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.

0 commit comments

Comments
 (0)