我試圖添加一個函數,在按住'ctrl'(例如,一個圓)時啓用繪圖功能。 var source = new ol.source.Vector({wrapX: false})
var draw = new ol.interaction.Draw({
source: source,
type: 'Circle'
})
document.addEventListener('ke
我需要向我的openlayers地圖添加一些版權信息文本。該網站提供了一個按照類似於http://openlayers.org/en/latest/examples/export-map.html所示的方式將地圖導出到PNG的按鈕。因此,導出的PNG地圖上的版權文本也必須處於打開狀態。因爲「Exported the map to PNG」東西適用於只輸出畫布中的內容(無html控件,或者,無法使用