0
我意識到OpenLayers 3不像OpenLayers 2那樣區分底圖和其他圖層(OL2圖層有isBaseLayer
property,但我沒有在OL3中看到相同的圖層)。更新OpenLayers中的底圖3
我猜一定是有方法來設置添加層到地圖在訂貨時...像
map.addLayer(newBasemap, 1); // where all other layers would have an ordering greater than 1
但是,當我看文檔,我看是addLayer(layer)
哪些地方在其他層之上的新層。
如何確保新的(底圖)圖層放置在其他圖層下方而不是頂部?
請注意,您可以用'map.getLayers()。setAt(索引層) '用一個新的索引替換給定索引處的圖層。 – erilem 2014-11-06 20:41:45