File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -69928,7 +69928,7 @@ class SpatialAnalystService_SpatialAnalystService extends ServiceBase_ServiceBas
69928
69928
}
69929
69929
69930
69930
/**
69931
- * @function ol .supermap.SpatialAnalystService.prototype.geometrybatchAnalysis
69931
+ * @function mapboxgl .supermap.SpatialAnalystService.prototype.geometrybatchAnalysis
69932
69932
* @description 批量空间分析。
69933
69933
* @param {Array} params - 批量分析参数对象数组,包括:
69934
69934
* @param {string} params.analystName - 空间分析方法的名称。包括:</br>
Original file line number Diff line number Diff line change @@ -52740,7 +52740,7 @@ var SpatialAnalystService = exports.SpatialAnalystService = function (_ServiceBa
52740
52740
}
52741
52741
52742
52742
/**
52743
- * @function ol .supermap.SpatialAnalystService.prototype.geometrybatchAnalysis
52743
+ * @function mapboxgl .supermap.SpatialAnalystService.prototype.geometrybatchAnalysis
52744
52744
* @description 批量空间分析。
52745
52745
* @param {Array} params - 批量分析参数对象数组,包括:
52746
52746
* @param {string} params.analystName - 空间分析方法的名称。包括:</br>
Original file line number Diff line number Diff line change @@ -65702,7 +65702,7 @@ class theme_Theme_Theme extends external_ol_default.a.source.ImageCanvas {
65702
65702
for (let i = 0; i < features.length; i++) {
65703
65703
65704
65704
if (features[i] instanceof ThemeFeature_ThemeFeature) {
65705
- //mapboxgl .supermap.ThemeFeature 类型
65705
+ //ol .supermap.ThemeFeature 类型
65706
65706
featuresTemp.push(features[i].toFeature());
65707
65707
continue;
65708
65708
} else if (features[i] instanceof external_ol_default.a.Feature) {
Original file line number Diff line number Diff line change @@ -21355,7 +21355,7 @@ var Theme = exports.Theme = function (_ol$source$ImageCanva) {
21355
21355
for (var i = 0; i < features.length; i++) {
21356
21356
21357
21357
if (features[i] instanceof _ThemeFeature.ThemeFeature) {
21358
- //mapboxgl .supermap.ThemeFeature 类型
21358
+ //ol .supermap.ThemeFeature 类型
21359
21359
featuresTemp.push(features[i].toFeature());
21360
21360
continue;
21361
21361
} else if (features[i] instanceof _openlayers2.default.Feature) {
Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ export class SpatialAnalystService extends ServiceBase {
342
342
}
343
343
344
344
/**
345
- * @function ol .supermap.SpatialAnalystService.prototype.geometrybatchAnalysis
345
+ * @function mapboxgl .supermap.SpatialAnalystService.prototype.geometrybatchAnalysis
346
346
* @description 批量空间分析。
347
347
* @param {Array } params - 批量分析参数对象数组,包括:
348
348
* @param {string } params.analystName - 空间分析方法的名称。包括:</br>
Original file line number Diff line number Diff line change @@ -508,7 +508,7 @@ export class Theme extends ol.source.ImageCanvas {
508
508
for ( let i = 0 ; i < features . length ; i ++ ) {
509
509
510
510
if ( features [ i ] instanceof ThemeFeature ) {
511
- //mapboxgl .supermap.ThemeFeature 类型
511
+ //ol .supermap.ThemeFeature 类型
512
512
featuresTemp . push ( features [ i ] . toFeature ( ) ) ;
513
513
continue ;
514
514
} else if ( features [ i ] instanceof ol . Feature ) {
You can’t perform that action at this time.
0 commit comments