// 二. 创建画笔draw = new ol.interaction.Draw({ // 在哪个画布上绘制 source: source, // 绘制的类型 type: 'LineString',})map.addInteraction(draw)