0
私はちょうどスタイルのための矩形を描きたいです。OpenLayers 4 - 矩形を描画
私はこの
image: new ol.style.RegularShape({
fill: fill,
//stroke: stroke,
// offsetY: -25,
points: 4,
radius1: 30,
//radius2:20,
angle: Math.PI/4
})
をすれば、それは私がこの
image: new ol.style.RegularShape({
fill: fill,
//stroke: stroke,
// offsetY: -25,
points: 4,
radius1: 30,
radius2:10,
angle: Math.PI/4
})
を与えてくれそうでなければ、この
を与えます0
どのように矩形を描くことができますか?