标签: openlayers-3
有没有办法在OpenLayers 3中删除控件?我正在创建一个自定义控件,其中包含一个文本框和一个用于执行函数的按钮。我希望用户能够单击“x”以关闭控件和/或点击esc键以“关闭”它。
答案 0 :(得分:0)
有
ol.Map.removeControl(yourControl);
here