添加线
Apr 25, 2017
添加单线
addPolyline(line, options)
参数:
{Object} line
标准空间要素{Object} attributes
属性信息,用于气泡展示等其他要素{String} id || ID
id必传
{ol.geom.Geometry}
空间位置信息{String}
要素类型
{Object} options
相关参数{String} layerName
图层name
用法:
1<button onclick="addLine()">添加线</button>
|
|
添加多线
addPolyline(line, options)
参数:
{Array} lines
标准空间要素数组{Object} options
相关参数
用法:
1<button onclick="addLines()">添加多线</button>
|
|