Can anybody answer, or offer suggestions, to these questions regarding the ESRI Print widget for Web AppBuilder?
1) Is it possible to add a north arrow to the print layouts?
2) Under the Advanced options is it possible to set the default to preserve "map extent" instead of "map scale." I'm having trouble locating that in the code.
Solved! Go to Solution.
Adam,
<td> <input type="radio" data-dojo-type="dijit/form/RadioButton" data-dojo-props="name:'preserveScale',checked:true,value:'true'" /> ${nls.mapScale} <input type="radio" data-dojo-type="dijit/form/RadioButton" data-dojo-props="name:'preserveScale',value:'false'" /> ${nls.mapExtent} </td>
Change checked value true to false and vise versa.
Adam,
<td> <input type="radio" data-dojo-type="dijit/form/RadioButton" data-dojo-props="name:'preserveScale',checked:true,value:'true'" /> ${nls.mapScale} <input type="radio" data-dojo-type="dijit/form/RadioButton" data-dojo-props="name:'preserveScale',value:'false'" /> ${nls.mapExtent} </td>
Change checked value true to false and vise versa.
Robert,
As always, thanks for the information. I don't think I'll mess with the north arrow just yet. I was able to switch my default "Preserve" setting per your tip though, and that will help our users.
Again, thank you very much.
Robert,
I tried changing these values in a web mapping application downloaded from ArcGIS Online. Should that work or is this intended for the developer version of webapp builder? Also can the default resolution of 96 be changed?
Thanks