MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / createLinesData

Method createLinesData

src/openlayers/mapping/WebMap.js:4821–4823  ·  view source on GitHub ↗

* @private * @function WebMap.prototype.createLinesData * @param {Object} layerInfo 图层信息 * @param {Array} properties 属性 * @returns {Array} 线数据

(layerInfo, properties)

Source from the content-addressed store, hash-verified

4819 * @returns {Array} 线数据
4820 */
4821 createLinesData(layerInfo, properties) {
4822 return createLinesData(layerInfo, properties);
4823 }
4824
4825 /**
4826 * @private

Callers 1

createMigrationLayerMethod · 0.95

Calls 1

createLinesDataFunction · 0.90

Tested by

no test coverage detected