I cannot see the codes I wrote in javascript, the program works like the old version

后端 未结 0 1012
没有蜡笔的小新
没有蜡笔的小新 2021-01-04 21:35
function IndicatePoint(x, y) { 
    console.log( "X : " + x  + "y : "  + y);
    var indicateFeature = new ol.geom.Point([x, y]);
    var text =          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题