gpt4 book ai didi

openlayers-3 - 拖动要素 POLYGON OL3

转载 作者:行者123 更新时间:2023-12-04 05:11:05 26 4
gpt4 key购买 nike

我尝试查找代码来拖动多边形(而不是修改)....OL3

多边形由代码创建(bbox 用于打印区域)。

有人可以在这里编码吗?

    var format = new ol.format.WKT();
var feature = format.readFeature(wkt2);

selectInteraction = new ol.interaction.Select({style: styles});
map.addInteraction(selectInteraction);
selectInteraction.getFeatures().push(feature);
modifyInteraction = new ol.interaction.DragAndDrop({
features: selectInteraction.getFeatures()
});
map.addInteraction(modifyInteraction);


vector = new ol.layer.Vector({
style: styles,
source: new ol.source.Vector({
features: [feature]
})
});
map.getLayers().insertAt(1000, vector);

最佳答案

请参阅此处的拖动功能示例:http://openlayers.org/en/v3.4.0/examples/drag-features.html

还有正在进行的翻译交互工作,请参阅:https://github.com/openlayers/ol3/pull/3250

关于openlayers-3 - 拖动要素 POLYGON OL3,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29790670/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com