draw = new ol.interaction.Draw({ // 在哪个画布上绘制 source: source, // 绘制的类型 type: 'Circle', geometryFunction:ol.interaction.Draw.createRegularPolygon(4)})