function IndicatePoint(x, y) { console.log( "X : " + x + "y : " + y); var indicateFeature = new ol.geom.Point([x, y]); var text =