function init() { var popup = new esri.dijit.Popup({ highlight: false }, dojo.create("div")); /*var infoWindow = new myModules.InfoWindow({ domNode: dojo.create("div", null, dojo.byId("map")) });*/ map = new esri.Map("map", { basemap: "streets", infoWindow: popup, center: [-77.16, 39.09], zoom: 13 }); //or you can set it seperately if want to wait till later by using the setInfoWindow method. //map.setInfoWindow(popup);
map.infoWindow.highlight = false;
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.