@@ -63773,7 +63773,7 @@ class ThemeLayer_Theme {
6377363773
6377463774 /**
6377563775 * @function mapboxgl.supermap.ThemeLayer.prototype.addFeatures
63776- * @param {mapboxgl.supermap.ThemeFeature|Object} features - 待转要素包括 mapboxgl.supermap.ThemeFeature 类型和 GeoJOSN 规范数据类型
63776+ * @param {mapboxgl.supermap.ThemeFeature|Object} features - 待转要素包括 mapboxgl.supermap.ThemeFeature 类型和 GeoJSON 规范数据类型
6377763777 * @description 抽象方法,可实例化子类必须实现此方法。向专题图图层中添加数据 ,
6377863778 * 专题图仅接收 SuperMap.Feature.Vector 类型数据,
6377963779 * feature 将储存于 features 属性中,其存储形式为数组。
@@ -63979,7 +63979,7 @@ class ThemeLayer_Theme {
6397963979 /**
6398063980 * @function mapboxgl.supermap.ThemeLayer.prototype.toFeature
6398163981 * @description 转为 iClient 要素。
63982- * @param {mapboxgl.supermap.ThemeFeature|Object} features - 待转要素包括 mapboxgl.supermap.ThemeFeature 类型和 GeoJOSN 规范数据类型。
63982+ * @param {mapboxgl.supermap.ThemeFeature|Object} features - 待转要素包括 mapboxgl.supermap.ThemeFeature 类型和 GeoJSON 规范数据类型。
6398363983 * @returns {SuperMap.Feature.Vector} 转换后的 iClient 要素。
6398463984 */
6398563985 toiClientFeature(features) {
@@ -63996,7 +63996,7 @@ class ThemeLayer_Theme {
6399663996 // 若是 GeometryVector 直接返回
6399763997 featuresTemp.push(features[i]);
6399863998 } else if (["FeatureCollection", "Feature", "Geometry"].indexOf(features[i].type) != -1) {
63999- //GeoJOSN 规范数据类型
63999+ //GeoJSON 规范数据类型
6400064000 let format = new GeoJSON_GeoJSON();
6400164001 featuresTemp = featuresTemp.concat(format.read(features[i]));
6400264002 } else if (features[i].geometry && features[i].geometry.parts) {
@@ -64014,7 +64014,7 @@ class ThemeLayer_Theme {
6401464014 * @function mapboxgl.supermap.ThemeLayer.prototype.toFeature
6401564015 * @deprecated
6401664016 * @description 转为 iClient 要素,该方法将被弃用,由 {@link mapboxgl.supermap.ThemeLayer#toiClientFeature} 代替。
64017- * @param {mapboxgl.supermap.ThemeFeature|Object} features - 待转要素包括 mapboxgl.supermap.ThemeFeature 类型和 GeoJOSN 规范数据类型。
64017+ * @param {mapboxgl.supermap.ThemeFeature|Object} features - 待转要素包括 mapboxgl.supermap.ThemeFeature 类型和 GeoJSON 规范数据类型。
6401864018 * @returns {SuperMap.Feature.Vector} 转换后的 iClient 要素。
6401964019 */
6402064020 toFeature(features) {
@@ -69292,7 +69292,7 @@ class HeatMapLayer_HeatMapLayer extends external_mapboxgl_default.a.Evented {
6929269292 /**
6929369293 * @function mapboxgl.supermap.HeatMapLayer.prototype.addFeatures
6929469294 * @description 添加热点信息。
69295- * @param {Object} features - 待添加的要素数组,支持 GeoJOSN 规范数据类型。
69295+ * @param {Object} features - 待添加的要素数组,支持 GeoJSON 规范数据类型。
6929669296 *
6929769297 * @example
6929869298 * var geojson = {
@@ -69548,7 +69548,7 @@ class HeatMapLayer_HeatMapLayer extends external_mapboxgl_default.a.Evented {
6954869548 /**
6954969549 * @function mapboxgl.supermap.HeatMapLayer.prototype.toiClientFeature
6955069550 * @description 转为 iClient 要素。
69551- * @param {Object} features - 待添加的要素数组,支持 GeoJOSN 规范数据类型。
69551+ * @param {Object} features - 待添加的要素数组,支持 GeoJSON 规范数据类型。
6955269552 */
6955369553 toiClientFeature(features) {
6955469554 if (!Util_Util.isArray(features)) {
@@ -69560,7 +69560,7 @@ class HeatMapLayer_HeatMapLayer extends external_mapboxgl_default.a.Evented {
6956069560 // 若是 GeometryVector 直接返回
6956169561 featuresTemp.push(features[i]);
6956269562 } else if (["FeatureCollection", "Feature", "Geometry"].indexOf(features[i].type) != -1) {
69563- //GeoJOSN 规范数据类型
69563+ //GeoJSON 规范数据类型
6956469564 let format = new GeoJSON_GeoJSON();
6956569565 featuresTemp = featuresTemp.concat(format.read(features[i]));
6956669566 } else if (features[i].geometry && features[i].geometry.parts) {
@@ -69784,7 +69784,7 @@ external_mapboxgl_default.a.supermap.HeatMapLayer = HeatMapLayer_HeatMapLayer;
6978469784 * @param {string} layerTypeID - 高效率图层类型 ID,包括 "scatter-plot" 高效率点图层、"path-layer" 路径图层(线图层)、
6978569785 * "polygon-layer" 高效率面图层、 "arc-layer" 曲线图层、"hexagon-layer" 正六边形图层(蜂巢图层)、"screen-grid-layer" 网格图层。
6978669786 * @param {Object} options - 图层配置项,包括以下参数:
69787- * @param {Array.<Object>} options.data - 图层数据,支持 GeoJOSN 规范数据类型。
69787+ * @param {Array.<Object>} options.data - 图层数据,支持 GeoJSON 规范数据类型。
6978869788 * @param {Object} options.callback - deckgl 图层回调函数配置项。
6978969789 * @param {Object} options.props - deckgl 图层配置项, 在该参数下配置图层配置项:
6979069790 * @param {boolean} options.props.coverage - "hexagon-layer" 配置项:六边形半径乘数,介于0 - 1之间。六边形的最终半径通过覆盖半径计算。 注意:覆盖范围不会影响分数的分配方式。 分配方式的半径仅由半径属性确定;
0 commit comments