Printing Issue from ArcGIS Online  Map Application

17673
38
04-24-2012 08:29 AM
IT_DeptDept
New Contributor II
Hello everyone,

I created a map application using ArcGIS Online template ( Basic Viewer) which has printing functionality. But print is not working. I thought of browser issue and tried to print in different browser, still no luck. Here is URL for map application;

http://www.arcgis.com/apps/OnePane/basicviewer/index.html?appid=9acad5c2f1e3447fbee1472c795b0847

One more question, is there way to make "Details" tab as a default instead " Legend" in Basic Viewer template?

Thanks
Tags (2)
38 Replies
MikeMinami
Esri Notable Contributor
I can reproduce the problem with your application. We are looking into it.

Thanks,

Mike
IT_DeptDept
New Contributor II
That would be great help !

Thanks Mike.
0 Kudos
CharlieHofmann
New Contributor II
Any luck in setting the "Details" tab to be the default in the Basic Viewer?

I've downloaded the template and spent some time looking through the code, but really don't know where to start when it comes to customizing that.

Thanks!

Charlie
0 Kudos
KellyHutchins
Esri Frequent Contributor
Charlie,

The easiest way to make the detail panel the default is to find the following code snippet (~ line 630 of layout.js)

  if (configOptions.displaylegend == 'true' || configOptions.displaylegend === true) {
    addLegend(layerInfo);
  }


and move them to approx line 598 - just above the code that adds the details button and panel

<!-- ADD LEGEND CODE HERE -->
  //Add the Detail button and panel
  if ((configOptions.displaydetails === 'true' || configOptions.displaydetails === true) && configOptions.description !== "") {

......
0 Kudos
KellyHutchins
Esri Frequent Contributor
The printing problem is a bug that will be fixed in the next release.

Kelly
JayLarsen
Occasional Contributor II

I can see no improvement in AGOL printing.

ZIP layers disappear.  Other feature layers either disappear or print with a generic "blank icon" instead of they symbol.

How can I escalate this printing discussion?  This has been going on for at least a year now.  New releases are always promised, but I can detect no change.  Whether Firefox, Chrome, or IE...Mac or Win.

0 Kudos
CharlieHofmann
New Contributor II
Kelly,

It worked like a charm! Thank you!

Charlie
0 Kudos
IT_DeptDept
New Contributor II
Thanks Kelly,

Line placement of code was really helpful to set a default tab. Now, my question is how one can showcase the customized map apps into Public Map Gallery 1.3.1.

Regards
0 Kudos
MichaelKlein
New Contributor II
The printing problem is a bug that will be fixed in the next release.

Kelly


Hi.  I'd like to use the Printing functionality also.  I'll keep watching this tread for news of the next release with a working Printing button.
Thanks.
0 Kudos