Skip to content

Commit

Permalink
editable
Browse files Browse the repository at this point in the history
  • Loading branch information
driskull committed Sep 23, 2014
1 parent bb5bfb1 commit 0564eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 0564eae

Please sign in to comment.