OpenLayersマップの経緯線ラベルの色を変更しようとしていますが、機能させることができません。これが私がしていることです:
this.Graticule = new OpenLayers.Control.Graticule({
numPoints: 2,
labelled: true,
lineSymbolizer:{strokeColor: "#ffffff", strokeWidth: 1, strokeOpacity: 0.2},
labelSymbolizer:{strokeColor: "#ffffff", strokeWidth: 1, strokeOpacity: 0.7}
});
色の線は変わりますが、私はいつも黒いラベルを取得します。
誰かがここで私を助けてくれますか?
ありがとう。