标签: javascript openlayers geoext
我正在尝试从layerGroup中删除图层。但是我不知道如何继续。我有一个按钮,单击该按钮,该图层应从列表中删除。
var min = Math.ceil(0); var max = Math.floor(4); randQuote = Math.floor(Math.random() * (max - min)) + min;