Skip to content

Commit e7d2029

Browse files
committed
2 parents 700f432 + 8c944ca commit e7d2029

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/openlayers/mapping/WebMap.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1781,7 +1781,7 @@ export class WebMap extends Observable {
17811781
* @description 将geojson的数据转换成ol.Feature
17821782
* @author gaozy
17831783
* @param {any} metaData
1784-
* @returns
1784+
* @returns {Array.<ol/Feature>} features
17851785
*/
17861786
_parseGeoJsonData2Feature(metaData) {
17871787
let allFeatures = metaData.allDatas.features,
@@ -1806,7 +1806,7 @@ export class WebMap extends Observable {
18061806
* @param {Array} datas excel和csv数据
18071807
* @param {String} divisionType 行政区划类型(省份 or 城市)
18081808
* @param {String} divisionField 行政区划字段
1809-
* @returns
1809+
* @returns {GeoJSONObject} geojson GeoJSON数据
18101810
* @memberof AddFromFileModal
18111811
*/
18121812
changeExcel2Geojson(features, datas, divisionType, divisionField) {
@@ -3911,4 +3911,4 @@ export class WebMap extends Observable {
39113911
return domainArray[1] === docDomainArray[1] && domainArray[2] === docDomainArray[2];
39123912
}
39133913
}
3914-
}
3914+
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy