Thank u
How to avoid popup/infotemplate from the polyline graphic???
graphicsLayer.on("mouse-over", function (event) { var graphic = event.graphic; map.infoWindow.highlight = false; map.infoWindow.setFeatures([graphic]); map.infoWindow.show(event.screenPoint); }); |