<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Attribution clarification for print templates in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribution-clarification-for-print-templates/m-p/1020198#M71507</link>
    <description>&lt;P&gt;I'm designing an ArcGIS JS 4.x web application, internally hosted and internally viewed only (not publicly accessible). It'll include a basemap gallery with ESRI hosted basemaps. Upon previewing the application, our test users find "Sources: Esri, HERE, Garmin, USGS,...etc." to be annoying and distracting in the layout when using the print service to export to PDF. They'll have the option to choose a "map_only" or custom print template (portrait or layout).&amp;nbsp;&lt;/P&gt;&lt;P&gt;With this being said, I need a little clarification regarding &lt;A href="https://developers.arcgis.com/terms/attribution/" target="_self"&gt;attribution requirements&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;In the PrintTemplate API page, it says this for attributionVisible: "When false, the attribution is not displayed on the printout. This only applies when the layout value is map-only."&lt;/P&gt;&lt;P&gt;Are we allowed to hide attribution for "map_only" exports, or is the ESRI AGO basemap credit required for all print templates? I didn't see this explicitly stated. Is there any exception with live or printed maps that I may have overlooked? Just double-checking.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Jan 2021 19:50:31 GMT</pubDate>
    <dc:creator>Andy_Morgan</dc:creator>
    <dc:date>2021-01-26T19:50:31Z</dc:date>
    <item>
      <title>Attribution clarification for print templates</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribution-clarification-for-print-templates/m-p/1020198#M71507</link>
      <description>&lt;P&gt;I'm designing an ArcGIS JS 4.x web application, internally hosted and internally viewed only (not publicly accessible). It'll include a basemap gallery with ESRI hosted basemaps. Upon previewing the application, our test users find "Sources: Esri, HERE, Garmin, USGS,...etc." to be annoying and distracting in the layout when using the print service to export to PDF. They'll have the option to choose a "map_only" or custom print template (portrait or layout).&amp;nbsp;&lt;/P&gt;&lt;P&gt;With this being said, I need a little clarification regarding &lt;A href="https://developers.arcgis.com/terms/attribution/" target="_self"&gt;attribution requirements&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;In the PrintTemplate API page, it says this for attributionVisible: "When false, the attribution is not displayed on the printout. This only applies when the layout value is map-only."&lt;/P&gt;&lt;P&gt;Are we allowed to hide attribution for "map_only" exports, or is the ESRI AGO basemap credit required for all print templates? I didn't see this explicitly stated. Is there any exception with live or printed maps that I may have overlooked? Just double-checking.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 19:50:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribution-clarification-for-print-templates/m-p/1020198#M71507</guid>
      <dc:creator>Andy_Morgan</dc:creator>
      <dc:date>2021-01-26T19:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Attribution clarification for print templates</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribution-clarification-for-print-templates/m-p/1021322#M71533</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/366432"&gt;@Andy_Morgan&lt;/a&gt;,&amp;nbsp;that's a great question. That property is there so that users can hide the attribution when using MAP_ONLY print-out, with the understanding that the attribution must exist elsewhere. One such use case is for presentations, where the presenter may wish to display an attribution-free image of a map, but will add a header or footer (etc.) text with the relevant attribution to that slide.&lt;/P&gt;&lt;P&gt;Licensing and Attribution&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/licensing/" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/licensing/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Esri Attribution&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/terms/attribution/" target="_blank"&gt;https://developers.arcgis.com/terms/attribution/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 22:34:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribution-clarification-for-print-templates/m-p/1021322#M71533</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2021-01-28T22:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Attribution clarification for print templates</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribution-clarification-for-print-templates/m-p/1526562#M85480</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;That property is there so that users can hide the attribution when using MAP_ONLY print-out, with the understanding that the attribution must exist elsewhere.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Thank you for clarifying that,&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/169842"&gt;@Noah-Sager&lt;/a&gt;! My team has been discussing this for a while, so I really appreciate having an answer. What's the best process to add an official statement to the documentation? Several places would be helpful, but one would be sufficient:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Under the &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-PrintTemplate.html#attributionVisible" target="_blank" rel="noopener"&gt;attributionVisible property&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;The &lt;A href="https://developers.arcgis.com/javascript/latest/licensing/#attribution-in-your-app" target="_blank" rel="noopener"&gt;Licensing &amp;amp; Attribution&lt;/A&gt; page&lt;/LI&gt;&lt;LI&gt;The &lt;A href="https://developers.arcgis.com/documentation/mapping-and-location-services/reference/basemap-attribution/#layout-and-design-guidelines" target="_blank" rel="noopener"&gt;Layout and design guidelines&lt;/A&gt; section of Basemap attribution&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 23 Aug 2024 17:04:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribution-clarification-for-print-templates/m-p/1526562#M85480</guid>
      <dc:creator>tempStephenRhea_NV5</dc:creator>
      <dc:date>2024-08-23T17:04:46Z</dc:date>
    </item>
  </channel>
</rss>

