<?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 Unable to show Map Navigation Toolbar Icons in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-show-map-navigation-toolbar-icons/m-p/177103#M16425</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anybody know why icons in this example from arcgis api javascript page don't show?&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/3/jssamples/toolbar_navigation.html" title="https://developers.arcgis.com/javascript/3/jssamples/toolbar_navigation.html"&gt;Map navigation tools | ArcGIS API for JavaScript 3.20&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it an issue about links with dependencies?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I reference dijit icons on my application?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 01 Apr 2017 12:55:16 GMT</pubDate>
    <dc:creator>AlbertoPinilla</dc:creator>
    <dc:date>2017-04-01T12:55:16Z</dc:date>
    <item>
      <title>Unable to show Map Navigation Toolbar Icons</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-show-map-navigation-toolbar-icons/m-p/177103#M16425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anybody know why icons in this example from arcgis api javascript page don't show?&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/3/jssamples/toolbar_navigation.html" title="https://developers.arcgis.com/javascript/3/jssamples/toolbar_navigation.html"&gt;Map navigation tools | ArcGIS API for JavaScript 3.20&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it an issue about links with dependencies?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I reference dijit icons on my application?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Apr 2017 12:55:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-show-map-navigation-toolbar-icons/m-p/177103#M16425</guid>
      <dc:creator>AlbertoPinilla</dc:creator>
      <dc:date>2017-04-01T12:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to show Map Navigation Toolbar Icons</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-show-map-navigation-toolbar-icons/m-p/177104#M16426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it just the sandbox which is failing to show the images. If you look at the Live version its working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you look at the sample, you will see that all the icons are setup through css and the iconClass are defined for each button in HTML like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;div&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;data-dojo-type&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;dijit/form/Button&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;id&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;zoomin&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="attr-name token"&gt;data-dojo-props&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;iconClass:&lt;SPAN class="punctuation token"&gt;'&lt;/SPAN&gt;zoominIcon&lt;SPAN class="punctuation token"&gt;'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Zoom In&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;div&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to change the icon, you can define you own Icon style css and update the iconClass in the properties.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 09:06:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-show-map-navigation-toolbar-icons/m-p/177104#M16426</guid>
      <dc:creator>thejuskambi</dc:creator>
      <dc:date>2021-12-11T09:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to show Map Navigation Toolbar Icons</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-show-map-navigation-toolbar-icons/m-p/177105#M16427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're right, Thejus. I didn´t notice the live example does reference the icons in the right way. I had created a html document with the same code and it didn't import the icons either. It is a problem whith the relative link to the current location of the example page: "&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/3/samples/toolbar_navigation/" title="https://developers.arcgis.com/javascript/3/samples/toolbar_navigation/"&gt;Navigation toolbar&lt;/A&gt; ". I don't know why, but I had imagined the icons woud be taken from the dojo toolkit and that got me some confusion.&lt;/P&gt;&lt;P&gt;Thanks, anyway.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Apr 2017 21:09:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-show-map-navigation-toolbar-icons/m-p/177105#M16427</guid>
      <dc:creator>AlbertoPinilla</dc:creator>
      <dc:date>2017-04-01T21:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to show Map Navigation Toolbar Icons</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-show-map-navigation-toolbar-icons/m-p/177106#M16428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have reported the 404 error to esri using their page not found "Report a Problem" link.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Apr 2017 22:29:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-show-map-navigation-toolbar-icons/m-p/177106#M16428</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-04-01T22:29:43Z</dc:date>
    </item>
  </channel>
</rss>

