<?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: open popuptemplate when map load like the &amp;quot;who is gis app&amp;quot; in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/open-popuptemplate-when-map-load-like-the-amp-amp/m-p/371635#M34475</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i will try.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Aug 2013 17:36:48 GMT</pubDate>
    <dc:creator>joelde_freitas</dc:creator>
    <dc:date>2013-08-15T17:36:48Z</dc:date>
    <item>
      <title>open popuptemplate when map load like the &amp;amp;quot;who is gis app&amp;amp;quot;</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/open-popuptemplate-when-map-load-like-the-amp-amp/m-p/371633#M34473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi, i am using the cluster sample to make a webapplication&amp;nbsp; like "who is GIS" app. i want to open the popuptemplate when the map is loaded.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can i do this on the cluster sample. i cannot figure out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks guys&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 14:04:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/open-popuptemplate-when-map-load-like-the-amp-amp/m-p/371633#M34473</guid>
      <dc:creator>joelde_freitas</dc:creator>
      <dc:date>2013-08-15T14:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: open popuptemplate when map load like the "who is gis app"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/open-popuptemplate-when-map-load-like-the-amp-amp/m-p/371634#M34474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you want to popup the infoWindow for one feature when the map is loaded? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If so, as to the cluster sample, you can invoke a function, like queryMyFeature, near the end of function addClusters. queryMyFeature will query a feature or features that you like to display the infoWindow. Then inside the callback function of the query, you can use&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;var popLocation = response.features[0].geometry;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;map.infoWindow.setFeatures(response.features);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;map.infoWindow.show(popLocation);&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 16:33:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/open-popuptemplate-when-map-load-like-the-amp-amp/m-p/371634#M34474</guid>
      <dc:creator>JasonZou</dc:creator>
      <dc:date>2013-08-15T16:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: open popuptemplate when map load like the "who is gis app"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/open-popuptemplate-when-map-load-like-the-amp-amp/m-p/371635#M34475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i will try.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 17:36:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/open-popuptemplate-when-map-load-like-the-amp-amp/m-p/371635#M34475</guid>
      <dc:creator>joelde_freitas</dc:creator>
      <dc:date>2013-08-15T17:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: open popuptemplate when map load like the "who is gis app"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/open-popuptemplate-when-map-load-like-the-amp-amp/m-p/371636#M34476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi. i solved the popup-template to open onload. and open the the popup windows randomly automatically.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i have copy the function onclick and create a loop that iterate through the clusterdata in the new function i created.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in the index page, i call that new function&amp;nbsp; in the addClusters(). when the index page open, the map.on("load",function()) call the addClusters().&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 17:27:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/open-popuptemplate-when-map-load-like-the-amp-amp/m-p/371636#M34476</guid>
      <dc:creator>joelde_freitas</dc:creator>
      <dc:date>2013-08-22T17:27:00Z</dc:date>
    </item>
  </channel>
</rss>

