diff --git a/js/main.js b/js/main.js index 8aea304..43154bc 100644 --- a/js/main.js +++ b/js/main.js @@ -1228,11 +1228,11 @@ define([ mapDiv.innerHTML = fsHTML; arcgisUtils.createMap(itemInfo, mapDiv, { mapOptions: { - editable: true, infoWindow: popup // Optionally define additional map config here for example you can // turn the slider off, display info windows, disable wraparound 180, slider position and more. }, + editable: true, usePopupManager: true, bingMapsKey: this.config.bingKey }).then(lang.hitch(this, function (response) {