Openlayers 3 FreeDraw 喜欢 Leaflet.FreeDraw
Openlayers 3 FreeDraw like Leaflet.FreeDraw
有人知道 OpenLayers 3 是否有像 Leaflet.Freedraw 这样在地图上免费绘制的插件吗?
谢谢你
不需要插件。它已经与绘图组件 ol.interaction.Draw
集成在库本身中。您会看到它有一个 freehandCondition
选项。
默认情况下,您只需转到 the official Draw Features demo,在绘制时按住 Shift 键选择绘制 "LineString" 或 "Polygon" 即可。
有人知道 OpenLayers 3 是否有像 Leaflet.Freedraw 这样在地图上免费绘制的插件吗?
谢谢你
不需要插件。它已经与绘图组件 ol.interaction.Draw
集成在库本身中。您会看到它有一个 freehandCondition
选项。
默认情况下,您只需转到 the official Draw Features demo,在绘制时按住 Shift 键选择绘制 "LineString" 或 "Polygon" 即可。