标签: leaflet openlayers-3
有人知道OpenLayers 3是否有地图上的免费抽奖插件,如Leaflet.Freedraw?
Leaflet.FreeDraw
谢谢你
答案 0 :(得分:2)
不需要插件。它已经使用绘图组件ol.interaction.Draw集成在库本身中。您会看到它有一个freehandCondition选项。
ol.interaction.Draw
freehandCondition
默认情况下,你只需要转到the official Draw Features demo,选择在绘图时按住Shift键来绘制“LineString”或“Polygon”,它应该有效。