This page (revision-1) was last changed on 20-Apr-2024 11:53 by Hiroaki Tateshita

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
20-Apr-2024 11:53 387 bytes Hiroaki Tateshita

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 15 lines
[{PageViewPlugin}]
[KiboFinder]
!!!Abstract
[OpenLayers]の地図を作り直さず、表示されている点を更新したい。
!!!Topic
|ol.Mapオブジェクトのlayerをアップデートすることで更新できそう。v3のAPI[1]によるとsetLayerGroupを呼ぶ必要があるようだ。
|getLayers()でol.layerの配列を得て、そこをpopとかpushでアップデートして
|getLayerGroup()で得たol.layer.Groupにleyersをセットしたものを
|setLayerGroup()でセットすると更新に成功!
!!!Reference
#[#1][https://geoadmin.github.io/ol3/apidoc/ol.Map.html]