网格
OpenLayers的动态网格实现6。
在当前视图范围内渲染点的规则网格。 旨在用作高级捕捉控件的一部分。
入门
多合一示例
<!doctype html >
< html lang =" en " >
< head >
< link rel =" stylesheet " href =" https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.3.1/css/ol.css " type =" text/css " >
< style >
. map {
height : 400 px ;
width : 100 % ;
}
</ style >
< script src =" https://cdn.
1