<?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 Problem: PictureMarker (graphic) and Infowindow appear at same time in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-picturemarker-graphic-and-infowindow/m-p/653565#M60892</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I put a marker symbol in the map every time when the user click there, then, I enable the popup for a specific layer. When I click the map, It shows both marker and infowindow. It should not show the infowindow because is enabled for a layer (point, polygon...) not for basemap.&lt;BR /&gt;At basemap only should appear the marker, and if the click coincides with the layer too, they will appear this two elements..&lt;/P&gt;&lt;P&gt;Why this is happening? What is the solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jan 2017 20:05:20 GMT</pubDate>
    <dc:creator>RolandoFlorez</dc:creator>
    <dc:date>2017-01-05T20:05:20Z</dc:date>
    <item>
      <title>Problem: PictureMarker (graphic) and Infowindow appear at same time</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-picturemarker-graphic-and-infowindow/m-p/653565#M60892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I put a marker symbol in the map every time when the user click there, then, I enable the popup for a specific layer. When I click the map, It shows both marker and infowindow. It should not show the infowindow because is enabled for a layer (point, polygon...) not for basemap.&lt;BR /&gt;At basemap only should appear the marker, and if the click coincides with the layer too, they will appear this two elements..&lt;/P&gt;&lt;P&gt;Why this is happening? What is the solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 20:05:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-picturemarker-graphic-and-infowindow/m-p/653565#M60892</guid>
      <dc:creator>RolandoFlorez</dc:creator>
      <dc:date>2017-01-05T20:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem: PictureMarker (graphic) and Infowindow appear at same time</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-picturemarker-graphic-and-infowindow/m-p/653566#M60893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rolando,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; It is happen because the way that an ArcGISDynamicMapServiceLayer handles popups. Because&amp;nbsp;&lt;SPAN&gt;ArcGISDynamicMapServiceLayer does not actually have geometry on the client side (it is only an image), it has to do a query for each map click and the deferred of the query will show a popup containing the results of the map point query (either the results or no results).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;You can limit the appearance of the popup by using map.infoWindow.hideDelay = 0; and&amp;nbsp;map.infoWindow.visibleWhenEmpty = false; But you will still see the popup with "Searching..." in it until the query returns from the server.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 20:23:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-picturemarker-graphic-and-infowindow/m-p/653566#M60893</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-01-05T20:23:02Z</dc:date>
    </item>
  </channel>
</rss>

