Change OL3 drawing cursor (blue circle)

成功解決 Openlayers 繪製 Annotation 時,鼠標出現藍色圓點問題spa

實例化Draw時,設置Style爲空(默認爲小藍點)code

new ol.interaction.Draw({
  style: new ol.style.Style()
});

tips: 能夠自定義鼠標懸浮樣式,可加 new Image() 等。blog

相關文章
相關標籤/搜索