Aller au contenu principal

Passing multiple webmaps to a report in Workflow

Commentaires

2 commentaires

  • Ali VanSickle

     

    The Webmap Parameters need to be passed into an Array: 

    =[$webmapForReport1.result,$webmapForReport2.result]
     


    You also need to remove the value from the “Include Map” input as it gets confused.

    This may result in a larger amount of data being sent to the report, so you may need to increase the limits in the Web.Config. VertiGIS support helped me with this one:
    C:\Program Files\VertiGIS\VertiGIS Studio Reporting\Deployment\Service\Web.config

    This increased it from ~4MB to 20MB. The "maxRequestLength" one is measured in kilobytes and the "maxAllowedContentLength" one is in Bytes.
     

    1
  • Nick Carson

    Thanks Ali! This is exactly what I was looking for

    0

Vous devez vous connecter pour laisser un commentaire.