<?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: Javascript API &amp; Flickr help in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-flickr-help/m-p/167192#M15517</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rickey, I wasn't aware that the order of the function parameters had to match the requires.&amp;nbsp; I moved it around and they're showing up now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jun 2015 16:15:25 GMT</pubDate>
    <dc:creator>ToddBlanchette</dc:creator>
    <dc:date>2015-06-17T16:15:25Z</dc:date>
    <item>
      <title>Javascript API &amp; Flickr help</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-flickr-help/m-p/167190#M15515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Morning all - I'm slowly losing my mind!&amp;nbsp; I've started a webpage so that I can play around with the Javascript API and Flickr.&amp;nbsp; I've copied and pasted the ESRI sample for this, found here &lt;A href="https://developers.arcgis.com/javascript/jssamples/fl_featureCollection.html" title="https://developers.arcgis.com/javascript/jssamples/fl_featureCollection.html"&gt;Feature collection | ArcGIS API for JavaScript&lt;/A&gt; , and it runs great if I run it as is, on my own web server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issues come when I try to design a new page around it.&amp;nbsp; I haven't changed any of the code for the feature collection itself, just some of the map constructor, CSS and content, and added a location search widget.&amp;nbsp; When I try and run my new page (with Chrome debugger) the map loads fine, the search works great, but the Flickr features don't show up.&amp;nbsp; The debugger spits out an error when it gets to the RequestSucceded() function, telling me that "TypeError: array.forEach is not a function."&amp;nbsp; From my research, it appears I'm not giving a proper array to the function to play with - I just don't see how I'm passing anything different to the function than what the source code originally passes... anyone have any ideas on this?&amp;nbsp; Source code for both included (index.html is my page that doesn't work, index3.html is the ESRI sourcecode).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 15:38:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-flickr-help/m-p/167190#M15515</guid>
      <dc:creator>ToddBlanchette</dc:creator>
      <dc:date>2015-06-17T15:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript API &amp; Flickr help</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-flickr-help/m-p/167191#M15516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Todd,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You do not have multiple requires. You can combine everything after the require.&lt;/P&gt;&lt;P&gt;Just make sure that the function() match the same order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pln" style="color: #595959;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN class="pln" style="color: #595959;"&gt;require&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;([&lt;/SPAN&gt;&lt;SPAN class="str" style="color: #dd1144;"&gt;"esri/map"&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #595959;"&gt; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="str" style="color: #dd1144;"&gt;"esri/dijit/Geocoder"&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #595959;"&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="str" style="color: #dd1144;"&gt;"dojo/ready"&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;],&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #595959;"&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #333333; font-weight: bold;"&gt;function&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="typ" style="color: #000000;"&gt;Map&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #595959;"&gt; &lt;/SPAN&gt;&lt;SPAN class="typ" style="color: #000000;"&gt;Geocoder&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #595959;"&gt; ready&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;){&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 08:43:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-flickr-help/m-p/167191#M15516</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2021-12-11T08:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript API &amp; Flickr help</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-flickr-help/m-p/167192#M15517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rickey, I wasn't aware that the order of the function parameters had to match the requires.&amp;nbsp; I moved it around and they're showing up now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 16:15:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-flickr-help/m-p/167192#M15517</guid>
      <dc:creator>ToddBlanchette</dc:creator>
      <dc:date>2015-06-17T16:15:25Z</dc:date>
    </item>
  </channel>
</rss>

