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
6992869928 }
6992969929
6993069930 /**
69931- * @function ol .supermap.SpatialAnalystService.prototype.geometrybatchAnalysis
69931+ * @function mapboxgl .supermap.SpatialAnalystService.prototype.geometrybatchAnalysis
6993269932 * @description 批量空间分析。
6993369933 * @param {Array} params - 批量分析参数对象数组,包括:
6993469934 * @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
5274052740 }
5274152741
5274252742 /**
52743- * @function ol .supermap.SpatialAnalystService.prototype.geometrybatchAnalysis
52743+ * @function mapboxgl .supermap.SpatialAnalystService.prototype.geometrybatchAnalysis
5274452744 * @description 批量空间分析。
5274552745 * @param {Array} params - 批量分析参数对象数组,包括:
5274652746 * @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 {
6570265702 for (let i = 0; i < features.length; i++) {
6570365703
6570465704 if (features[i] instanceof ThemeFeature_ThemeFeature) {
65705- //mapboxgl .supermap.ThemeFeature 类型
65705+ //ol .supermap.ThemeFeature 类型
6570665706 featuresTemp.push(features[i].toFeature());
6570765707 continue;
6570865708 } 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) {
2135521355 for (var i = 0; i < features.length; i++) {
2135621356
2135721357 if (features[i] instanceof _ThemeFeature.ThemeFeature) {
21358- //mapboxgl .supermap.ThemeFeature 类型
21358+ //ol .supermap.ThemeFeature 类型
2135921359 featuresTemp.push(features[i].toFeature());
2136021360 continue;
2136121361 } 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 {
342342 }
343343
344344 /**
345- * @function ol .supermap.SpatialAnalystService.prototype.geometrybatchAnalysis
345+ * @function mapboxgl .supermap.SpatialAnalystService.prototype.geometrybatchAnalysis
346346 * @description 批量空间分析。
347347 * @param {Array } params - 批量分析参数对象数组,包括:
348348 * @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 {
508508 for ( let i = 0 ; i < features . length ; i ++ ) {
509509
510510 if ( features [ i ] instanceof ThemeFeature ) {
511- //mapboxgl .supermap.ThemeFeature 类型
511+ //ol .supermap.ThemeFeature 类型
512512 featuresTemp . push ( features [ i ] . toFeature ( ) ) ;
513513 continue ;
514514 } else if ( features [ i ] instanceof ol . Feature ) {
You can’t perform that action at this time.
0 commit comments