<?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 Re: Minimalist App: How to remove &amp;quot;powered by ESRI&amp;quot; and replace with text and a hyperlink in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/minimalist-app-how-to-remove-quot-powered-by-esri/m-p/442857#M40906</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting, I was going off the 4.X API documentation. &amp;nbsp;Here's some relevant information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/terms/attribution/" title="https://developers.arcgis.com/terms/attribution/"&gt;Esri attribution | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And from the &lt;A href="https://developers.arcgis.com/terms/faq/"&gt;FAQ&lt;/A&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H4 class="" style="color: #4c4c4c; background-color: #f4f4f4; border-top: 1px solid #efefef; font-weight: 400; font-size: 0.9375rem; padding: 0.516667rem;"&gt;Q: Can I remove the Esri attribution from my maps?&lt;/H4&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;A: If you use resources from ArcGIS Online no. If you use our map services, you must keep all logos and other attribution on the maps. See &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/terms/attribution/" style="color: #0079c1; background-color: #ffffff;"&gt;this resource&lt;/A&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt; for more details on when you can and can't remove the attribution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H4 class="" style="color: #4c4c4c; background-color: #f4f4f4; border-top: 1px solid #efefef; font-weight: 400; font-size: 0.9375rem; padding: 0.516667rem;"&gt;Q: Am I required to show Esri attribution in my app?&lt;/H4&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A:&amp;nbsp;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;It depends. Esri requires that when you use an ArcGIS Online basemap, Esri data services, or Esri API technology in your app you must also include Esri attribution. See &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/terms/attribution/" style="color: #0079c1; background-color: #ffffff;"&gt;this resource&lt;/A&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt; for more details on when to display Esri attribution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;(My personal feelin is that the chances of legal action being taken over this are extremely&amp;nbsp;remote, but it's probably a good idea to stay within the terms of service if possible.)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jun 2017 18:25:27 GMT</pubDate>
    <dc:creator>ThomasSolow</dc:creator>
    <dc:date>2017-06-26T18:25:27Z</dc:date>
    <item>
      <title>Minimalist App: How to remove "powered by ESRI" and replace with text and a hyperlink</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/minimalist-app-how-to-remove-quot-powered-by-esri/m-p/442854#M40903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If searched through the app for the following terms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mapOptions (in hope to use mapOptions:{logo: false})&lt;/P&gt;&lt;P&gt;logo&lt;/P&gt;&lt;P&gt;image&lt;/P&gt;&lt;P&gt;ESRI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No dice. &amp;nbsp; We don't necessarily want our logo to show, we'd just like to list our organization&amp;nbsp;with a hyperlink to our website. &amp;nbsp;A little help here? &amp;nbsp;Thanks. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2017 15:59:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/minimalist-app-how-to-remove-quot-powered-by-esri/m-p/442854#M40903</guid>
      <dc:creator>AZendel</dc:creator>
      <dc:date>2017-06-26T15:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Minimalist App: How to remove "powered by ESRI" and replace with text and a hyperlink</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/minimalist-app-how-to-remove-quot-powered-by-esri/m-p/442855#M40904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're not supposed to remove the attribution widget for legal reasons. &amp;nbsp;It is a DOM node though, so you can edit it via JS and CSS like any other DOM node. &amp;nbsp;You can&amp;nbsp;find the class by inspecting it using dev tools and select it by the class name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2017 16:21:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/minimalist-app-how-to-remove-quot-powered-by-esri/m-p/442855#M40904</guid>
      <dc:creator>ThomasSolow</dc:creator>
      <dc:date>2017-06-26T16:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Minimalist App: How to remove "powered by ESRI" and replace with text and a hyperlink</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/minimalist-app-how-to-remove-quot-powered-by-esri/m-p/442856#M40905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The logo can be changed via a URL parameter, which is why I couldn't find it in the code. &amp;nbsp;It's well documented &lt;A href="http://doc.arcgis.com/en/arcgis-online/reference/embed-map-parameters.htm"&gt;here with sample code&lt;/A&gt; to change "Powered by ESRI" to and Univ of Indiana logo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everyone should research legality removing this logo for themselves. &amp;nbsp;But since this removal is documented in the Minimalist app and in the &lt;A href="https://developers.arcgis.com/javascript/3/jsapi/map-amd.html"&gt;JavaScript API&lt;/A&gt;&amp;nbsp;(search the page for logo:false), it's very hard to believe that removing the logo is always inappropriate. &amp;nbsp;Check out &lt;A _jive_internal="true" href="https://community.esri.com/thread/38328"&gt;this thread&lt;/A&gt; and&amp;nbsp;search the page for the part that reads "4.1c". &amp;nbsp;That very, very strongly implies that if you remove the logo via an ESRI-published API, then you're good to go. &amp;nbsp;But you decide for yourself. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2017 18:12:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/minimalist-app-how-to-remove-quot-powered-by-esri/m-p/442856#M40905</guid>
      <dc:creator>AZendel</dc:creator>
      <dc:date>2017-06-26T18:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Minimalist App: How to remove "powered by ESRI" and replace with text and a hyperlink</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/minimalist-app-how-to-remove-quot-powered-by-esri/m-p/442857#M40906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting, I was going off the 4.X API documentation. &amp;nbsp;Here's some relevant information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/terms/attribution/" title="https://developers.arcgis.com/terms/attribution/"&gt;Esri attribution | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And from the &lt;A href="https://developers.arcgis.com/terms/faq/"&gt;FAQ&lt;/A&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H4 class="" style="color: #4c4c4c; background-color: #f4f4f4; border-top: 1px solid #efefef; font-weight: 400; font-size: 0.9375rem; padding: 0.516667rem;"&gt;Q: Can I remove the Esri attribution from my maps?&lt;/H4&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;A: If you use resources from ArcGIS Online no. If you use our map services, you must keep all logos and other attribution on the maps. See &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/terms/attribution/" style="color: #0079c1; background-color: #ffffff;"&gt;this resource&lt;/A&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt; for more details on when you can and can't remove the attribution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H4 class="" style="color: #4c4c4c; background-color: #f4f4f4; border-top: 1px solid #efefef; font-weight: 400; font-size: 0.9375rem; padding: 0.516667rem;"&gt;Q: Am I required to show Esri attribution in my app?&lt;/H4&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A:&amp;nbsp;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;It depends. Esri requires that when you use an ArcGIS Online basemap, Esri data services, or Esri API technology in your app you must also include Esri attribution. See &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/terms/attribution/" style="color: #0079c1; background-color: #ffffff;"&gt;this resource&lt;/A&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt; for more details on when to display Esri attribution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;(My personal feelin is that the chances of legal action being taken over this are extremely&amp;nbsp;remote, but it's probably a good idea to stay within the terms of service if possible.)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2017 18:25:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/minimalist-app-how-to-remove-quot-powered-by-esri/m-p/442857#M40906</guid>
      <dc:creator>ThomasSolow</dc:creator>
      <dc:date>2017-06-26T18:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Minimalist App: How to remove "powered by ESRI" and replace with text and a hyperlink</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/minimalist-app-how-to-remove-quot-powered-by-esri/m-p/442858#M40907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think there is a difference between the "Powered By ESRI" logo and "attribution". &amp;nbsp;Here again is the link to the &lt;A href="https://www.arcgis.com/apps/Embed/index.html?webmap=432a8d7ca22d4b5b859e0bdaa30ae118 &amp;amp;theme=dark&amp;amp;legend=true&amp;amp;show_panel=true&amp;amp;zoom_position=top-right &amp;amp;logoimage=http://cdn-png.si.com/sites/default/files/teams/basketball/cbk/logos/ind_200.png &amp;amp;logolink= https://en.wikipedia.org/wiki/Indiana_University"&gt;minimalist app where ESRI staff has shown you have to change the logo&lt;/A&gt;. &amp;nbsp;Even though the logo has changed, it still reads "Esri, HERE, Garmin, FAO, USGS, NGA, EPA, NPS" at the bottom right part of the map. &amp;nbsp;I'm guessing that's "attribution" we should never try to remove that text when it's there (that level of JS/HTML/CSS programming is beyond my skillset anyhow). You shouldn't do that with OpenStreetMap maps/data either. &amp;nbsp; In our case, all of the map content (base map tiles, authoritative&amp;nbsp;operational layers, and geocoding service) is coming&amp;nbsp;from our organization's on-premise ArcGIS server&amp;nbsp;with data that our county maintains. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, everyone should decide for themselves about what's appropriate and what's not. &amp;nbsp;And if removing the logo always violates any license terms, then ESRI staff should stop showing us how to do it!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2017 19:05:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/minimalist-app-how-to-remove-quot-powered-by-esri/m-p/442858#M40907</guid>
      <dc:creator>AZendel</dc:creator>
      <dc:date>2017-06-26T19:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Minimalist App: How to remove "powered by ESRI" and replace with text and a hyperlink</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/minimalist-app-how-to-remove-quot-powered-by-esri/m-p/442859#M40908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;var view = new MapView({ ... });&lt;/P&gt;&lt;P&gt;view.ui._removeComponents(["attribution"]);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 22:52:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/minimalist-app-how-to-remove-quot-powered-by-esri/m-p/442859#M40908</guid>
      <dc:creator>RicardasKvedaravicius</dc:creator>
      <dc:date>2018-02-15T22:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Minimalist App: How to remove "powered by ESRI" and replace with text and a hyperlink</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/minimalist-app-how-to-remove-quot-powered-by-esri/m-p/1583416#M86500</link>
      <description>&lt;P&gt;&lt;SPAN&gt;SUCCESS, it works !!!! v4.31. 2025&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;view&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;ui&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;remove&lt;/SPAN&gt;&lt;SPAN&gt;([&lt;/SPAN&gt;&lt;SPAN&gt;"zoom"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"attribution"&lt;/SPAN&gt;&lt;SPAN&gt;]);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-02-08 at 5.43.39 AM.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/124975i1C8401E592E0DD19/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-02-08 at 5.43.39 AM.png" alt="Screenshot 2025-02-08 at 5.43.39 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Sat, 08 Feb 2025 13:49:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/minimalist-app-how-to-remove-quot-powered-by-esri/m-p/1583416#M86500</guid>
      <dc:creator>hoogw</dc:creator>
      <dc:date>2025-02-08T13:49:30Z</dc:date>
    </item>
  </channel>
</rss>

